0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-02 00:10:00 +00:00
kevinpapst_kimai2/tests/Event
Kevin Papst 6531e7fe52
Release 2.9.0 (#4526)
* added fix to work around bc break in new phpword version
* fix phpoffice deprecations
* mark unused option as deprecated
* support for DateTimeInterface and DateTimeImmutable where possible
* use TRUSTED_PROXIES setting - fixes #4533
* re-enable Kimai test in docker test build script (#4541)
* bump dependencies
2024-01-10 12:43:07 +01:00
..
AbstractActivityEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
AbstractCustomerEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
AbstractProjectEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
AbstractTimesheetEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
AbstractTimesheetMultipleEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
ActivityBudgetStatisticEventTest.php Release 2.9.0 (#4526) 2024-01-10 12:43:07 +01:00
ActivityCreateEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityCreatePostEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityCreatePreEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityDetailControllerEventTest.php added event to extend detail pages (#3209) 2022-03-19 23:54:40 +01:00
ActivityMetaDefinitionEventTest.php support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
ActivityMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
ActivityStatisticEventTest.php Release 2.9.0 (#4526) 2024-01-10 12:43:07 +01:00
ActivityUpdatePostEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityUpdatePreEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
CalendarConfigurationEventTest.php added calendar configuration event (#2698) 2021-08-06 18:35:37 +02:00
CalendarDragAndDropSourceEventTest.php Release 2.0.5 (#3888) 2023-03-05 03:08:43 +01:00
CalendarGoogleSourceEventTest.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
CalendarSourceEventTest.php Release 2.0.32 (#4256) 2023-08-31 15:33:53 +02:00
ConfigureMainMenuEventTest.php Release 2.0.28 (#4172) 2023-07-09 15:27:27 +02:00
CustomerCreateEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerCreatePostEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerCreatePreEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerDetailControllerEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerMetaDefinitionEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
CustomerStatisticEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerUpdatePostEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerUpdatePreEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
DashboardEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
EmailEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
EmailPasswordResetEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
EmailSelfRegistrationEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
InvoiceCreatedEventTest.php Release 2.0.29 (#4178) 2023-07-26 15:16:59 +02:00
InvoiceDeleteEventTest.php added invoice delete event (#3096) 2022-01-24 21:33:13 +01:00
InvoiceDocumentsEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoicePostRenderEventTest.php Release 2.0.29 (#4178) 2023-07-26 15:16:59 +02:00
InvoicePreRenderEventTest.php Release 2.0.29 (#4178) 2023-07-26 15:16:59 +02:00
PageActionsEventTest.php Release 2.0.29 (#4178) 2023-07-26 15:16:59 +02:00
PermissionsEventTest.php fix removing single permissions from event (#1661) 2020-04-24 19:02:21 +02:00
PrepareUserEventTest.php Release 2.6.0 (#4472) 2023-12-17 16:19:50 +01:00
ProjectBudgetStatisticEventTest.php Release 2.9.0 (#4526) 2024-01-10 12:43:07 +01:00
ProjectCreateEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectCreatePostEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectCreatePreEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectDetailControllerEventTest.php added event to extend detail pages (#3209) 2022-03-19 23:54:40 +01:00
ProjectMetaDefinitionEventTest.php support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
ProjectMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
ProjectMetaQueryDisplayTest.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
ProjectStatisticEventTest.php Release 2.9.0 (#4526) 2024-01-10 12:43:07 +01:00
ProjectUpdatePostEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectUpdatePreEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
RecentActivityEventTest.php added event for recent activities (#2254) 2021-01-11 19:13:14 +01:00
ReportingEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
RevenueStatisticEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
SystemConfigurationEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ThemeEventTest.php Release 2.0.27 (#4107) 2023-07-04 17:01:29 +02:00
ThemeJavascriptTranslationsEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
TimesheetCreatePostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetCreatePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDeleteMultiplePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDeletePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDuplicatePostEventTest.php prepare release 1.13 (#2290) 2021-02-01 23:43:47 +01:00
TimesheetDuplicatePreEventTest.php prepare release 1.13 (#2290) 2021-02-01 23:43:47 +01:00
TimesheetMetaDefinitionEventTest.php support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
TimesheetMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
TimesheetRestartPostEventTest.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
TimesheetRestartPreEventTest.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
TimesheetStopPostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetStopPreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdateMultiplePostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdateMultiplePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdatePostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdatePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
UserCreateEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserCreatePostEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserCreatePreEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserInteractiveLoginEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserPreferenceDisplayEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
UserPreferenceEventTest.php Release 2.6.0 (#4472) 2023-12-17 16:19:50 +01:00
UserRevenueStatisticEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
UserUpdatePostEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserUpdatePreEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
WorkContractDetailControllerEventTest.php added API for handling work contract times (#4016) 2023-05-13 01:24:15 +02:00
WorkingTimeYearEventTest.php Release 2.0.28 (#4172) 2023-07-09 15:27:27 +02:00
WorkingTimeYearSummaryEventTest.php added API for handling work contract times (#4016) 2023-05-13 01:24:15 +02:00