Commit Graph

853 Commits

Author SHA1 Message Date
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 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 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 2021-06-22 00:19:29 +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 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 2021-06-19 00:09:56 +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 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 2021-06-17 18:37:22 +00: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 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 2021-06-17 08:47:31 +00:00
Travis CI User
4c0a069e8d [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-16 15:25:21 +00:00
Travis CI User
162bb7e251 [maven-release-plugin][skip ci] prepare release 11.62 2021-06-16 15:25:16 +00:00
Travis CI User
2fbfa123e5 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-16 11:14:53 +00:00
Travis CI User
21438e247e [maven-release-plugin][skip ci] prepare release 11.61 2021-06-16 11:14:47 +00:00
Travis CI User
65249bd53a [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-15 13:06:39 +00:00
Travis CI User
ac0641defa [maven-release-plugin][skip ci] prepare release 11.60 2021-06-15 13:06:32 +00:00
Travis CI User
9aee1567b4 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-11 16:06:09 +00:00
Travis CI User
e4771e9523 [maven-release-plugin][skip ci] prepare release 11.59 2021-06-11 16:06:03 +00:00
Angel Borroy
f1a5425f62 SEARCH-2909 Return Http Status Code 501 (Not Implemented) in REST API… (#519)
* SEARCH-2909 Return Http Status Code 501 (Not Implemented) in REST API for invocations to Search Services that are not supported.

* SEARCH-2909 Refactor exception mapping to simplify QueryParserException.

* SEARCH-2909 Add unit tests for postQuery.

This includes a test for the status code replacement with unsupported operations.

* SEARCH-2909 Add new unit test file to test suite.

Also add copyright header to test class.

Co-authored-by: Tom Page <thomas.page@alfresco.com>
2021-06-11 16:03:55 +01:00
Travis CI User
29d5093c93 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-11 10:24:08 +00:00
Travis CI User
dc67a004cc [maven-release-plugin][skip ci] prepare release 11.58 2021-06-11 10:24:02 +00:00
Travis CI User
b2022f0e20 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-10 19:52:51 +00:00
Travis CI User
3581a1eea9 [maven-release-plugin][skip ci] prepare release 11.57 2021-06-10 19:52:45 +00:00
Travis CI User
98a30df09b [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-10 14:20:39 +00:00
Travis CI User
80d233992a [maven-release-plugin][skip ci] prepare release 11.56 2021-06-10 14:20:34 +00:00
Travis CI User
b599952986 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-09 02:57:09 +00:00
Travis CI User
7f457f0ca5 [maven-release-plugin][skip ci] prepare release 11.55 2021-06-09 02:57:03 +00:00
Travis CI User
c9a5db2e77 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-07 12:17:47 +00:00
Travis CI User
5917167eca [maven-release-plugin][skip ci] prepare release 11.54 2021-06-07 12:17:41 +00:00
Travis CI User
81f898c8e0 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-03 10:59:07 +00:00
Travis CI User
d7c6c44661 [maven-release-plugin][skip ci] prepare release 11.53 2021-06-03 10:59:01 +00:00
Travis CI User
fbee6f1f37 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-02 11:35:53 +00:00
Travis CI User
a51f60e938 [maven-release-plugin][skip ci] prepare release 11.52 2021-06-02 11:35:49 +00:00
Cristian Turlica
b7828c0c6c MNT-22186: propTablesCleanupJobDetail v2 can cause Out of Memory erro… (#507)
- updated to use limit for queries and not iterate through all
2021-06-02 10:26:22 +03:00
Travis CI User
4a521c7ff2 [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-28 09:23:35 +00:00
Travis CI User
ba4cfa8f30 [maven-release-plugin][skip ci] prepare release 11.51 2021-05-28 09:23:30 +00:00
Nana Insaidoo
cb636d1140 MNT-22385 Cmis query GetTotalNumItems is returning wrong value (#504)
* Changes made to correct the value of totalItems when performing a TMDQ

* Fixes after review

- Slight change was made to NodePermissionAssessor to log when permission
  limits are exceeded

* Now pre-computing maxPermissionChecks value as per review suggestion
2021-05-28 09:16:38 +01:00