- 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
- 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 RED-6523-ui-multitenancy to master
* commit 'd8d37170667996f08ed2c31e507a278c4d9533f8':
RED-6523 - ui multitenancy issue for dev realms
Merge in RED/persistence-service from RED-5504 to master
* commit '663770bf9b262c30af3f5c9ccf034bea65100dc2':
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - remove tenantsHostAndSchemaMap - update junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - update junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - add junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - add unique constraints to tenants table
* Changed the update to the DownloadStatusEntity to use the entity object instead of using a query on JPA-repo. This prevents values from the object being incorrectly inserted otherwise.
* Extended the DownloadPreparationTest to check the resulting download state and file size.
For cases where a manual-remove-redaction was applied to a redaction, that has multiple source (e.g. dictionary + rule), we still apply it when merging the redaction-log, instead of skipping it. This prevents a redaction from reappearing, when it has been removed by the user.
Merge in RED/persistence-service from RED-4875_1 to master
* commit '7437ed3ebc3755bd24d7613b73df3a03a98f5df0':
RED-4875 - reformat code
RED-4875 - update version of pdftron-service to newest (release)
RED-4875 - set version of pdftron-service to latest
RED-4875 - delete tmp log
RED-4875 - add tmp log
RED-4875 - change version of pdftron-service to newest
RED-4875 - add new column keepHiddenText in dossiertemplate and corresponding classes/methods, and set version of pdftron-service to newest