Part-DB.Part-DB-server/src
2024-02-29 23:35:05 +01:00
..
ApiPlatform Decorate error handler of API platform to show a better error message, if a user tries to cascade persist a new entity through an API operation 2024-01-05 23:10:46 +01:00
ApiResource Fixed API Platform deprecations 2023-10-25 20:40:41 +02:00
Command Fixed deprecations 2023-12-05 21:55:20 +01:00
Configuration Added system to restrict permissions based on API token level 2023-08-28 21:20:59 +02:00
Controller Show a meaningful flash warning if trying to add/withdraw an amount of 0 instead of throwing an exception 2023-12-07 00:36:16 +01:00
DataFixtures Added tests to test the KICad API endpoints 2023-12-03 00:43:34 +01:00
DataTables Only add the amountSum select for part tables if it is really required 2024-02-29 23:35:05 +01:00
Doctrine Use PDO constant instead of magic number in SetSQLModeMiddleware 2023-12-10 00:37:58 +01:00
Entity Fixed problem that no datastructures with an parent element could be created/edited via API 2024-02-06 22:42:25 +01:00
EntityListeners Refactored cache tags and invalidation 2023-11-29 20:49:16 +01:00
EventListener Suppress static analysis issue 2023-12-12 22:42:34 +01:00
Events Write to event log, when a user gets impersonated 2023-07-08 23:07:06 +02:00
EventSubscriber Fixed phpunit tests caused by typo in Autowire attribute 2024-01-26 00:12:37 +01:00
Exceptions Added declare strict types to all files 2023-06-11 18:59:07 +02:00
Form Changed logic of invisible to a (forced) visibility field 2023-12-03 15:29:17 +01:00
Helpers Fixed export of entities, if their name contained slash or other reserved charcters 2024-01-29 21:25:30 +01:00
Migration Allow database migration from legacy versions even if the perms_label column is missing in the groups table 2023-09-09 23:04:50 +02:00
Repository Restrict the depth of the category tree shown inside KiCAD to improve performance 2023-12-03 14:42:33 +01:00
Security Added phpstan template annotations to Voters to fix phpstan issues 2024-02-19 00:01:16 +01:00
Serializer Fixed problem that attachment API responses, did not contain an @id and @context attribute 2024-01-28 20:26:03 +01:00
Services Cache the sidebar trees to save some database calls 2024-02-25 00:48:15 +01:00
State Added API endpoint to get info about the API token currently used to authenticate the user 2023-08-17 00:36:25 +02:00
Twig Renamed Storelocation entity to StorageLocation 2023-09-04 22:57:40 +02:00
Validator Fixed static analysis issue 2023-11-25 01:19:48 +01:00
.preload.php Added copyright/license info to files 2022-11-29 21:21:26 +01:00
Kernel.php Added declare strict types to all files 2023-06-11 18:59:07 +02:00