Dominique Eifländer
2522a5bbff
RED-8878: Do not add redacted flag for REMOVED entries
2024-04-02 15:13:36 +02:00
Ali Oezyetimoglu
4681f174e1
RED-8081: dossierTemplateId was not set when persisting report templates
2024-01-10 16:24:31 +01:00
Dominique Eifländer
61e34dfb64
RM-79: Fixed nullpointer if lastProcessed is null because no analyse was successful before
2023-12-06 12:41:18 +01:00
Corina Olariu
085d2b3756
RED-7918 - RM-62: "Last Modified" date not updated after change
...
- remove unused local variables
2023-11-23 11:59:21 +02:00
Corina Olariu
b99ee73f6b
RED-7918 - RM-62: "Last Modified" date not updated after change
...
- remove @Transactional from addRemoveRedaction
2023-11-23 10:40:00 +02:00
Corina Olariu
52c1cfef6e
RED-7918 - RM-62: "Last Modified" date not updated after change
...
- update the timestamps for redactionModificationDate and lastManualChangeDate also in case of REMOVE_FROM_DICTIONARY
- remove the check for reason not empty
2023-11-23 10:04:34 +02:00
Ali Oezyetimoglu
c8f25db697
RED-7883: BACKPORT: updated methods to import and export with UTF-8 instead of modified UTF-8
2023-11-20 15:44:18 +01:00
Corina Olariu
acab9f54e8
RED-7918 - RM-62: "Last Modified" date not updated after change
...
- update the timestamps for redactionModificationDate and lastManualChangeDate with current time when deleting a manual redaction
2023-11-17 15:31:47 +02:00
Corina Olariu
8a0dcfd620
RED-7876 - Diagrams for future license are empty -backport
...
- remove the check for start date in the future
- remove the setting to set current date for end date in case date is in the future
2023-11-13 15:12:48 +02:00
Andrei Isvoran
01f92075bd
RED-7677 - dossier-template endpoint should return a 400 if validFrom > validTo
2023-11-01 11:22:32 +02:00
Corina Olariu
f4e1d6de0a
RED-7854 - UI stuck when selecting a future license
...
- return 0 values in all invalid cases
2023-11-01 10:48:23 +02:00
Dominique Eifländer
1144221f97
hotfix: readded fallback if files are stored uncompressed
2023-10-26 14:22:08 +02:00
Dominique Eifländer
0c24f0b01c
RED-7821: Added migration to fix wrong dossier dictionary entries in redaction logs
2023-10-25 12:57:47 +02:00
Dominique Eifländer
440b74a1e3
RED-7768: Fixed double counting of deleted documents in license 2
2023-10-16 15:40:55 +02:00
Dominique Eifländer
fcc0c082e4
RED-7768: Fixed double counting of deleted documents in license
2023-10-16 15:30:38 +02:00
Dominique Eifländer
2577a74d6a
RED-7767: Added migration for missing filesizes
2023-10-16 12:43:37 +02:00
Dominique Eifländer
ab2991ea88
RED-7738: Do not catch database execetions that breaks transactions
2023-10-10 15:01:11 +02:00
Corina Olariu
13ed7a3a8a
RED-7185 - RM-46 - Error message when adjusting the Justification
...
- validate the name and description of dossier template when cloning
- check for null for dossier template's name
2023-10-09 12:36:15 +03:00
Andrei Isvoran
829132199e
RED-7326 - Backport fileSize fix
2023-10-05 16:28:46 +02:00
Andrei Isvoran
ac58eb8e40
RED-7694 - Backport license fix for startDate
2023-10-05 12:33:07 +03:00
Andrei Isvoran
a01ec605b2
Merge branch 'RED-7694' into 'release/1.363.x'
...
RED-7694 - Backport Fix invalid date period
See merge request redactmanager/persistence-service!154
2023-10-04 11:37:31 +02:00
Andrei Isvoran
9e5bd8cfef
RED-7694 - Backport Fix invalid date period
2023-10-04 11:37:31 +02:00
Corina Olariu
807da0a44a
RED-7185 - RM-46 - Error message when adjusting the Justification
...
- add transactional on manual changes so the rollback can take place if comment is too long
2023-10-03 11:17:58 +03:00
Corina Olariu
9cf2bbf7ca
RED-7185 - RM-46 - Error message when adjusting the Justification
...
- permit only comments with length <= 4000 characters
2023-10-02 10:01:34 +03:00
Andrei Isvoran
96e1bc3811
RED-7185 - Fix comment too long
2023-09-22 17:13:44 +03:00
Andrei Isvoran
f0caa836d4
RED-7185 - Error message when adjusting the Justification
2023-09-22 11:41:56 +02:00
Andrei Isvoran
dbb1f21a52
RED-7326 - Backport license storage implementation
2023-09-22 08:33:16 +02:00
Timo Bejan
9786cc305d
Quartz test
2023-06-28 12:52:58 +03:00
deiflaender
d5d3770046
hotfix: test banner
2023-06-28 11:42:27 +02:00
Corina Olariu
7b2ccaea84
RED-6912- Entries not sorted correctly in the dossier dictionary - backport to 3.6
...
- update the sorting to be case-insensitive
- update junit tests
2023-06-26 10:41:18 +03:00
Corina Olariu
a0c7d88767
RED-6912 - Entries not sorted correctly in the dossier dictionary -backport to 3.6.2
...
- sort entries and falsePositives and falseRecommendations in endpoint getDictionaryForType
- add junit tests
2023-06-22 11:06:46 +03:00
deiflaender
14f04fdc34
RED-6860: Fixed transaction timeout and changed s3 upload to multipart to be able to handle downloads > 5 gb
2023-06-01 09:22:00 +02:00
Viktor Seifert
71a11fc24a
RED-6777: Reimplemented deletion of dictionary entries as a batch process to avoid a limitation in the Postgres JDBC driver
...
(change backported from master)
2023-05-23 12:28:09 +02:00
Viktor Seifert
cf0c2d6100
RED-6467: Backport of change from 4.0.
...
* Implemented undeletion of dictionary entries by running a native query in chunks.
This avoids a limitation in the JDBC driver.
* Changed unique name check to not use Exceptions to prevent transaction rollbacks
2023-04-21 16:53:04 +02:00
Viktor Seifert
3fc9dc5132
Merge branch 'release/1.363.x' into RED-6497
2023-03-30 17:45:05 +02:00
Viktor Seifert
6a3db677ef
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
2023-03-30 17:37:18 +02:00
Viktor Seifert
6f203f07e1
RED-6497: Fixed issue where the file-size of download was saved incorrectly.
...
* Changed the update to the DownloadStatusEntity to use the entity object instead of using a query on JPA-repo. This prevents values from the object being incorrectly inserted otherwise.
* Extended the DownloadPreparationTest to check the resulting download state and file size.
2023-03-30 17:30:16 +02:00
Viktor Seifert
284738b59e
RED-6497: Changed code to use a different method of getting a file size to have better error reporting
2023-03-30 15:43:07 +02:00
devplant
0896567599
RED-6265 - Bulk dossier stats endpoint does not return dossier stats of dossiers, for which the current dossier does not have access permissions
...
- remove deprecated
2023-03-30 16:12:54 +03:00
Viktor Seifert
65884ce42b
RED-6497: Removed explicit variable initialization because its marked as a checkstyle violation.
2023-03-30 14:20:55 +02:00
Viktor Seifert
d74b8bf4ba
RED-6497: Corrected handling of the stream, temp-file and exceptions.
...
* Corrected the order of closing the steam and deleting the file.
* Switched the output of exception to the WARN level, since the hint at potential problems.
* Corrected the tests so that they clean-up resources.
* Changed the tests to use an archiver that re-throws exceptions, so that problems are not swallowed in testing.
2023-03-29 18:36:48 +02:00
deiflaender
12d7eae288
RED-6503: Do not override ocred pages on ocr successful
2023-03-27 13:49:28 +02:00
Viktor Seifert
18ee468ca1
RED-6310: Changed element-collection fetch to eager because lazy loading runs into timing based errors
2023-03-13 16:07:04 +01:00
Viktor Seifert
b9345110aa
RED-6310: Updated test for download preparation test to execute all preparation steps.
...
Previously the last step was not executed.
2023-03-10 17:39:53 +01:00
Viktor Seifert
c698bf3a68
RED-6310: Backported test to Junit 4
2023-03-09 15:56:32 +01:00
Viktor Seifert
222e5915ed
RED-6310: Moved code to create user-preferences to a separate class so that the calling code can handle a persistence exception
...
(cherry picked from commit 45bd8e600328ce85c8457525b605da2c16dd70c8)
2023-03-09 15:42:44 +01:00
Viktor Seifert
657a616093
RED-6310: Corrected services so that they use the user id instead of wrongly using the entity id
...
(cherry picked from commit 643ffc8723d923a7ede8ee52e25ea40e25045148)
2023-03-09 15:42:43 +01:00
Viktor Seifert
551840a46f
RED-6310: Moved code for multithreaded tests to a helper class
...
(cherry picked from commit 40d6961742436fd4f7c5e07616850d8b1eb31a43)
2023-03-09 15:42:42 +01:00
Viktor Seifert
a0e0aadb61
RED-6310: Removed not needed code from test
...
(cherry picked from commit fd7f39bc7e4b4cc67ed55d5e77ef84d93779b342)
2023-03-09 15:42:41 +01:00
Viktor Seifert
d42d56e7f1
RED-6310: Added setup of tenant id to fix the service test
...
(cherry picked from commit b1d79970c033822ddffb47be199c379cada2ce40)
2023-03-09 15:42:39 +01:00