Merge in RED/persistence-service from bugfix/RED-6034 to master
* commit '4614ceb45bfa288e2dc50700807f12153270d883':
RED-6034 - Possible to assign a file to unauthorized users - change back from knecon_release to iqser_release
RED-6034 - Possible to assign a file to unauthorized users - update from iqser to knecon
RED-6034 - Possible to assign a file to unauthorized users - rework user provider
RED-6034 - Possible to assign a file to unauthorized users - validate the assignee before triggering the under review state for the given file - update junit tests
Merge in RED/persistence-service from RED-6670 to master
* commit 'cafef9b9149fa48bc4694c4a729032ad12cf1ff6':
RED-6670: Changed accessTokenLifeSpan from 5 sec to 5 min
Merge in RED/persistence-service from RED-6289 to master
* commit '5c83d67e4d53e650f844e02c358a3c2271fef1c2':
RED-6289 - Validate watermark color - move up the validation of colors and opacity
RED-6289 - Validate watermark color - validate the watermark color and in case of missing setting set the default one to black - also set a default opacity in case the setting is an invalid one
Merge in RED/persistence-service from hotfixDbAggressiveRelease to master
* commit '18cf4ffde5cbefa5036fbc5df21760e70477b64b':
hotfix: Enabled supportsAggressiveRelease for db connections
- validate the watermark color and in case of missing setting set the default one to black
- also set a default opacity in case the setting is an invalid one
Merge in RED/persistence-service from RED-6670 to master
* commit '422715d1bc1557c9affbc20a7bd6611d2a98a93a':
RED-6670: Enabled to configure accessTokenLifeSpan for tenants
Merge in RED/persistence-service from RED-6407 to master
* commit 'b4b514229b451316355ab9b95e8668a94cd17f94':
RED-6407 - added unique constraints according to business logic
Merge in RED/persistence-service from RED-6407 to master
* commit '9b11f90ab95619027952e40d681e17b4dea55ea6':
RED-6407 - added unique constraints according to business logic
Merge in RED/persistence-service from RED-3800-fix-permissions to master
* commit '4b941397df3d4de38923569ac983f0c35d9276dd':
RED-3800 - sync custom permissions and KC users based on CRON and do it more often
Merge in RED/persistence-service from bugfix/RED-6599 to master
* commit '81d21f121bf802bdfba6c2428c63b282f1b52c3e':
RED-6599 - No updated informations anymore after using /redaction-gateway-v1/user/{userId} - use @CacheEvict on the activateProfile method
Merge in RED/persistence-service from RED-6467 to master
* commit '0422a98e5e8f7cef0ba2edeb9d17ed03c613f540': (25 commits)
RED-6467: Removed debugging code
RED-6467: Removed debugging code
RED-6467: Removed debugging code
RED-6467: Corrected unique name check logic
RED-6467: Changed unique name check to not use Exceptions to prevent transaction rollbacks
RED-6467: Added more debugging output
RED-6467: Added more debugging output
RED-6467: Added more debugging output
RED-6467: Remove debug config and add some debugging output
RED-6467: Added config to see more information about transactions in the logs
RED-6467: Expanded dossier-template import (integration) test to use the client, to test the complete code flow
RED-6467: Upgrade test db version to the same version as in production
RED-6467: Rearranged code so that query-objects are not re-used to see if it fixes transaction behavior
RED-6467: Split query into a select and a update query to prevent transaction rollbacks
RED-6467: Added missing transaction annotation
RED-6467: Removed debugging logs
RED-6467: Added missing lombok annotations
RED-6467: Implemented undeletion of dictionary entries by running a native query in chunks.
RED-6467: Implemented undeletion of dictionary entries via the criteria builder.
RED-6467: Implemented undeletion as operation on entities
...
Merge in RED/persistence-service from bugfix/RED-6468 to master
* commit 'a2feec73e65115063366223e4347e60f5fcf37cf':
RED-6468 - Exception in persistence service for DownloadCleanupJob (very rarely) - changed the lazy loading to eager for dossier in download status entity
Merge in RED/persistence-service from bugfix/RED-6548 to master
* commit '47df255e12a67059bf9f318fe03756ea15fa0d28':
RED-6362 - Cannot add KMS signature - rework after review
RED-6548 - Username not saved / Email saved as username - extend createUserRequest with username - update the username with the one provided - update also the username in case of updating profile with a new email address