Commit graph

17 commits

Author SHA1 Message Date
barisgit
2c195d9767 Refactor bulk info provider: replace complex arrays with DTOs
- Add BulkSearchResponseDTO, FieldMappingDTO for type safety
- Use composition instead of inheritance in BulkSearchResultDTO
- Remove unnecessary BulkSearchRequestDTO
- Fix N+1 queries and API error handling
- Fix Add Mapping button functionality
2025-09-19 16:28:40 +02:00
Jan Böhmer
2cd2a481d9 Updated phpunit recipe 2025-07-14 00:06:44 +02:00
Jan Böhmer
26d83af298 Use new settings systems for attachments settings 2024-05-14 23:02:46 +02:00
Jan Böhmer
e9cdd20dcc Updated phpstan/phpstan recipe 2023-10-06 13:05:06 +02:00
Jan Böhmer
1472c3e2f2
Update .gitignore 2023-01-30 13:01:48 +01:00
Jan Böhmer
bd4c20765a Updated composer dependencies. 2021-10-02 19:36:17 +02:00
Jan Böhmer
f3c1bc9421 Keep uploads/ folder, as an exception is thrown if a user tries to move attachment to secure folder if it is not existing. 2020-05-22 13:05:47 +02:00
Jan Böhmer
56bc99e5a1 Updated recipes for symfony/doctrine-bundle. 2020-01-07 19:08:16 +01:00
Jan Böhmer
5d98e87e20 Updated recipes for symfony/framework-bundle. 2020-01-07 19:06:08 +01:00
Jan Böhmer
700c049d26 Use Easy-Coding-Standard for Coding Style check and fix. 2020-01-05 14:29:19 +01:00
Jan Böhmer
fdfb099cb5 Allow to restrict the file extensions for a attachment type. 2019-10-31 22:37:54 +01:00
Jan Böhmer
27a001b1d2 Added an option to download a attachment via URL. Implemented secure attachments, which can not be accessed by URL and requires authentication. 2019-10-19 18:42:06 +02:00
Jan Böhmer
4fe10b6169 Uploaded (non secure) attachments live now in public/
That way the attachment files can now be loaded much quicker (without invoking a controller). Also added thumbnailing for pictures in tables.
2019-10-05 20:30:27 +02:00
Jan Böhmer
b090f1b716 Use localizeddate for showing date information in templates. 2019-03-05 14:23:38 +01:00
Jan Böhmer
f0bea8ff4d Added a basic show part info with new design. Not finished yet... 2019-02-24 18:05:06 +01:00
Jan Böhmer
a0801afdbd Ignore PHPstorm files. 2019-02-23 16:56:40 +01:00
Jan Böhmer
e5bec36c80 Initial commit 2019-02-23 16:49:38 +01:00