973 Commits

Author SHA1 Message Date
Timo Bejan
e967f7aabb RED-4479 and RED-4793 2022-09-25 22:56:01 +03:00
devplant
35f3b3e06c RED-2200 - Dossier Template export and import
- add implementation for import and export.
- add tests
2022-09-14 09:42:06 +03:00
Ali Oezyetimoglu
5286ca5b49 RED-5142: Sonar issues: persistence-service 2022-09-05 15:34:25 +02:00
deiflaender
f9f2e7435a RED-4512: Added endpoint to get tenants and added additional attributes to tenants 2022-09-01 09:40:54 +02:00
deiflaender
0adf8026ce RED-4512: Implemented multitenancy for persistence 2022-08-31 16:16:39 +02:00
Viktor Seifert
be673f7904 Merge branch 'master' into RED-4928 2022-08-16 10:32:25 +02:00
Ali Oezyetimoglu
99984dbc86 RED-4890: removed imports & changed order of modifiers & other small refinements 2022-08-15 18:12:48 +02:00
Viktor Seifert
ca218e7bb3 RED-4928: Changed licence generation to have the database filter the data by the dossier-ids and dates from the request 2022-08-12 18:56:13 +02:00
Viktor Seifert
0ad7592dd3 RED-4928: Corrected position of comment 2022-08-12 17:28:56 +02:00
Ali Oezyetimoglu
39c2dd0101 RED-4961: "numberOfSoftDeletedFiles" for soft-deleted archived-dossier is always 0 2022-08-10 15:41:33 +02:00
deiflaender
a07369b7b4 RED-4782: Enabled pdftron-redaction-service to set files in pocessing states when it takes them out of the queue 2022-08-10 11:15:18 +02:00
devplant
f541ac2ab8 RED-4789 - Uploading an invalid digital signature certificate returns error code 500
- return BadRequestException instead of InternalServerErrorException
2022-08-09 13:12:49 +03:00
Philipp Schramm
09d407fd91 RED-4771: Added @Transactional and reformat code 2022-07-25 16:02:39 +02:00
Philipp Schramm
0bdbba7ca9 RED-4771: Removed unused @Transactional 2022-07-25 15:02:55 +02:00
Philipp Schramm
8276e199c1 RED-4771: Reformatted code and added @Transactional 2022-07-25 14:42:43 +02:00
Timo Bejan
e86f9af216 RED-4643 RED-4641 2022-07-18 11:36:11 +03:00
deiflaender
d20d8d1e4f RED-4642: Added excluded to getAllRelevantStatusesForReanalysisScheduler statement 2022-07-14 16:00:57 +02:00
devplant
3c9cf65086 RED-4598 -
- when updating the dossier check first if watermark id has changed before validating the
- update tests
2022-07-13 13:50:10 +03:00
Ali Oezyetimoglu
608192c6f0 RED-4622: Formatted and organized imports 2022-07-13 11:24:58 +02:00
Timo Bejan
b56fc3cb95 RED-4525 - Colors update - basics 2022-07-11 20:07:17 +03:00
deiflaender
a49f67aa7d RED-4497: Delete update dictionary resize redaction on remove 2022-07-07 16:33:25 +02:00
deiflaender
a775d52cad RED-4527: Store information of generated reports in storage 2022-07-07 11:28:36 +02:00
Philipp Schramm
4e5a7a7654 RED-4489: Bugfix with Filesize migration. Use FileStatusPersistenceService instead of FileRepository 2022-07-06 10:44:50 +02:00
aoezyetimoglu
9f3f23ccc1 RED-4501: Sonar issues: persistence-service 2022-07-04 13:59:00 +02:00
Viktor Seifert
42ff8978f8 Merge branch 'master' into RED-1098 2022-07-01 14:04:19 +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
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
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
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
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
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
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
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
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
deiflaender
675275c20a RED-4269: Do not schedule deleted files 2022-06-15 09:29:51 +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
Timo Bejan
bba7124cac RED-3842 filesize 2022-06-07 15:19:37 +03:00
Timo Bejan
e6e0dd27dd RED-3842 filesize 2022-06-07 12:17:14 +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
Timo Bejan
ec29d583f5 RED-3584 / RED-3581 - notification issues - preferences validation test 2022-06-03 10:11:12 +03:00