David Edwards
0d09a048da
ACS-1734 Remove broken transformerFailover from libreofficeToPdf ( #572 )
2021-06-30 14:31:09 +01:00
Travis CI User
f9b1f015b7
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-29 16:43:44 +00:00
Travis CI User
6248b5fde1
[maven-release-plugin][skip ci] prepare release 11.78
11.78
2021-06-29 16:43:36 +00:00
ramunteanu
d842399190
APPS-986: [AGS] Export of records with size> 4 MB fails ( #511 )
...
- Changed deleteTempFileOnClose to false as the temp file deletion is handled in BufferedResponse#writeResponse
2021-06-29 18:52:20 +03:00
Travis CI User
f647ca2f22
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-28 17:49:01 +00:00
Travis CI User
2e429014bf
[maven-release-plugin][skip ci] prepare release 11.77
11.77
2021-06-28 17:48:54 +00:00
Alan Davis
acb155739a
Bump camel-amqp 3.7.1 to 3.7.4 and netty 4.1.58.Final to 4.1.60.Final #567
2021-06-28 17:58:51 +01:00
Travis CI User
58017396c3
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-28 12:14:55 +00:00
Travis CI User
50cb115b32
[maven-release-plugin][skip ci] prepare release 11.76
11.76
2021-06-28 12:14:50 +00:00
Giovanni Fertuso
200be29303
[ACS-1715] Deprecate reset-password APIs ( #558 )
2021-06-28 12:24:54 +01:00
Travis CI User
ed46a4a8cf
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-28 09:09:12 +00:00
Travis CI User
dfc2abc675
[maven-release-plugin][skip ci] prepare release 11.75
11.75
2021-06-28 09:09:06 +00:00
Alex Mukha
b7f747ff1d
SEARCH-2876 Update Solr 2.0.2-RC1
2021-06-28 09:17:37 +01:00
Alex Mukha
1ff271db82
SEARCH-2876 Update Solr 2.0.2-RC1 ( #563 )
2021-06-26 01:39:35 +01:00
Travis CI User
77d914434c
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-26 00:13:52 +00:00
Travis CI User
69f25f30f6
[maven-release-plugin][skip ci] prepare release 11.74
11.74
2021-06-26 00:13:46 +00:00
dependabot-preview[bot]
693aead772
Bump aspectjrt from 1.9.6 to 1.9.7 ( #562 )
2021-06-25 23:25:23 +00:00
Travis CI User
6eeffb39b6
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-25 20:28:33 +00:00
Travis CI User
644ca46e98
[maven-release-plugin][skip ci] prepare release 11.73
11.73
2021-06-25 20:28:28 +00:00
alandavis
0445ba9c93
MNT-21902 minor fixes to logic added in REPO-5549
2021-06-25 18:36:57 +01:00
Travis CI User
c84a1231a3
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-24 00:06:35 +00:00
Travis CI User
9e019c2511
[maven-release-plugin][skip ci] prepare release 11.72
11.72
2021-06-24 00:06:29 +00:00
dependabot-preview[bot]
647726a90b
Bump restapi from 1.60 to 1.61 ( #557 )
2021-06-23 23:16:07 +00:00
Travis CI User
262c1a9386
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-23 15:18:20 +00:00
Travis CI User
3909d48558
[maven-release-plugin][skip ci] prepare release 11.71
11.71
2021-06-23 15:18:14 +00:00
tiagosalvado10
a8959b98c1
[MNT-21611] Removed HTML transformation pipelines (with LibreOffice). Added new HTML pipelines via TEXT ( #391 )
2021-06-23 15:29:26 +01:00
Travis CI User
86b068b0ea
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-22 11:10:01 +00:00
Travis CI User
dbd0b1ce29
[maven-release-plugin][skip ci] prepare release 11.70
11.70
2021-06-22 11:09:56 +00:00
Gloria Camino
c97c001b82
LOC-312 FIXED - Updated UI in 16 languages including the AGS amps files in 5 new languages. Also a fix to l10n.properties to exclude the dictionary-model.properties from localisation. ( #551 )
...
Updated UI files in 15 languages
2021-06-22 11:23:34 +01:00
Travis CI User
f0ed195668
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-22 00:19:34 +00:00
Travis CI User
bb3d488e40
[maven-release-plugin][skip ci] prepare release 11.69
11.69
2021-06-22 00:19:29 +00:00
dependabot-preview[bot]
5638f092fa
Bump mockito-core from 3.11.0 to 3.11.2 ( #550 )
2021-06-21 23:29:42 +00:00
dependabot-preview[bot]
b9197e9d6d
Bump spring-security-core from 5.5.0 to 5.5.1 ( #549 )
2021-06-21 23:21:25 +00:00
Travis CI User
a10c29125c
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-21 18:11:01 +00:00
Travis CI User
30b14a1848
[maven-release-plugin][skip ci] prepare release 11.68
11.68
2021-06-21 18:10:55 +00:00
evasques
6e1d25a8f0
MNT-21837 - License expires 23h earlier - correction ( #544 )
...
* period.getMillis() (joda lib) returns an int instead of a long, so on larger periods (like 30days) we get an error that the value cannot fit in an int
* Changed the validation to only calculate the remaining milliseconds in the edge case of the remaining days being zero (as both 23h before and 23h after correspond to 0 remaining days)
* Added a unit test that validates the usage 60 days up from the licence expiring to validate the problem stops occurring
Added a unit test that validates the usage 30 days after the licence expiring to cover all use cases
2021-06-21 15:17:39 +01:00
Travis CI User
f703626a69
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-19 00:10:02 +00:00
Travis CI User
189b6dc7a6
[maven-release-plugin][skip ci] prepare release 11.67
11.67
2021-06-19 00:09:56 +00:00
dependabot-preview[bot]
0430d281ff
Bump restapi from 1.58 to 1.60 ( #546 )
2021-06-18 23:22:49 +00:00
Travis CI User
b39086a6bd
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-18 09:15:32 +00:00
Travis CI User
5d441cd526
[maven-release-plugin][skip ci] prepare release 11.66
11.66
2021-06-18 09:15:26 +00:00
evasques
630cd99067
MNT-21837 License expires 23h earlier ( #541 )
...
* MNT-21837 - License expires 23h earlier
* Original problem is that the remaining time to license expires is calculated in days (long, not double) and anything less then 24h computes to 0 days. The validation for license being valid is that the remaining days is more than zero.
* Added method calculateMs in DateUtil class to return the interval in ms considering 2 given dates and respective timezones
* Changed the validation to use the remaining milliseconds value instead of remaining days
* Added unit test where license expires 6 hours from now - repo is not supposed to enter read-only mode
* Added unit test where license expired 1 minute ago - repo is supposed to enter read-only mode
* Removed unused import
2021-06-18 09:28:03 +01:00
Travis CI User
401437fec6
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-17 18:37:27 +00:00
Travis CI User
eb1350f0d9
[maven-release-plugin][skip ci] prepare release 11.65
11.65
2021-06-17 18:37:22 +00:00
alandavis
bd860bd145
Use alfresco/alfresco-base-tomcat:9.0.45-java-11-centos-8
2021-06-17 17:50:09 +01:00
Travis CI User
111e41418c
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-17 16:19:59 +00:00
Travis CI User
caf83dd13b
[maven-release-plugin][skip ci] prepare release 11.64
11.64
2021-06-17 16:19:54 +00:00
Alan Davis
88b4ce155c
MNT-22388 [Security] multiple pdfbox vulnerabilities (Repo) ( #539 )
...
* Remove pdfbox jars as they should no longer be needed.
* Reintroduce tests that use Tika to 'guess' mimetypes as it was the tika parse that was pulling in the pdfbox libraries.
Classes that use Tika:
* HTMLRenderingEngine - removed as it is no longer used
* RemoteConnectorResponseImpl - called tika utility toByteArray so not using pdfbox
* TikaCharsetFinder - called to identify the charset not mimetype so not using pdfbox
* MimetypeMap - main use of Tika. Used to detect mimetypes. Might have been using pdfbox.
2021-06-17 16:08:21 +01:00
Travis CI User
89f82cc991
[maven-release-plugin][skip ci] prepare for next development iteration
2021-06-17 08:47:37 +00:00
Travis CI User
545ebc9d3f
[maven-release-plugin][skip ci] prepare release 11.63
11.63
2021-06-17 08:47:31 +00:00