136 Commits

Author SHA1 Message Date
Timo Bejan
d14ee9984c Final touches for RED-3242 2022-01-27 11:15:24 +02:00
Timo Bejan
cf62a4f07b RED-3242 - excluded from automatic analysis 2022-01-27 11:14:44 +02:00
deiflaender
d8d9b1c2a7 RED-3243: Fixed not working tests 2022-01-27 09:20:26 +01:00
Philipp Schramm
2e992c3f31 RED-3239 Implemented feature to archive dossiers 2022-01-25 09:14:29 +01:00
devplant
4dedbf2bfd RED-3011 - DossierTemplate Stat
- add in the final list of stats the dossier templates with dossier and type asociated to the dossier but not valid to be in the initial search
2022-01-18 15:26:35 +02:00
Timo Bejan
36353463c9 analysis version in redactionlog and changes 2022-01-13 10:56:57 +02:00
Timo Bejan
f27b1ab679 changes to dossier changes endpoint 2022-01-12 14:14:33 +02:00
Ali Oezyetimoglu
3cdd7fc15a Pull request #173: RED-3014: Sort soft deleted files and soft deleted dossier responses by soft deleted date / time descending
Merge in RED/persistence-service from RED-3014-ps1 to master

* commit '1f66ef0efbb62be28f21735033241bc7abac0dc0':
  RED-3014: Sort soft deleted files and soft deleted dossier responses by soft deleted date / time descending
2022-01-11 17:40:32 +01:00
Timo Bejan
b3eb73f14e Ignored hint color 2022-01-10 15:58:36 +02:00
deiflaender
f4f388266e RED-2440: Fixed image-service-v2 integration problems 2022-01-10 12:33:22 +01:00
deiflaender
ab1f691df0 RED-2440: Add to image-service queue after upload and analyze after image-service response 2021-12-22 10:24:43 +01:00
devplant
a22382d415 RED-3011 - DossierTemplate Stats
- modify query to include dossier templates without dictionaries and to include only the results with not deleted entries and not dossier specific
- add junit test
2021-12-20 13:36:07 +02:00
deiflaender
8e088035dc RED-3117: Enbled to ignore invalid entries at addToDictionary for automated pushing entries in analysis 2021-12-20 11:40:17 +01:00
deiflaender
0e3df71c52 RED-2966: Override report templates if filename already exists 2021-12-17 09:41:25 +01:00
Philipp Schramm
da746bba35 RED-3042 Bugfix: Made deleting watermark idempotent 2021-12-15 09:04:03 +01:00
deiflaender
82cb289de9 RED-3029: Fixed processedDate is not set for approved force redactions 2021-12-14 09:40:46 +01:00
Philipp Schramm
516b6ad11d RED-3003 Bugfix: Prevent duplicates of dictionary entries and extended dictionary tests 2021-12-13 16:08:47 +01:00
devplant
cc29d967a3 RED-3011 - DossierTemplate Stats
- add endpoint
- add junit test
2021-12-13 15:05:37 +02:00
deiflaender
afeee3811c RED-2439: Enabled to find surrounding text for manual redactions via queue 2021-12-13 13:26:55 +01:00
deiflaender
19fd46acbd RED-2439: Added textBefore and textAfter to manual add and resize redactions 2021-12-09 14:32:05 +01:00
Philipp Schramm
1746b1ac44 RED-2431 Bugfix: Allow only ASCII character in watermark text and extended watermark test 2021-12-08 08:49:30 +01:00
devplant
4271b41f42 RED-2470 - Reject stopwords when editing a dictionary as an admin
- update test file for redaction log with a non stopword value
2021-12-07 11:48:36 +02:00
devplant
772e4e6f80 RED-2470 - Reject stopwords when editing a dictionary as an admin
- update validation of entries to check for stopwords also
- junit tests adede also
2021-12-07 10:57:51 +02:00
deiflaender
af68d2f74f RED-2808: Check if dossier template name is unique in code, as uniqueConstraint on name and nullable soft_delete_time column is not working 2021-12-06 14:41:38 +01:00
deiflaender
0fb4867ee0 RED-2900: Added missing migration of digital signature 2021-12-02 10:50:29 +01:00
deiflaender
b0fa8f1dd5 RED-2861: Added isRectangle to manual add redaction 2021-11-26 12:42:33 +01:00
Timo Bejan
fd7bfde8fc fixed notifications since 2021-11-23 11:18:31 +02:00
Corina Olariu
8d8fa8de1b Pull request #122: RED-2661
Merge in RED/persistence-service from RED-2661 to master

* commit 'c985a474d60dbd1ba0517887fd0828f399619cf8':
  RED-2661 - Removing a dossier member or deleting a user must not change the status of a file
  RED-2661 Removing a dossier member or deleting a user must not change the status of a file
  RED-2661 Removing a dossier member or deleting a user must not change the status of a file
2021-11-22 13:12:01 +01:00
deiflaender
8136a76555 RED-2171: Implemented migration from 2.3.x to 3.0.0 2021-11-22 12:52:50 +01:00
Timo Bejan
57b8e9034a liquibase for tests. dug 2021-11-22 12:24:17 +02:00
devplant
43c499414b Merge branch 'master' of ssh://git.iqser.com:2222/red/persistence-service into RED-2661
# Conflicts:
#	persistence-service-v1/persistence-service-processor-v1/src/main/java/com/iqser/red/service/persistence/management/v1/processor/service/persistence/FileStatusPersistenceService.java
2021-11-22 12:11:54 +02:00
devplant
104f44b06f RED-2661 Removing a dossier member or deleting a user must not change the status of a file
- renamed currentReviewer to assignee, "Unassigned" status into "NEW"
- added lastApprover
- modified logic for setCurrentAssignee, setUnderReview, setUnderApproval and setApproved
- integration tests updated
2021-11-19 13:01:32 +02:00
Timo Bejan
243db42b0f dossier information endpoint 2021-11-19 09:51:10 +02:00
Philipp Schramm
220d5fa075 RED-2775 Bugfix, uploading deleted file will ignore excluded pages 2021-11-17 10:10:42 +01:00
devplant
121d1b7f25 RED-2664 All manual Redactions deleted after toggling enable/disable-redaction
- remove the wipeFileData when toggleExclusion(true)
- integration tests updated
2021-11-16 10:18:25 +02:00
Philipp Schramm
fdad7ac50f Merge branch 'RED-2633-2' of ssh://git.iqser.com:2222/red/persistence-service into HEAD 2021-11-15 14:03:44 +01:00
Philipp Schramm
d8ac7a7671 RED-2633 Added section to manual redactions and extended ManualRedactionTest 2021-11-15 13:51:43 +01:00
Corina Olariu
091a088c83 Pull request #112: RED-2666 OwnerId as FileName after soft-/hard-delete and Reupload
Merge in RED/persistence-service from bugfix/RED-2666 to master

* commit 'd548dc0883f367a84800e0d725d0d855fb0cf777':
  RED-2666 OwnerId as FileName after soft-/hard-delete and Reupload
2021-11-15 08:49:17 +01:00
Philipp Schramm
8b1c2eb558 RED-2604 Extended DossierTest and Bugfix for saving/updating dossiers with ReportTemplates 2021-11-11 16:15:44 +01:00
devplant
d548dc0883 RED-2666 OwnerId as FileName after soft-/hard-delete and Reupload
- update file repository with correct order of parameters for overwriteFile
- integration tests updated
2021-11-11 14:50:11 +02:00
Timo Bejan
0045f46c7f handle optimize and infinite loop on analysis 2021-11-10 16:20:06 +02:00
deiflaender
ac760c6718 RED-2590: Do not delete text on exclude from redaction to reindex after undelete, fixed reanalyse after include for redaction 2021-11-09 13:18:34 +01:00
devplant
d5471a0153 RED-2488 As an admin I want to set if the report is included in the download package by default
- allow update of activeByDefault, multiFileReport and filename properties
- integration tests updated
2021-11-09 12:38:50 +02:00
deiflaender
d5b70932b2 RED-2441: Fixed dossierTemplateId is null for soft deleted files 2021-11-08 14:19:28 +01:00
Timo Bejan
f2b4d175c2 fixed hard delete and dossier template 2021-11-08 14:27:58 +02:00
Corina Olariu
7fe73674d2 Pull request #99: RED-2583 conflict with deleted dossierTemplate name
Merge in RED/persistence-service from bugfix/RED-2583 to master

* commit '0305694baa8dea453f9137362a54dcd880b7f08b':
  RED-2583 conflict with deleted dossierTemplate name
2021-11-03 15:19:23 +01:00
Corina Olariu
cd460af9a6 Pull request #103: RED-2508 empty pdf file
Merge in RED/persistence-service from bugfix/RED-2508 to master

* commit '10287b658e490a21330eaa20ad28a1c1b02e448a':
  RED-2508 empty pdf file
2021-11-03 15:19:15 +01:00
Corina Olariu
16bde8fbee Pull request #101: RED-2526 only one primary attribute in file-attributes
Merge in RED/persistence-service from bugfix/RED-2526 to master

* commit '5d5ea1446e108fdf1953d931aa9ac2f235c7bb47':
  RED-2526 only one primary attribute in file-attributes
2021-11-03 15:19:08 +01:00
devplant
10287b658e RED-2508 empty pdf file
- throw bad request exception when an empty file is uploaded
2021-11-03 15:10:53 +02:00
Dominique Eiflaender
c6e09535b4 Pull request #102: RED-2562 Added watermark flag for previews to DossierEntity.java
Merge in RED/persistence-service from RED-2562 to master

* commit 'ddfa83873ff44e151b3c729eb554bbaf8531758d':
  RED-2562 Added watermark flag for previews to DossierEntity.java
2021-11-03 13:25:22 +01:00