.. |
ApiPlatform
|
Removed unnecessary commented code
|
2023-10-04 00:50:28 +02:00 |
ApiResource
|
Allow to filter attachments API response by attachment types
|
2023-10-03 23:58:41 +02:00 |
Command
|
Removed unnecessary curly brackets in string interpolation, which are deprecated in PHP 8.2
|
2023-10-14 20:31:04 +02:00 |
Configuration
|
Added system to restrict permissions based on API token level
|
2023-08-28 21:20:59 +02:00 |
Controller
|
Forbid a user to delete himself on the admin page
|
2023-10-24 13:32:44 +02:00 |
DataFixtures
|
Added tests for token API authentication
|
2023-10-02 23:36:14 +02:00 |
DataTables
|
Fixed test issues
|
2023-10-08 21:54:51 +02:00 |
Doctrine
|
Fixed order by FIELD emulation on sqlite via INSTR
|
2023-07-29 17:06:35 +02:00 |
Entity
|
Throw no warning, when unsetting a not existing permission value
|
2023-10-23 22:15:04 +02:00 |
EntityListeners
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
EventListener
|
Added possibility to add a change comment to changes via the API
|
2023-09-18 13:24:33 +02:00 |
Events
|
Write to event log, when a user gets impersonated
|
2023-07-08 23:07:06 +02:00 |
EventSubscriber
|
Only check every 10 minutes if the user needs to setup a 2FA method enforced by its group
|
2023-07-19 00:56:28 +02:00 |
Exceptions
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
Form
|
Allow to dynamically create currencies in pricedetails
|
2023-10-24 14:08:50 +02:00 |
Helpers
|
Added possibility to ignore the checks of withdraw amount when building projects
|
2023-08-20 23:23:18 +02: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
|
Ensure that the user property is really null in getLastUser function, if the target user was deleted
|
2023-10-24 23:55:14 +02:00 |
Security
|
Fixed PartVoter when a class string is passed
|
2023-10-15 16:47:39 +02:00 |
Serializer
|
Added url to media file and thumbnail to attachments
|
2023-09-18 22:16:09 +02:00 |
Services
|
Fixed exception if user avatar file somehow got deleted.
|
2023-10-24 13:25:33 +02: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
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02: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 |