Part-DB-server/src/ApiPlatform
Jan Böhmer e223078af9 Added a custom function to make PostgresSQL searches case insensitive
This is required only for postgres as every other database is case invariant by default. But to achieve a portable way, we implement it via a custom DQL function.

This fixes issue #784
2024-12-02 00:17:54 +01:00
..
Filter Added a custom function to make PostgresSQL searches case insensitive 2024-12-02 00:17:54 +01:00
AddDocumentedAPIPropertiesJSONSchemaFactory.php Removed unused import statements 2024-03-03 20:34:36 +01:00
DocumentedAPIProperty.php Added an possibilty to document "virtual" properties to api documentation, which are added dynamically during the normalization priocess 2023-10-02 00:21:59 +02:00
ErrorHandler.php 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
FixInheritanceMappingMetadataFacory.php Fixed issue with FixInheritanceMappingMetadataFactory 2023-10-03 20:47:37 +02:00
HandleAttachmentsUploadsProcessor.php Added some return typehints to functions who missed them 2024-06-19 23:56:08 +02:00
OpenApiFactoryDecorator.php Added possibility to authenticate with the given API token 2023-08-16 00:13:01 +02:00