1758 Commits

Author SHA1 Message Date
Viktor Seifert
6a928e4072 RED-5479: Updated dependency version to release 2022-12-06 10:06:41 +01:00
deiflaender
a310e07f5c RSS-146: Enabled to set ocr by default 2022-12-06 09:36:34 +01:00
devplant
6ebf9e0efc RED-5674 - 404 when overwriting existing dossier template
- when deleting the current types from import a dossier template with update check for the types to not be deleted already and not system managed
2022-12-05 15:08:20 +02:00
Viktor Seifert
6d28dac9cf RED-5479: Added preview-color field to download.
The field value will be used for preview-redaction as an override for the default value.
2022-12-05 13:25:50 +01:00
Viktor Seifert
b890b2b171 RED-5479: Deleted mocking of endpoints that are no longer available 2022-12-02 16:43:58 +01:00
Viktor Seifert
6caeb3a11d Merge branch 'master' into RED-5479
# Conflicts:
#	persistence-service-v1/persistence-service-server-v1/src/main/java/com/iqser/red/service/peristence/v1/server/service/download/DownloadPreparationService.java
2022-12-02 16:22:58 +01:00
Viktor Seifert
ec47a511d6 RED-5479: Use preview color from dossier-template.
Set the color field for a redaction-message from the color configured in the dossier-template.
2022-12-02 16:18:18 +01:00
deiflaender
b462ddba24 RSS-283: Do not add justification suffix to reports if scmEnabled 2022-11-30 11:34:31 +01:00
Viktor Seifert
35570a4291 Pull request #570: RED-5670
Merge in RED/persistence-service from RED-5670 to master

* commit '7ce28b9b5b997ed5636fa16d167cf3d5300b71b3':
  RED-5670: Update platform version to include security fixes from spring-boot
  RED-5670: Changed temp file creation so that it works on any OS, not just on Unix/Linux
2022-11-28 15:19:09 +01:00
Viktor Seifert
7ce28b9b5b RED-5670: Update platform version to include security fixes from spring-boot 2022-11-28 15:11:21 +01:00
Viktor Seifert
0b7f3d1c0e RED-5670: Changed temp file creation so that it works on any OS, not just on Unix/Linux 2022-11-28 15:02:28 +01:00
Timo Bejan
ff3fb03f29 RED-5563 - SMTP migration 2022-11-28 12:13:22 +02:00
devplant
bbc2932b74 RED-5469 - Rename CVSERVICEENABLED to CVTABLEPARSINGENABLED
- renamed cvServiceEnabled to cvTableParsingEnabled
2022-11-17 14:15:18 +02:00
devplant
eca24a4535 RED-5600 - 500 error code and wrong status codes for /download/prepare-option
- validate the reports list before proceeding with the download process
2022-11-17 10:38:40 +02:00
devplant
495bbcb08f RED-5049 - Allow reports to be downloaded in all document states
- use the dossier reports/ download types in case the lists provided are empty
2022-11-14 14:18:54 +02:00
Ali Oezyetimoglu
fd2aa4e876 Pull request #564: RED-5293 A
Merge in RED/persistence-service from RED-5293-A to master

* commit '5a47fb5c214d23d4fad98270ee7abe7e9ac34b4b':
  RED-5293: adjusted ControllerAdvice for some SQLExceptions
  RED-5293: added catch block for URISyntaxExceptions
  RED-5293: jdbcUrl is checked for protocol and sql
  RED-5293: jdbcUrl is checked for protocol and sql
  RED-5293: fixed jdbcUrl-check by adding more checks; removed URL-check because it does not work
  RED-5293: fixed jdbcUrl-check by adding more checks
  RED-5293: fixed jdbcUrl-check by adding more checks
  RED-5293: fixed jdbcUrl-check by adding URL check
  RED-5293: fixed jdbcUrl-check by adding URL check
  RED-5293: fixed jdbcUrl-check by adding URL check
  RED-5293: fixed jdbcUrl-check by adding URL check
2022-11-11 12:54:23 +01:00
devplant
50f89016d2 RED-5049 - Allow reports to be downloaded in all document states
- add prefix UNAPPROVED for reports file also
2022-11-10 22:35:43 +02:00
Ali Oezyetimoglu
5a47fb5c21 RED-5293: adjusted ControllerAdvice for some SQLExceptions 2022-11-10 17:36:00 +01:00
Ali Oezyetimoglu
f8b6d033ac RED-5293: added catch block for URISyntaxExceptions 2022-11-10 16:47:54 +01:00
Ali Oezyetimoglu
e51581c6d2 RED-5293: jdbcUrl is checked for protocol and sql 2022-11-10 16:37:27 +01:00
Ali Oezyetimoglu
f09c7e4318 RED-5293: jdbcUrl is checked for protocol and sql 2022-11-10 16:20:34 +01:00
Ali Oezyetimoglu
6b63468148 RED-5293: fixed jdbcUrl-check by adding more checks; removed URL-check because it does not work 2022-11-10 15:10:49 +01:00
Ali Oezyetimoglu
27dcd61e3e RED-5293: fixed jdbcUrl-check by adding more checks 2022-11-10 14:25:23 +01:00
Ali Oezyetimoglu
197162b61b RED-5293: fixed jdbcUrl-check by adding more checks 2022-11-10 14:23:31 +01:00
Ali Oezyetimoglu
39a0eb4f8d RED-5293: fixed jdbcUrl-check by adding URL check 2022-11-10 12:55:36 +01:00
Ali Oezyetimoglu
907d88f658 RED-5293: fixed jdbcUrl-check by adding URL check 2022-11-10 12:51:35 +01:00
Ali Oezyetimoglu
6b79c657ab RED-5293: fixed jdbcUrl-check by adding URL check 2022-11-10 12:30:26 +01:00
Ali Oezyetimoglu
56963986be RED-5293: fixed jdbcUrl-check by adding URL check 2022-11-10 12:19:42 +01:00
devplant
c34698c202 RED-5049 - Allow reports to be downloaded in all document states
- add new endpoint to prepare the download package with options: the reports list and the download types list
- unapproved files can be present in the package but not in redacted form
- add reports list to download status entity
2022-11-10 11:44:38 +02:00
Ali Oezyetimoglu
3a2905200f Pull request #562: RED-5293
Merge in RED/persistence-service from RED-5293 to master

* commit '1a1e799d40c01a2478fe132e6646cc4f95618f11':
  RED-5293: removed IllegalArgumentException in ControllerAdvice and specified it in in TenantsController
  RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500
  RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500
  RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500
2022-11-09 17:26:19 +01:00
Ali Oezyetimoglu
1a1e799d40 RED-5293: removed IllegalArgumentException in ControllerAdvice and specified it in in TenantsController 2022-11-09 17:22:32 +01:00
Ali Oezyetimoglu
e2c4b75ad4 RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500 2022-11-09 14:18:25 +01:00
Ali Oezyetimoglu
274fc4551e RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500 2022-11-09 14:01:12 +01:00
Ali Oezyetimoglu
0a83f992e0 RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500 2022-11-09 11:06:55 +01:00
Ali Oezyetimoglu
9af4ad1867 Pull request #561: RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500
Merge in RED/persistence-service from RED-5293 to master

* commit 'd95beeae269e2dac54dad9b8309bf1bb8ffe6811':
  RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500
2022-11-09 09:59:13 +01:00
Ali Oezyetimoglu
d95beeae26 RED-5293: fixed broken IllegalArgumentException, it throws now a 400 instead of 500 2022-11-09 09:46:26 +01:00
Ali Oezyetimoglu
6333d9e087 Pull request #560: RED-5293: 500 for invalid tenant
Merge in RED/persistence-service from RED-5293 to master

* commit '9b7d1536ebb8bb2056c4e5519c0428f1f865a81e':
  RED-5293: Changed output to client to explain which argument is broken
  RED-5293: Changed output to client to explain which argument is broken
  RED-5293: Changed error message for empty parameters to show client which parameter is broken
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
2022-11-07 16:47:52 +01:00
Ali Oezyetimoglu
9b7d1536eb RED-5293: Changed output to client to explain which argument is broken 2022-11-07 16:23:53 +01:00
Ali Oezyetimoglu
926d324a90 RED-5293: Changed output to client to explain which argument is broken 2022-11-07 16:13:36 +01:00
Ali Oezyetimoglu
034fdd0f65 RED-5293: Changed error message for empty parameters to show client which parameter is broken 2022-11-07 15:04:30 +01:00
Ali Oezyetimoglu
5924d12059 RED-5293: 500 for invalid tenant 2022-11-07 14:57:26 +01:00
Ali Oezyetimoglu
2beef30abb RED-5293: 500 for invalid tenant 2022-11-07 13:58:10 +01:00
Ali Oezyetimoglu
aa54bb6f3b RED-5293: 500 for invalid tenant 2022-11-07 13:55:25 +01:00
Ali Oezyetimoglu
daf7dd6ba1 RED-5293: 500 for invalid tenant 2022-11-04 17:00:18 +01:00
Ali Oezyetimoglu
8a3439ddf5 RED-5293: 500 for invalid tenant 2022-11-04 14:39:28 +01:00
Ali Oezyetimoglu
cf32e1684f RED-5293: 500 for invalid tenant 2022-11-04 13:25:39 +01:00
Ali Oezyetimoglu
a42c5efdc9 RED-5293: 500 for invalid tenant 2022-11-03 11:54:34 +01:00
Ali Oezyetimoglu
17a6f53673 Pull request #556: RED-5293: 500 for invalid tenant
Merge in RED/persistence-service from RED-5293 to master

* commit '92326e82f572c62f275c98fc47d1848e47f2c2ea':
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
  RED-5293: 500 for invalid tenant
2022-11-02 13:42:51 +01:00
Ali Oezyetimoglu
92326e82f5 RED-5293: 500 for invalid tenant 2022-11-02 13:29:56 +01:00
Ali Oezyetimoglu
0dd7cb049d RED-5293: 500 for invalid tenant 2022-10-28 16:52:30 +02:00