681 Commits

Author SHA1 Message Date
devplant
76913e02c9 RED-4249-When I edit or create a dossier as an owner I want to select from multiple watermark configurations
- when cloning a dossierTemplate the watermarks should be copied into the new dossierTemplate
- update tests
2022-07-01 13:18:04 +03:00
devplant
91d37f5c60 RED-4249-When I edit or create a dossier as an owner I want to select from multiple watermark configurations
- add endpoint to check if watermark configuration is in use
- added 3 new columns: createdBy, dateAdded, dateModified
- update tests
2022-06-29 20:52:56 +03:00
Corina Olariu
59c91eaf94 Pull request #464: RED-4424-"lastReviewer" is always equal to "assignee" in the file status
Merge in RED/persistence-service from bugfix/RED-4424 to master

* commit '5c1b732b7dc28c92109ed35350028e32fdbbf202':
  RED-4424-"lastReviewer" is always equal to "assignee" in the file status
2022-06-29 16:30:03 +02:00
devplant
5c1b732b7d RED-4424-"lastReviewer" is always equal to "assignee" in the file status
- setStatus before setAssignee. Set lastReviewer, lastApprover with the last assignee and not the current assignee
- update tests
2022-06-29 16:03:06 +03:00
aoezyetimoglu
d48d76284b RED-4245: File re-upload with keep manual redactions deletes file status properties that should be kept 2022-06-29 09:35:58 +02:00
aoezyetimoglu
ae1e747680 RED-4406: 500 when changing status of excluded file 2022-06-28 21:01:08 +02:00
deiflaender
9c62db8839 RED-4264: Fixed declining remove redactions 2022-06-28 09:36:52 +02:00
devplant
dc4a14b97a RED-4249-When I edit or create a dossier as an owner I want to select from multiple watermark configurations
- changed the 200 status instead of 201 status for create/update
- refactoring the creation/updating of watermark configuration
- no disabled watermarks allowed in dossier creation
- update tests
2022-06-27 12:29:26 +03:00
devplant
9453a8250a RED-3081-As an admin of a dossier template I want to customize the highlighting color of a skipped redaction of an entity
- validate skipped hex color when creating and updating a type
- retrieve default value if one not provided
- update tests
2022-06-27 10:28:44 +03:00
deiflaender
e792848efe RED-4343: Reworked logic for scheduling with maxRetries 2022-06-24 12:22:56 +02:00
Philipp Schramm
4d324347e3 RED-4343: Added processingErrorCounter to FileEntity and limit retries for failure files to 5 (via setting) 2022-06-23 13:36:22 +02:00
devplant
d9060e39d8 RED-4249-As an admin of a dossier template I want to customize the highlighting color of a skipped redaction of an entity
- rework after review
2022-06-23 10:43:21 +03:00
devplant
93d54c0886 RED-4249-As an admin of a dossier template I want to customize the highlighting color of a skipped redaction of an entity
- initialise existing watermark configurations for the new columns
- update of tests
2022-06-22 16:40:43 +03:00
Philipp Schramm
fb4d867dd7 RED-4183 Upgraded postgres version for test container to 14.3 2022-06-22 09:35:45 +02:00
aoezyetimoglu
41ad7b2b33 RED-4153: Getting all existing dossiers returns deleted archived dossiers 2022-06-21 18:18:35 +02:00
aoezyetimoglu
a6b29035f2 RED-4242: Inconsistency regarding dossiers that have been deleted and archived for dossier stats 2022-06-21 12:34:27 +02:00
aoezyetimoglu
50a63c1e6e RED-4242: Inconsistency regarding dossiers that have been deleted and archived for dossier stats 2022-06-21 12:25:40 +02:00
devplant
d537a16d65 RED-3081-As an admin of a dossier template I want to customize the highlighting color of a skipped redaction of an entity
- add skippedHexColor to type entity
- update of tests
2022-06-21 10:55:14 +03:00
Timo Bejan
1b3621db97 RED-4249 - multiple watermarks per dossier template 2022-06-20 21:11:20 +03:00
Timo Bejan
67286ef7aa RED-4249 - multiple watermarks per dossier template 2022-06-20 20:23:22 +03:00
Timo Bejan
964f74c2e5 RED-4249 - multiple watermarks per dossier template 2022-06-20 20:13:18 +03:00
devplant
ab5f644d33 RED-4249-When I edit or create a dossier as an owner I want to select from multiple watermark configurations
- add columns id, name and enabled to watermark entity,
- removed watermarkEnabled and watermarkPreviewEnabled and added new dependencies to watermark_configuration
- updated tests
2022-06-20 17:13:42 +03:00
deiflaender
f42eefba9a RED-4219: Renalyse after accept/decline force/imageRecategorizations 2022-06-20 13:44:53 +02:00
Ali Oezyetimoglu
6570f79177 Pull request #445: RED-4078: Make sure that the dossier template can only be created with a proper name
Merge in RED/persistence-service from RED-4078-ps1 to master

* commit 'fe58e92b8f85fc1167c59e0cbc8694ec596f5de1':
  RED-4078: Make sure that the dossier template can only be created with a proper name
2022-06-15 14:33:04 +02:00
aoezyetimoglu
fe58e92b8f RED-4078: Make sure that the dossier template can only be created with a proper name 2022-06-15 14:17:06 +02:00
Ali Oezyetimoglu
d93e413b82 Pull request #443: RED-4153: Getting all existing dossiers returns deleted archived dossiers
Merge in RED/persistence-service from RED-4153-2 to master

* commit 'e4337bbedc75fbddc3566019aec92344a0abba61':
  RED-4153: Getting all existing dossiers returns deleted archived dossiers
2022-06-15 14:15:23 +02:00
deiflaender
675275c20a RED-4269: Do not schedule deleted files 2022-06-15 09:29:51 +02:00
aoezyetimoglu
e4337bbedc RED-4153: Getting all existing dossiers returns deleted archived dossiers 2022-06-14 17:48:14 +02:00
Philipp Schramm
8e4bf87d10 RED-4040 Bugfix, NullPointerException if file was already restored 2022-06-14 15:24:44 +02:00
deiflaender
1c8fe90b31 RED-4186: Delete selected type also if deleting kms signature 2022-06-14 12:31:39 +02:00
Philipp Schramm
91039f7acc RED-4166: Bugfix, delete fileAttributes if overwrite file 2022-06-13 11:19:15 +02:00
deiflaender
ab085195d0 RED-4186: Delete also selected type if signature gets removed 2022-06-10 15:19:00 +02:00
deiflaender
91a8336d5c RED-4176: Renealyse after update of annotation status for resize redactions 2022-06-09 13:03:17 +02:00
devplant
9578ac4b0d RED-4145-Dossier template stats updates
- update filtering to remove incomplete status
2022-06-07 17:52:01 +03:00
Timo Bejan
bba7124cac RED-3842 filesize 2022-06-07 15:19:37 +03:00
Timo Bejan
5171b039d8 RED-3842 filesize 2022-06-07 12:23:25 +03:00
Timo Bejan
e6e0dd27dd RED-3842 filesize 2022-06-07 12:17:14 +03:00
Timo Bejan
94e606dcfb RED-3749 Revert digital signature removal 2022-06-07 11:22:33 +03:00
Timo Bejan
c8cfa82715 RED-3749 Revert digital signature removal 2022-06-07 11:17:52 +03:00
aoezyetimoglu
4fb570bd8a RED-4012: Dossier stats controller always returns numberOfSoftDeletedFiles = 0 2022-06-03 12:49:45 +02:00
deiflaender
60ff90d5d5 RED-4064: Trigger reanalysis instead of analysis on resize redaction 2022-06-03 11:50:24 +02:00
deiflaender
6ad0f804dc RED-4064: Always trigger reanalysis instead of surrounding text analysis when add a resize redaction 2022-06-03 11:01:18 +02:00
Timo Bejan
ec29d583f5 RED-3584 / RED-3581 - notification issues - preferences validation test 2022-06-03 10:11:12 +03:00
Timo Bejan
37a84d9049 RED-3584 / RED-3581 - notification issues - preferences validation test 2022-06-03 10:06:42 +03:00
Timo Bejan
356b15c837 RED-3584 / RED-3581 - notification issues 2022-06-03 10:06:42 +03:00
Timo Bejan
9ab92b86c2 RED-4028 - fixed error in hard delete file 2022-06-02 20:23:32 +03:00
devplant
1ae5676d64 RED-4145-Dossier template stats updates
- add dossier template status in the stats, ignore incompletate status from the list, remove inactive status (when no dossiers active)
- update junit tests
2022-06-02 15:13:36 +03:00
Philipp Schramm
2de00f1a72 RED-3885: Add file to pdf2image-service queue, when preprocessing is done. (is disabled by default) 2022-05-31 12:23:52 +02:00
Philipp Schramm
a7ee9237a0 RED-3885: Added queues for pdf2image-service, is disabled by default 2022-05-30 16:09:06 +02:00
deiflaender
cff06fbb0e RED-4101: Perform preprocessing async via queue 2022-05-30 12:49:30 +02:00