- 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-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
Merge in RED/persistence-service from hotfix/sas to master
* commit 'd34aaff5000dffa6ea53b9014e5845c9a1c29aca':
hotfix: extend azure connection string for SAS
Merge in RED/persistence-service from AzureConectionString to master
* commit '3fa4693bd5765ce5bd7583d15f2291c776e56fea':
hotfix: Change Azure connection string db field limit
- 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
Merge in RED/persistence-service from RED-5504-message to master
* commit 'd92409dadbeb8a48a377d079a5d49ac6d0476d43':
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - extract the name of the unique constraint
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - update the sql messages
Merge in RED/persistence-service from bugfix/RED-6362-kms to master
* commit '52480314c35562b8f15e7cee4e6b5f87538b1a3a':
RED-6362 - Cannot add KMS signature - update saveDigitalSignatureKms signature - move the convert from DigitalSignatureKms to DigitalSignatureKmsEntity to the service - remove the magicConvertor which cause problem for the certificate
- update saveDigitalSignatureKms signature
- move the convert from DigitalSignatureKms to DigitalSignatureKmsEntity to the service
- remove the magicConvertor which cause problem for the certificate
Merge in RED/persistence-service from bugfix/RED-6496 to master
* commit '64ff80c444cb23719e1e1b55eb04aaa24722cc28':
RED-6496 - By create new dossier states: DossierTemplateId and ColorCode mixed up - switch the dossierTemplateId with color when retrieving information from repository into model DossierStatusInfo