398 Commits

Author SHA1 Message Date
deiflaender
a60684cf8e RED-6503: Do not override ocred pages on ocr successful 2023-03-27 15:17:06 +02:00
deiflaender
44ec59c992 RED-4644: Enabled to create default users at createTenant 2023-03-27 13:16:21 +02:00
deiflaender
8a0591d4b9 RED-4515: Create schema on createTenant 2023-03-24 15:26:09 +01:00
deiflaender
94aa4287ba RED-4515: Rename master realm client to redaction as this make configuration much easier 2023-03-24 13:18:56 +01:00
deiflaender
ac5955ca6b RED-4515: Create default user set valid redirect uis 2023-03-24 12:07:59 +01:00
deiflaender
1a41edbef9 RED-4515: Changed swagger back to authorizationCode flow 2023-03-24 10:34:14 +01:00
Timo Bejan
883ecf6461 RED-4515 - kc createRealm 2023-03-23 17:24:34 +02:00
Timo Bejan
91efd63311 RED-4515 - kc createRealm 2023-03-23 17:24:34 +02:00
deiflaender
e69a988e39 RED-4515: Create realm on create tenant 2023-03-23 17:24:34 +02:00
deiflaender
710a2f88ac RED-4515: Create realm on createTenant 2023-03-23 17:24:34 +02:00
Thomas Beyer
067a8e51dc Pull request #635: RED-4875 1
Merge in RED/persistence-service from RED-4875_1 to master

* commit '7437ed3ebc3755bd24d7613b73df3a03a98f5df0':
  RED-4875 - reformat code
  RED-4875 - update version of pdftron-service to newest (release)
  RED-4875 - set version of pdftron-service to latest
  RED-4875 - delete tmp log
  RED-4875 - add tmp log
  RED-4875 - change version of pdftron-service to newest
  RED-4875 - add new column keepHiddenText in dossiertemplate and corresponding classes/methods, and set version of pdftron-service to newest
2023-03-22 13:39:22 +01:00
Thomas Beyer
7437ed3ebc RED-4875 - reformat code 2023-03-22 13:04:51 +01:00
devplant
c0b01d202b RED-6216- Allow add-to-dict for expressions consisting of less than 2 characters
- remove limitation of at least 2 characters for expression
- add to stopwords all ascii printable characters (lower case)
2023-03-21 15:02:11 +02:00
deiflaender
d392c1dae7 RED-6224: Enabled multitenancy for user cache 2023-03-21 12:28:36 +01:00
Thomas Beyer
f85a6a7757 RED-4875 - delete tmp log 2023-03-20 14:31:20 +01:00
Thomas Beyer
67622e65f7 RED-4875 - add tmp log 2023-03-20 13:57:55 +01:00
Thomas Beyer
c024b8bc59 RED-4875 - add new column keepHiddenText in dossiertemplate and corresponding classes/methods, and set version of pdftron-service to newest 2023-03-20 09:53:15 +01:00
deiflaender
246cc0d6de RED-5481: Reuse datasource if only schema is different 2023-03-17 11:48:28 +01:00
deiflaender
71a5f56fd5 RED-4515: Added workaround to keep swagger running without tenant header for now 2023-03-16 13:14:25 +01:00
deiflaender
ef859f527d RED-4515: Removed workarounds that set default tenant if no tenant is available 2023-03-16 12:07:09 +01:00
Viktor Seifert
550c9c3bf0 RED-6310: Changed element-collection fetch to eager because lazy loading runs into timing based errors 2023-03-14 14:07:19 +01:00
Viktor Seifert
1e2388dcae RED-6310: Updated test for download preparation test to execute all preparation steps.
Previously the last step was not executed.
2023-03-14 14:07:19 +01:00
Thomas Beyer
a7fc2619e9 RED-4874 - activated keepImageMetaData and set pdftron-version to newest 2023-03-13 15:00:31 +01:00
Dominique Eiflaender
1e6bd14b88 Pull request #622: RED-4645: Multitenancy for storage
Merge in RED/persistence-service from RED-4645 to master

* commit 'eb2580e8428afc4e1888d80b988076cd96a5eff5':
  RED-4645: Multitenancy for storage
2023-03-10 16:39:43 +01:00
deiflaender
eb2580e842 RED-4645: Multitenancy for storage 2023-03-10 15:16:03 +01:00
Timo Bejan
f30714b123 RED-6162 - bumped version 2023-03-10 16:09:32 +02:00
Timo Bejan
7a2d756d3a RED-6162 - bumped version 2023-03-10 16:02:06 +02:00
Timo Bejan
cf6af4ba91 RED-5255 - ported to merged version - pmd fix 2023-03-10 13:26:23 +02:00
Timo Bejan
273563076b RED-5255 - ported to merged version 2023-03-10 13:24:39 +02:00
Timo Bejan
cabdb5a507 RED-6162 - transactional fixes 2023-03-10 10:39:59 +02:00
Timo Bejan
1b13a19c70 RED-6162 - pmd fix and gw ports 2023-03-10 09:01:25 +02:00
Timo Bejan
72b0a3d933 RED-6162 2023-03-10 08:58:51 +02:00
Timo Bejan
d6948571c5 RED-6254 - hotfix 2023-03-08 16:50:50 +01:00
Viktor Seifert
dcc83474e6 Pull request #616: RED-6310
Merge in RED/persistence-service from RED-6310 to master

* commit '45bd8e600328ce85c8457525b605da2c16dd70c8':
  RED-6310: Moved code to create user-preferences to a separate class so that the calling code can handle a persistence exception
  RED-6310: Corrected services so that they use the user id instead of wrongly using the entity id
  RED-6310: Moved code for multithreaded tests to a helper class
  RED-6310: Removed not needed code from test
  RED-6310: Added setup of tenant id to fix the service test
  RED-6310: Added tests to check if concurrent access to notification-preferences works
  RED-6310: Refomatted sql query for readability
2023-03-08 09:32:53 +01:00
Viktor Seifert
45bd8e6003 RED-6310: Moved code to create user-preferences to a separate class so that the calling code can handle a persistence exception 2023-03-07 18:43:11 +01:00
deiflaender
ec7ad9a0e8 RED-6254: Store all connection information in master database 2023-03-07 16:51:00 +01:00
Viktor Seifert
643ffc8723 RED-6310: Corrected services so that they use the user id instead of wrongly using the entity id 2023-03-07 13:34:05 +01:00
Viktor Seifert
1fb8e0c135 RED-6310: Refomatted sql query for readability 2023-03-06 18:48:37 +01:00
Viktor Seifert
63741b08d6 RED-5481: Split jdbc-url field into multiple fields
Replaced the single jdbc-url field with multiple fields for each url part.  This makes it possible to use just a part of the db-connection.  We need the schema for multitenancy.
2023-03-06 11:55:14 +01:00
devplant
dc1ccebcbe RED-4988- Check jacoco version in poms and update to a current compatible version
- update junit tests from 4 to 5
2023-03-01 14:38:44 +02:00
Ali Oezyetimoglu
19c87fa6bc RED-5256: refactored checks and added findAllById for dossiers 2023-02-17 15:12:54 +01:00
deiflaender
723ddc7fa4 hotfix: Do not remove lastFileReview / lastApprover when deleting users 2023-02-10 14:11:27 +01:00
Timo Bejan
0abd4edc67 RED-4979 - lowercase colors on persist 2023-02-06 11:47:48 +02:00
Timo Bejan
686a7a51f2 RED-4579 - fixed sort for audit screen 2023-01-27 20:02:03 +07:00
Timo Bejan
1ba979a257 RED-5883 - duplicate dossier fix 2023-01-27 18:03:08 +07:00
devplant
3d82f821d8 RED-5784 - As the admin I want to configure the applied redaction color
- in case the applied redaction color is not provided, set the default one (#000000)
2023-01-25 14:56:31 +02:00
deiflaender
20b2e13abb RED-5785: Removed restriction for watermarks to contain only ASCII chars 2023-01-25 10:34:18 +01:00
devplant
51db508448 RED-5784 - As the admin I want to configure the applied redaction color
- add new color to the colors list (applied redaction color)
- send the color to the message queue for download package
2023-01-20 13:08:43 +02:00
deiflaender
9795cbf675 RED-6032: Fixed not setting processed date for manual resize redaction after analysis 2023-01-19 10:36:17 +01:00
Philipp Schramm
917dc3582a Merge branch 'master' into RED-4904_Rework 2023-01-19 08:16:13 +01:00