deiflaender
8fd0dd5735
RED-4515: Do not set schema when create datasource for tenant
2023-03-31 16:25:38 +02:00
devplant
0decb33035
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- add unique constraints to tenants table
2023-03-31 16:19:42 +03:00
deiflaender
904de033a0
RED-6224: Fixed non working redis config for user cache
2023-03-31 13:01:26 +02:00
Viktor Seifert
4c25ac402d
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
2023-03-31 12:00:56 +02:00
Viktor Seifert
338b06079b
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-31 12:00:42 +02:00
Viktor Seifert
6e9bcd7bb1
RED-6497: Changed code to use a different method of getting a file size to have better error reporting
2023-03-31 11:49:05 +02:00
Viktor Seifert
412b770e80
RED-6497: Removed explicit variable initialization because its marked as a checkstyle violation.
2023-03-31 11:48:42 +02:00
Viktor Seifert
8ef9a285b3
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
2023-03-31 11:48:32 +02:00
deiflaender
a96d5aa5cd
RED-6224: Fixed acl multitenancy datasource connection
2023-03-29 15:42:21 +02:00
deiflaender
12bf0d4eda
RED-4515: Fixed liquibase migration for tenants
2023-03-29 15:09:51 +02:00
Viktor Seifert
89ba09dea9
RED-6476: Removed an unused variable (fixes a PMD violation)
2023-03-28 16:56:14 +02:00
Viktor Seifert
bfafe1d8b0
RED-6476: Changed handling of manual-remove-redactions.
...
For cases where a manual-remove-redaction was applied to a redaction, that has multiple source (e.g. dictionary + rule), we still apply it when merging the redaction-log, instead of skipping it. This prevents a redaction from reappearing, when it has been removed by the user.
2023-03-28 15:55:24 +02:00
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