1758 Commits

Author SHA1 Message Date
Ali Oezyetimoglu
608192c6f0 RED-4622: Formatted and organized imports 2022-07-13 11:24:58 +02:00
Timo Bejan
9cee86bd22 RED-4593 2022-07-13 08:24:37 +02:00
Philipp Schramm
b79868810e RED-4548: Added FileType SIMPLIFIED_TEXT 2022-07-12 16:21:32 +02:00
aoezyetimoglu
34bee36e11 RED-4586: When a redaction is shortened via resize the new value should replace the old one 2022-07-12 12:05:52 +02:00
Timo Bejan
b56fc3cb95 RED-4525 - Colors update - basics 2022-07-11 20:07:17 +03:00
Dominique Eiflaender
b41c0dd92a Pull request #477: RED-4497: Delete update dictionary resize redaction on remove
Merge in RED/persistence-service from RED-4497 to master

* commit 'ae5e05e341eb3964dca47080a142ce76f6df8a0c':
  RED-4497: Refactored method to remove resizeRedactions with addToDictionary
  RED-4497: Delete update dictionary resize redaction on remove
2022-07-08 13:30:54 +02:00
deiflaender
a60dcb1f0d RED-4563: Fixed reupload with keep manual redaction with resize redactions 2022-07-08 12:49:06 +02:00
aoezyetimoglu
ae5e05e341 RED-4497: Refactored method to remove resizeRedactions with addToDictionary 2022-07-08 12:10:38 +02:00
deiflaender
a49f67aa7d RED-4497: Delete update dictionary resize redaction on remove 2022-07-07 16:33:25 +02:00
deiflaender
cf53278193 RED-4497: Added updateDictionary to ManualResizeRedaction 2022-07-07 14:08:25 +02:00
deiflaender
a775d52cad RED-4527: Store information of generated reports in storage 2022-07-07 11:28:36 +02:00
deiflaender
336ea7a530 RED-4496: Fixed missing dictionary version update after update dictionary at resize redactions 2022-07-06 13:58:49 +02:00
Philipp Schramm
4e5a7a7654 RED-4489: Bugfix with Filesize migration. Use FileStatusPersistenceService instead of FileRepository 2022-07-06 10:44:50 +02:00
devplant
2a999b848f RED-4483-skippedHexColor not added during migration
- add script to update entity with default skippedColor of the dossier template
2022-07-05 13:26:17 +03:00
aoezyetimoglu
428bba22c5 RED-4289: Add AMQP queues for cv-analysis (table-parsing) 2022-07-04 14:29:54 +02:00
aoezyetimoglu
9f3f23ccc1 RED-4501: Sonar issues: persistence-service 2022-07-04 13:59:00 +02:00
Viktor Seifert
afc8371636 RED-1098: Added files generated by pdftron to the list of files that are deleted when the download archive has been created 2022-07-01 15:31:06 +02:00
Viktor Seifert
42ff8978f8 Merge branch 'master' into RED-1098 2022-07-01 14:04:19 +02:00
Viktor Seifert
79d99eb18e RED-1098: Updated pdftron-redaction-service version to include the newly created DTO's 2022-07-01 13:59:08 +02:00
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
Viktor Seifert
1c3f2e8174 RED-1098: Implemented a receiver for dead messages from the pdftron-exchanges 2022-07-01 12:01:55 +02:00
Viktor Seifert
8435da351c RED-1098: Corrected typo in log-message 2022-06-30 17:58:38 +02:00
Viktor Seifert
78ae62955d RED-1098: Corrected queue setting on pdftron-message-receiver 2022-06-30 17:50:24 +02:00
Viktor Seifert
80621cfab2 RED-1098: Moved cleanup behavior to the correct location (after receiving the pdftron-results) 2022-06-30 17:34:51 +02:00
Viktor Seifert
30561e5601 Merge branch 'master' into RED-1098 2022-06-30 16:21:32 +02: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
Viktor Seifert
4911fbff9c RED-1098: Added the information about the generated reports to the db & implemented processing the response from pdf-tron.
* Added the information about the generated reports to the download-entity so that it is available when the result from pdf-tron is received.
* Implemented processing the response from pdf-tron to complete the download archive, using the pdf-tron results from the queue instead of making rest-calls.
2022-06-28 17:23:28 +02:00
deiflaender
9c62db8839 RED-4264: Fixed declining remove redactions 2022-06-28 09:36:52 +02:00
Viktor Seifert
b8bf13d693 RED-1098: Implemented writing the requests to the pdftron-service to the respective queue instead of sending them via http 2022-06-27 18:11:03 +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
Viktor Seifert
6a5da764b5 RED-1098: Added configuration for the pdftron-redaction queue's 2022-06-23 17:29:16 +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