0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-04 01:09:54 +00:00
kevinpapst_kimai2/tests/Entity
Kevin Papst 38e37f1c2e
Release 2.1.0 (#4321)
* fix deprecations
* remove unused config
* replace invalid annotation type with attribute
* use AsDoctrineListener to fix deprecation
* new ModifiedSubscriber to support custom logic and fix deprecation
* removed inheritdoc comment
* new ModifiedSubscriber to support custom logic and fix deprecation
* cleanup event dispatcher interface
* re-order annotation params
* one more doctrine based deprecation
* fix query to count active timesheets
* link to "all times" to identify active timesheets
* link icon instead of text
* fix "skin" translation in wizard
* use duration filter to show duration
* added login link command and controller
* bump tabler theme to 1.0
* added wizard to force password reset by user
* allow to configure that new accounts need to reset their password
* prevent uploading twig templates by default
* bump composer packages
* enable sandbox and basic security measures for custom twig templates for invoice and export
* bump to symfony 6.3.5
* allow to export single user reports to excel
* removed broken method to reload twig cache
* added api parameter to fetch user collection fully serialized
* allow to replace or append description via timesheet batch update
* show api username above form
2023-10-19 11:21:50 +02:00
..
AbstractCommentEntityTest.php detail pages for customers and projects (#1371) 2020-01-16 16:25:28 +01:00
AbstractEntityTest.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
AbstractMetaEntityTest.php added support for ordering meta fields (#1940) 2020-08-30 11:24:12 +02:00
ActivityMetaTest.php upgraded to phpunit 8 (#1155) 2019-10-24 17:35:05 +02:00
ActivityRateTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ActivityTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
BookmarkTest.php save default search options (#2445) 2021-03-20 01:10:45 +01:00
ConfigurationTest.php added hourly and money budgets to activity, project and customer (#843) 2019-06-11 13:18:57 +02:00
CustomerCommentTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerMetaTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerRateTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerTest.php release 2.0 beta 2 (#3757) 2023-01-18 14:47:48 +01:00
EntityValidationTestTrait.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoiceDocumentTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoiceMetaTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoiceTemplateTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoiceTest.php Release 2.0.29 (#4178) 2023-07-26 15:16:59 +02:00
ProjectCommentTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ProjectMetaTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ProjectRateTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ProjectTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
RolePermissionTest.php User roles and permission management via Admin UI (#1231) 2019-11-10 18:53:56 +01:00
RoleTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
TagTest.php Release 1.30 (#3651) 2022-12-04 15:02:36 +01:00
TeamTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
TimesheetMetaTest.php upgraded to phpunit 8 (#1155) 2019-10-24 17:35:05 +02:00
TimesheetTest.php Release 2.1.0 (#4321) 2023-10-19 11:21:50 +02:00
TimesheetValidationTest.php split timesheet validator to simplify imports (#3974) 2023-04-27 13:56:07 +02:00
UserPreferenceTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
UserTest.php Release 2.0.31 (#4245) 2023-08-21 20:24:24 +02:00
UserValidationTest.php Release 2.0.31 (#4245) 2023-08-21 20:24:24 +02:00
WorkingTimeTest.php added API for handling work contract times (#4016) 2023-05-13 01:24:15 +02:00