1201 Commits

Author SHA1 Message Date
Corina Olariu
35cb2633f4 RED-6485 - Dossier-only entity setting in the dossier template, RED-6743 - Create dossier dictionaries on-the-fly
- fix quality gate status failure, remove @Transactional
2023-06-13 13:56:42 +03:00
Corina Olariu
a8d4c91733 RED-6485 - Dossier-only entity setting in the dossier template, RED-6743 - Create dossier dictionaries on-the-fly
- when getting DictionaryForType, create dossier level dictionary if it does not exists
2023-06-13 13:32:05 +03:00
Corina Olariu
889e63e7c7 RED-6485 - Dossier-only entity setting in the dossier template, RED-6743 - Create dossier dictionaries on-the-fly
- remove check for dossier dictionary only
- fix PMD violations
2023-06-13 13:05:00 +03:00
deiflaender
e160f5e556 RED-6485: Fixed transactions for manual redactions with add to dictionary 2023-06-13 09:54:32 +02:00
Corina Olariu
7029c3d7c4 RED-6485 - Dossier-only entity setting in the dossier template, RED-6743 - Create dossier dictionaries on-the-fly
- remove dossierId from the endpoints of creating, updating and deleting type.
- when a type is updated / deleted all dossier levels will be updated/deleted
- when adding / deleting entries check for dossier level types and create them if needed
- update junit tests
2023-06-09 20:28:39 +03:00
deiflaender
7beee690f5 RED-6798, RED-6751, RED-6545: Enabled to add delete entries, changed permissions for manual redactions, implemented logic for addToAllDossiers 2023-06-06 13:42:47 +02:00
Corina Olariu
a6894496b0 Pull request #701: RED-6485 - Dossier-only entity setting in the dossier template
Merge in RED/persistence-service from RED-6485 to master

* commit 'b9e6e63c2ff3b33319511760ec974e96f72b4658':
  RED-6485 - Dossier-only entity setting in the dossier template - add to flag to type entity to indicate if it is dossier dictionary only - prevent update of that flag - return the added information to dictionary and type result - update junit tests
2023-06-01 09:49:09 +02:00
Corina Olariu
11c032c1d9 Pull request #700: Bugfix/RED-6770 metadata
Merge in RED/persistence-service from bugfix/RED-6770-metadata to master

* commit '0592dd183f9aa87003ef46abe8be2ab8cf52eef1':
  RED-6770 - Cannot overwrite dossierTemplate by import - save the existing dossier template after the updated information - update junit test
  RED-6770 - Cannot overwrite dossierTemplate by import - test junit
2023-06-01 09:40:21 +02:00
devplant
b9e6e63c2f RED-6485 - Dossier-only entity setting in the dossier template
- add to flag to type entity to indicate if it is dossier dictionary only
- prevent update of that flag
- return the added information to dictionary and type result
- update junit tests
2023-05-31 18:37:14 +03:00
devplant
0592dd183f RED-6770 - Cannot overwrite dossierTemplate by import
- save the existing dossier template after the updated information
- update junit test
2023-05-31 13:16:59 +03:00
deiflaender
86883885ad RED-6670: Enabled to configure ssoSessionIdleTimeout for new created tenants 2023-05-30 14:15:26 +02:00
Corina Olariu
9a44ba7658 Pull request #694: RED-6072
Merge in RED/persistence-service from RED-6072 to master

* commit 'eff8eeaf03f76c12ca700ff4bb4f7688c291fab6':
  RED-6072 - As Operation I want to see why files are in an ERROR state - update junit tests
  RED-6072 - As Operation I want to see why files are in an ERROR state - add @Transactional for the update
  RED-6072 - As Operation I want to see why files are in an ERROR state - update the new endpoints with different path than the original endpoints
  RED-6072 - As Operation I want to see why files are in an ERROR state - set back the initial endpoints for backward compatibility
  RED-6072 - As Operation I want to see why files are in an ERROR state - update junit test
  RED-6072 - As Operation I want to see why files are in an ERROR state - add to file entity and models information about the error state - update endpoints with the error information in case of failure
2023-05-25 09:12:35 +02:00
Viktor Seifert
ca6f3f54f2 RED-6777: Reordered parameters for consistency 2023-05-22 16:12:35 +02:00
Viktor Seifert
d1b250f450 RED-6777: Reimplemented deletion of dictionary entries as a batch process to avoid a limitation in the Postgres JDBC driver 2023-05-22 15:40:14 +02:00
devplant
54bfe80f31 RED-6072 - As Operation I want to see why files are in an ERROR state
- add @Transactional for the update
2023-05-18 10:05:14 +03:00
Viktor Seifert
a8a612de55 RED-6770: Fixed lazy init exception in dossier template import by eagerly fetching the needed collection 2023-05-17 15:37:19 +02:00
devplant
43e7b0a3eb RED-6072 - As Operation I want to see why files are in an ERROR state
- set back the initial endpoints for backward compatibility
2023-05-17 15:32:41 +03:00
devplant
5bf42a6c60 RED-6072 - As Operation I want to see why files are in an ERROR state
- add to file entity and models information about the error state
- update endpoints with the error information in case of failure
2023-05-16 18:55:59 +03:00
devplant
872c914cee RED-5787 - As an admin for Japan, I want to configure the horizontal and vertical alignment of watermarks to be able to adjust the placement
- set default values to CENTER for horizontal and vertical text alignment
2023-05-15 13:32:01 +03:00
Thomas Beyer
e6f7b58246 RED-4876 - add new column keep_overlapping_objects in dossier-template 2023-05-15 09:51:59 +02:00
Viktor Seifert
c6045189e6 RED-6270: Changed data access to avoid lazy loading, making it possible to run the dossier-template import outside an enclosing transaction 2023-05-05 16:30:09 +02:00
Viktor Seifert
9b9c79fc99 RED-6270: Added try-with-resources to correctly close file stream 2023-05-05 15:55:31 +02:00
Viktor Seifert
6165a5eea1 Merge branch 'master' into RED-6720 2023-05-05 14:49:42 +02:00
Viktor Seifert
5f119aa996 RED-6270: Removed transactional annotation on the dossier-template import, since it uses both Hibernate and JDBC (for runtime performance reasons) and otherwise runs into query ordering issues 2023-05-05 14:48:02 +02:00
Corina Olariu
16de631c34 Pull request #685: RED-5787 - As an admin for Japan, I want to configure the horizontal and vertical alignment of watermarks to be able to adjust the placement
Merge in RED/persistence-service from RED-5787 to master

* commit '55bca9f7d0b1afba9111159a801c6160ed12ee35':
  RED-5787 - As an admin for Japan, I want to configure the horizontal and vertical alignment of watermarks to be able to adjust the placement - remove default value
  RED-5787 - As an admin for Japan, I want to configure the horizontal and vertical alignment of watermarks to be able to adjust the placement - add 2 properties: vertical and horizontal alignment to watermark configuration
2023-05-05 10:54:34 +02:00
devplant
55bca9f7d0 RED-5787 - As an admin for Japan, I want to configure the horizontal and vertical alignment of watermarks to be able to adjust the placement
- remove default value
2023-05-04 12:57:58 +03:00
devplant
d09da8ea78 RED-6034 - Possible to assign a file to unauthorized users
- change status from 403 to 400
2023-05-04 09:44:57 +03:00
devplant
50d4900971 RED-5787 - As an admin for Japan, I want to configure the horizontal and vertical alignment of watermarks to be able to adjust the placement
- add 2 properties: vertical and horizontal alignment to watermark configuration
2023-05-03 11:00:18 +03:00
Viktor Seifert
4ad76962ec RED-6270: Extracted common qualifiers into a constant 2023-05-02 12:45:38 +02:00
Viktor Seifert
412b3fb3c8 Merge branch 'master' into RED-6270 2023-05-02 10:15:10 +02:00
Viktor Seifert
2bc2e48768 RED-6270: Changed batch execution to use the batch size provided by the configuration 2023-04-28 16:05:13 +02:00
Viktor Seifert
080014021b RED-6270: Implemented the adding of dictionary entries via batch updates to improve writing speed 2023-04-28 15:33:26 +02:00
Viktor Seifert
dd78b08a77 RED-6270: Removed default connection value because it had no effect 2023-04-28 14:39:34 +02:00
devplant
6d9a62178d RED-6034 - Possible to assign a file to unauthorized users
- rework user provider
2023-04-28 15:26:17 +03:00
Viktor Seifert
0351baa0dd RED-6270: Extracted common code into own methods and corrected jdbc-string generation (not all params were concatenated correctly) 2023-04-27 18:14:35 +02:00
deiflaender
cafef9b914 RED-6670: Changed accessTokenLifeSpan from 5 sec to 5 min 2023-04-26 11:17:11 +02:00
Corina Olariu
98084fbebd Pull request #680: RED-6289 - Validate watermark color
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
2023-04-26 09:15:54 +02:00
devplant
5c83d67e4d RED-6289 - Validate watermark color
- move up the validation of colors and opacity
2023-04-26 09:33:30 +03:00
deiflaender
18cf4ffde5 hotfix: Enabled supportsAggressiveRelease for db connections 2023-04-25 15:05:35 +02:00
devplant
afb4075fdc 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
2023-04-25 11:54:20 +03:00
deiflaender
422715d1bc RED-6670: Enabled to configure accessTokenLifeSpan for tenants 2023-04-25 09:24:44 +02:00
Timo Bejan
b4b514229b RED-6407 - added unique constraints according to business logic 2023-04-24 11:51:44 +02:00
Timo Bejan
9b11f90ab9 RED-6407 - added unique constraints according to business logic 2023-04-24 10:28:27 +02:00
Timo Bejan
534efa138d Pull request #673: RED-3800 fix permissions
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
2023-04-24 09:18:34 +02:00
Corina Olariu
64a857d498 Pull request #675: RED-6599 - No updated informations anymore after using /redaction-gateway-v1/user/{userId}
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
2023-04-21 16:46:03 +02:00
devplant
81d21f121b RED-6599 - No updated informations anymore after using /redaction-gateway-v1/user/{userId}
- use @CacheEvict on the activateProfile method
2023-04-21 15:11:14 +03:00
Timo Bejan
4b941397df RED-3800 - sync custom permissions and KC users based on CRON and do it more often 2023-04-21 12:44:09 +03:00
Viktor Seifert
0422a98e5e RED-6467: Removed debugging code 2023-04-20 16:12:03 +02:00
Viktor Seifert
7f1f246f04 RED-6467: Removed debugging code 2023-04-20 15:54:53 +02:00
Viktor Seifert
d4656dc15e RED-6467: Removed debugging code 2023-04-20 15:13:58 +02:00