Gloria Broadbent
0bed0a6322
Fix for MNT-17907 in ALL 15 LANGUAGES ( #1009 )
2020-05-29 09:08:13 +01:00
Travis CI User
57fbaeb69b
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-28 22:03:07 +00:00
Travis CI User
819a936441
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.191
2020-05-28 22:02:59 +00:00
dependabot-preview[bot]
0d089cdb07
Bump commons-io from 2.6 to 2.7 ( #1019 )
2020-05-28 21:36:07 +00:00
dependabot-preview[bot]
7378392dc1
Bump dependency.webscripts.version from 8.2 to 8.3 ( #1018 )
2020-05-28 21:31:20 +00:00
dependabot-preview[bot]
8bf7ba3917
Bump alfresco-data-model from 8.113 to 8.115 ( #1013 )
2020-05-24 11:02:26 +00:00
Travis CI User
16d8b7c754
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-20 09:51:31 +00:00
Travis CI User
a228dcc782
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.190
2020-05-20 09:51:22 +00:00
Alex Mukha
d94d57e56d
SEARCH-1915 Update default keystore properties ( #1003 )
...
The defaults are now:
encryption.keyAlgorithm=AES
encryption.cipherAlgorithm=AES/CBC/PKCS5Padding
encryption.keystore.type=pkcs12
encryption.keystore.backup.type=pkcs12
2020-05-20 10:16:40 +01:00
Travis CI User
3804c0f9cd
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-18 08:50:13 +00:00
Travis CI User
188a3aa356
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.189
2020-05-18 08:50:05 +00:00
Iulian Aftene
fc928c4860
REPO-5134-Add move event integration tests ( #993 )
...
* REPO-5117: Node move event - primary parent only
* REPO-5134-Add move event integration tests
- add integration test scenarios for move event
* REPO-5101-Update Repo Event Integration Tests
- update testMoveFile scenario
* REPO-5101-Update Repo Event Integration Tests
- small code update
Co-authored-by: Chris Shields <christopher.shields@alfresco.com >
2020-05-18 11:28:17 +03:00
Chris Shields
6045cee5c5
REPO-5129: Content update event integration test ( #996 )
2020-05-18 09:07:23 +01:00
Travis CI User
60ec337629
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-15 17:32:12 +00:00
Travis CI User
e444545b9a
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.188
2020-05-15 17:32:04 +00:00
Sara
b755a2e565
REPO-5121 Node Type Changed Event ( #990 )
...
* REPO-5121 Node Type Changed Event
* REPO-5121 Updates from review
* REPO-5135: Added tests for node type changed event (#995 )
* REPO-5121 Fix test
Co-authored-by: Adina Ababei <adina.ababei@ness.com >
2020-05-15 18:10:46 +01:00
Travis CI User
c810e2f93f
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-15 09:40:03 +00:00
Travis CI User
0aefe66699
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.187
2020-05-15 09:39:55 +00:00
Chris Shields
2399f46fc1
REPO-5117: Node move event - primary parent only ( #991 )
...
REPO-5117: Node move event - primary parent only
2020-05-15 10:18:22 +01:00
Travis CI User
df5f2dab77
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-15 08:26:23 +00:00
Travis CI User
1215423acc
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.186
2020-05-15 08:26:16 +00:00
evasques
eed88fcf7f
MNT-17907 - Change label of cm:addressee to All Recipients ( #985 )
2020-05-15 09:04:20 +01:00
Travis CI User
b5f3f13949
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-14 12:49:53 +00:00
Travis CI User
cff8a5a354
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.185
2020-05-14 12:49:46 +00:00
Mykhail DIachenko
d01e719534
ACS-22 : prepare next release
2020-05-14 15:28:33 +03:00
Mykhail-Diachenko
cc9e78f152
ACS-22 code enhance ( #989 )
...
* ACS-22: changed naming in ticket related cache components
* ACS-22: dev release acs-22-1
* [maven-release-plugin][skip ci] prepare release alfresco-repository-acs-22-1
* [maven-release-plugin][skip ci] prepare for next development iteration
* Revert "ACS-22: dev release acs-22-1"
This reverts commit 4122bf56
* bump alfresco-data-model to 8.113
Co-authored-by: Travis CI User <build@alfresco.com >
2020-05-14 15:11:19 +03:00
Travis CI User
0d2ee98502
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-14 09:36:33 +00:00
Travis CI User
52f7fea1ec
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.184
2020-05-14 09:36:26 +00:00
evasques
c1c0650535
MNT-18308 force async acl creation ( #987 )
...
* Job was picking up all nodes but first node from previous batch as list was sorted desc, Fixed to reset maxNode only when nodeId is greater than last
* MNT-18308 ACL creation must turn async if time is exceeded and unit test
* added javadoc and warning when sync call turns async
* Refactored the Unit Tests
* Changed warning message for when ACL processing turns async
2020-05-14 10:14:53 +01:00
Travis CI User
7e9954098d
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-08 15:40:48 +00:00
Travis CI User
e1b957f194
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.183
2020-05-08 15:40:41 +00:00
Alex Mukha
13d5151ac4
SEARCH-1915 Provide key metadata as JVM props ( #818 )
...
Loading of keys info from system (JVM) properties takes precedence over metadata file.
It is required to set the unique ID of the keystore and remove the metadata file location property to use JVM properties lookup instead. The property lookup format is the following:
[keystore-id].password - keystore password
[keystore-id].aliases - comma separated list of aliases for the keys in the keystore
[keystore-id].[alias].keyData - key data bytes in base64
[keystore-id].[alias].algorithm - key algorithm
[keystore-id].[alias].password - key password
See also Alfresco/alfresco-core#116
2020-05-08 16:19:47 +01:00
Travis CI User
ad392995d7
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-06 13:14:05 +00:00
Travis CI User
3a8c90a65f
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.182
2020-05-06 13:13:57 +00:00
Alan Davis
fa6b7d33b0
APPS-102 Make extending a ContentTransformWorker simpler by providing a default empty setRemoteTransformerClient method.
2020-05-06 13:53:25 +01:00
Alan Davis
956f85bab8
APPS-102 Make extending a ContentTransformWorker simpler by providing a default empty setRemoteTransformerClient method.
2020-05-06 13:53:11 +01:00
Travis CI User
39b836453e
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-05 11:56:01 +00:00
Travis CI User
437836b1cb
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.181
2020-05-05 11:55:54 +00:00
David Edwards
7156c1eacf
ATS-743 Bump T-engines to 2.2.1 ( #983 )
2020-05-05 12:34:04 +01:00
Travis CI User
a18f421dba
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-04 13:28:59 +00:00
Travis CI User
21efc8ac32
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.180
2020-05-04 13:28:52 +00:00
Chris Shields
0990cccce7
ACS-109 : Fix upload new image for logo ( #982 )
2020-05-04 14:07:39 +01:00
Travis CI User
8b1776f2ed
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-01 18:34:50 +00:00
Travis CI User
77a36c394c
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.179
2020-05-01 18:34:43 +00:00
Alan Davis
9aeccfb693
ACS-127 Repo Admin - List Mimetypes (Transforms) fails with 500 error ( #979 )
...
A V0 API is supplying transformer names. It really should not as the caller should not know the name, but just that the repo can do the transform.
2020-05-01 19:13:40 +01:00
Travis CI User
6994a96268
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-01 17:33:30 +00:00
Travis CI User
490f23595a
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.178
2020-05-01 17:33:23 +00:00
Abdul Mohammed
06218de6d9
Fix AuthenticationTest for new exception IllegalArgumentException
2020-05-01 18:12:32 +01:00
Abdul Mohammed
2a68362c8d
Use IllegalArgumentException for invalid characters found in authority and person name ( #980 )
2020-05-01 17:58:35 +01:00
Travis CI User
ac49a28ab3
[maven-release-plugin][skip ci] prepare for next development iteration
2020-05-01 16:25:25 +00:00