Commit Graph

25349 Commits

Author SHA1 Message Date
alandavis
d88f8f7bbf MNT-22409 Legacy transformer fails to generate multi-page TIFF preview
Originally fixed on 6.2.N. A couple of the Legacy classes no longer exist so changes are not on master. Changes to the renditions, default page limit and test still apply.

(cherry picked from commit 9d276aed7081e0078ed3f7f01dabdec20c599bfe)
(cherry picked from commit ddb299ab03)
2021-05-21 07:14:57 +01:00
Travis CI User
41000ae557 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-20 22:43:32 +00:00
Travis CI User
1e929b924d [maven-release-plugin][skip ci] prepare release 11.42 11.42 2021-05-20 22:43:27 +00:00
dependabot-preview[bot]
40c46eef36 Bump spring-security-core from 5.4.1 to 5.5.0 (#470) 2021-05-20 22:07:06 +00:00
Travis CI User
45b91a934f [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-19 15:04:32 +00:00
Travis CI User
eff3ac9833 [maven-release-plugin][skip ci] prepare release 11.41 11.41 2021-05-19 15:04:27 +00:00
Stefan Kopf
4baf6661a4 ACS-895 User email should not be necessary for joining a site (#471)
Fixed the first approach. No longer catching the Exception and instead preventing to invoke the email action if the invited user does not have an email address
2021-05-19 16:33:09 +02:00
Travis CI User
fe5e5e376d [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-17 13:44:20 +00:00
Travis CI User
fcd38314cf [maven-release-plugin][skip ci] prepare release 11.40 11.40 2021-05-17 13:44:16 +00:00
Nana Insaidoo
954c946474 ACS-1587 Postsql DB Test Schema Differences Are Reported Fails (#464)
* Now only considering instances of a Difference.
2021-05-17 12:19:30 +01:00
Travis CI User
0a625ea657 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-17 10:04:51 +00:00
Travis CI User
614e67f14e [maven-release-plugin][skip ci] prepare release 11.39 11.39 2021-05-17 10:04:46 +00:00
Alan Davis
423b17d060 Remove section intended for enterprise. 2021-05-17 10:09:22 +01:00
Travis CI User
892c82cafd [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-16 21:50:29 +00:00
Travis CI User
a2c7739e53 [maven-release-plugin][skip ci] prepare release 11.38 11.38 2021-05-16 21:50:25 +00:00
Alexandru-Cristian Balmus
905a590cda SHA-2478 : Some Share features stop working if a site has description = null (#463)
- Fixed some sites FTLs that failed due to site description being null
2021-05-16 23:33:04 +03:00
Travis CI User
e567998341 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-14 13:39:21 +00:00
Travis CI User
8f6c22bcf3 [maven-release-plugin][skip ci] prepare release 11.37 11.37 2021-05-14 13:39:17 +00:00
Bruno Bossola
8ecf27674b REPO-5630 Fix for intermittent failing test PeopleTest.testPagingAndSortingByFirstNameDesc (#461)
* Fix for failing test
* Fixes post review
2021-05-14 14:05:33 +01:00
Travis CI User
083e9285fb [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-14 07:40:10 +00:00
Travis CI User
1f1b1761a7 [maven-release-plugin][skip ci] prepare release 11.36 11.36 2021-05-14 07:40:05 +00:00
Gloria Camino
5ecb620dfc LOC-303 Fix for this ticket - Fully updated and localised iptc-model.… (#449)
* LOC-303 Fix for this ticket - Fully updated and localised iptc-model.properties file in 15 languages
* LOC-303 Resubmitted - Fully updated and localised iptc-model.properties file in 15 languages
* Adding iptc-model.properties to be pulled for localisation
2021-05-13 17:26:36 +01:00
Denis Ungureanu
5e4aa3064e REPO-5391 : [cmis webservices] isPrivateWorkingCopy throws NullPointerException (#454)
- upgrade tas-cmis
   - remove `bug-ws-REPO-5391` flag on checkout tests
2021-05-13 17:51:34 +03:00
Travis CI User
1d8eaa9432 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-13 11:02:59 +00:00
Travis CI User
151b0c955b [maven-release-plugin][skip ci] prepare release 11.35 11.35 2021-05-13 11:02:54 +00:00
tiagosalvado10
83ca2878a5 [MNT-20006] Obtaining the site as system in order to allow the activity record when an user is not member of a site (#317)
[MNT-20006] Obtaining the site as system in order to allow the activity record when an user is not member
2021-05-13 11:29:18 +01:00
Travis CI User
581a8c284e [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-11 17:59:40 +00:00
Travis CI User
58d9b0192f [maven-release-plugin][skip ci] prepare release 11.34 11.34 2021-05-11 17:59:34 +00:00
Stefan Kopf
0742c8efbd ACS-895 - User email should not be necessary for joining a site (#387)
This behaviour has been inconsistent anyway: It failed and prevented the user from being added to the site if there was no email address. But it proceeded if the email could not be sent for other reasons, like an invalid server name or non existing account on that server.
2021-05-11 19:24:27 +02:00
Travis CI User
ca2766d859 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-11 13:25:59 +00:00
Travis CI User
736ea62083 [maven-release-plugin][skip ci] prepare release 11.33 11.33 2021-05-11 13:25:53 +00:00
Alan Davis
5de64aefa9 MNT-21694 transform option converter (#444)
* MNT-21694 500 error on new logo upload with Legacy transforms (#284)

The TransformationOptionsConverter class did not convert the newer transform option format a Map<String, String> to the legacy ImageTransformationOptions class that contains the commandOption (OPT_COMMAND_OPTIONS) property. As a result no legacy transformer is asked if it can do the transform.

Originally not fixed on ACS 7 as Legacy transformers were removed, however the fix was just in the converter class and it is helpful to have identical code on branches if possible.
2021-05-11 13:48:09 +01:00
Travis CI User
0c94df6e43 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-11 12:20:51 +00:00
Travis CI User
af12f87f66 [maven-release-plugin][skip ci] prepare release 11.32 11.32 2021-05-11 12:20:46 +00:00
ungureanu.denis
fe64c8cc60 ACS-1520 : Upgrade trashcan-cleaner 2021-05-11 14:15:51 +03:00
Travis CI User
e212de1a9c [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-10 08:49:36 +00:00
Travis CI User
ac7f3da203 [maven-release-plugin][skip ci] prepare release 11.31 11.31 2021-05-10 08:49:31 +00:00
montgolfiere
6f35fddab7 ATS-912: Bump to T-Core 2.4.0 (#441) 2021-05-10 09:17:16 +01:00
Travis CI User
6f5139af64 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-07 18:16:59 +00:00
Travis CI User
90f222b725 [maven-release-plugin][skip ci] prepare release 11.30 11.30 2021-05-07 18:16:54 +00:00
Bruno Bossola
7d56ac28ea Bugfix/ACS-1319 fix long running patch (#425)
* REPO-1319 - Migration to remove alf_server table

* Updated test schema reference

* Renamed test env. schema bootstrap configuration file

 This is done to avoid test failing due to special spring configuration overrides

* [skip ci] Better output from test errors, fixed table patterns for MSSQL support

* Now message patterns for migration are case insensitive

* Fixed NPE in SchemaDifferenceHelperUnitTest

* Fixed path to special test spring configuration

* Changes after review

* Changes after review

Co-authored-by: Nana Insaidoo <insaidoo.nana@yahoo.it>
2021-05-07 15:52:47 +01:00
Travis CI User
ec7c322362 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-07 07:03:04 +00:00
Travis CI User
25ac89b0ae [maven-release-plugin][skip ci] prepare release 11.29 11.29 2021-05-07 07:02:58 +00:00
dependabot-preview[bot]
e11b1fa7ec Bump metadata-extractor from 2.15.0 to 2.16.0 (#438) 2021-05-06 23:07:11 +00:00
Travis CI User
ba0025c207 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-06 22:42:19 +00:00
Travis CI User
3e71aa0f0e [maven-release-plugin][skip ci] prepare release 11.28 11.28 2021-05-06 22:42:15 +00:00
Cezar.Leahu
cf538a5e0c Revert ACS-1372 2021-05-07 00:50:08 +03:00
Piero Cittadino
82195597b6 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-07 00:46:14 +03:00
Piero Cittadino
336f685b8c [maven-release-plugin][skip ci] prepare release 11.27 11.27 2021-05-07 00:45:55 +03:00
Piero Cittadino
3c6d2e019b Revert "ACS-1372 Remove multiple ags plugin configs [skip tests]"
This reverts commit 3ced0166d8.
2021-05-07 00:26:56 +03:00