Chris Shields
8a215f707a
Feature/repo 5204 revert download event ( #1047 )
2020-06-17 15:34:10 +01:00
Travis CI User
2f6e96f945
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-17 11:42:09 +00:00
Travis CI User
0fb37c23d0
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.211
2020-06-17 11:42:01 +00:00
dependabot-preview[bot]
637f55282f
Bump awaitility from 4.0.2 to 4.0.3 ( #1004 )
2020-06-17 11:20:27 +00:00
Sara
1e2330386a
Feature/repo 5181 implement child assoc events ( #1030 )
...
Co-authored-by: Chris Shields <christopher.shields@alfresco.com >
Co-authored-by: Adina Ababei <adina.ababei@ness.com >
Co-authored-by: aftene <iulian.aftene@ness.com >
2020-06-17 12:02:17 +01:00
Travis CI User
bc7bdca3db
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-17 07:42:46 +00:00
Travis CI User
35e393d7ca
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.210
2020-06-17 07:42:39 +00:00
cturlica
6e95bdf9c6
ACS-306: ACS Repository: V1 Rest API for content direct access urls
...
- change expiryTime type to long
- updated alfresco data model version
2020-06-17 10:21:25 +03:00
Travis CI User
1f3e61624c
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-17 07:00:13 +00:00
Travis CI User
59a85bcc6a
[maven-release-plugin][skip ci] prepare release 8.124
2020-06-17 07:00:05 +00:00
cturlica
3fcc2885c8
ACS-306: ACS Repository: V1 Rest API for content direct access urls
...
- change expiryTime type to long
2020-06-17 09:55:21 +03:00
Travis CI User
a6ba9199ae
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-17 06:31:11 +00:00
Travis CI User
613415cf2e
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.209
2020-06-17 06:31:03 +00:00
Cristian Turlica
4d98b56426
ACS-306: ACS Repository: V1 Rest API for content direct access urls ( #1046 )
...
- added alfresco.content.directAccessUrl.expiryTime.seconds property to allow the configuration of the direct access url expiry time
- changed getDirectAccessUrl method signature to allow the successful execution of the acl interceptor
- moved get content data to it's own method so it can be easily reused
- updated test
2020-06-17 09:11:32 +03:00
Travis CI User
3c318660a8
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-17 04:56:35 +00:00
Travis CI User
e81c496ddf
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.208
2020-06-17 04:56:28 +00:00
Alan Davis
3e3cb0b300
Revert "REPO-4334 Move metadata extraction into T-Engines ( #1015 )"
...
This reverts commit 63ace3abd8
.
2020-06-17 00:25:58 +01:00
Alan Davis
8a92051944
Revert "Pick up upstream projects and pick up T-Engines 2.3.0"
...
This reverts commit 350b48b489
.
2020-06-17 00:23:17 +01:00
Alan Davis
350b48b489
Pick up upstream projects and pick up T-Engines 2.3.0
2020-06-16 23:16:55 +01:00
Travis CI User
659958eccc
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-16 21:54:36 +00:00
Travis CI User
ac141542ee
[maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.189
2020-06-16 21:54:29 +00:00
dependabot-preview[bot]
0e4fb09678
Bump alfresco-repository from 8.206 to 8.207 ( #681 )
2020-06-16 21:30:44 +00:00
Travis CI User
520c6dba12
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-16 20:24:22 +00:00
Travis CI User
4ca1197c04
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.207
2020-06-16 20:24:14 +00:00
Travis CI User
1c84e2bed5
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-16 20:23:29 +00:00
Travis CI User
ca8d30bd79
[maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.188
2020-06-16 20:23:21 +00:00
Alan Davis
9fefc6ff90
Pick up T-Engine 2.3.0
2020-06-16 20:57:01 +01:00
Alan Davis
a8ea6e94c9
Pick up upstream projects
2020-06-16 18:55:09 +01:00
Alan Davis
6e9950b7da
Pick up upstream projects
2020-06-16 18:50:29 +01:00
Travis CI User
1ff9bcbdd5
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-16 17:40:01 +00:00
Travis CI User
3286c78f66
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.206
2020-06-16 17:39:53 +00:00
Alan Davis
9795fc3787
Pick up upstream projects and T-Engine 2.2.3
2020-06-16 18:16:37 +01:00
Alan Davis
63ace3abd8
REPO-4334 Move metadata extraction into T-Engines ( #1015 )
...
* ContentMetadataExtracter (the Action service Executer):
* Code refactored so that post processing of extracted properties can be called after a
transform has taken place in an async call. Previously done in the same Thread.
* The source size is passed to the metadataExtracterRegistry as this is needed to select
the transform.
* Passes the source nodeRef to the metadataExtractor, so that it is possible to update
the correct node after the async transform call.
* AbstractMappingMetadataExtracter (the base class for all extractors):
* Post extract processing extracted into separate methods.
* NodeRef made available to sub classes.
* AsynchronousExtractor (new metadata extractor and embedder) that will use
a T-Engine.
* Set targetExtension in transform for metadata extract and embed requests to T-Engines
in both LocalTransforms (community) and RenditionEventProducer (enterprise).
* RenditionService2Impl (used to request and respond to async transform requests).
* Add consumeExtractedMetadata and consumeEmbeddedMetadata methods, which
handle the response, normally be calling AsynchronousExtractor.
* Discovered that the JodConverterMetadataExtracter was superseded by the
* TikaPoweredMetadataExtracter for all the types that it support in 6.0.1 and could have been
deprecated at that time as part of REPO-2910. It will now be deprecated so that it can be
removed in 7.0.0.
Additional tests are being added to AsynchronousExtractorTest for overwritePolicy, enableStringTagging and carryAspectProperties in a separate PR, as these will cover tests at a likely to be removed when delete local extractors.
2020-06-16 18:12:30 +01:00
Travis CI User
88b135f8d9
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-16 08:27:30 +00:00
Travis CI User
3c9180ca68
[maven-release-plugin][skip ci] prepare release 8.123
2020-06-16 08:27:23 +00:00
Angel Borroy
7e2ef6e994
SEARCH-2296: Add new "_unit_of_time_quarter" date part field. ( #267 )
2020-06-16 10:22:45 +02:00
Travis CI User
d8bddd199c
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-15 23:04:45 +00:00
Travis CI User
988193d6cf
[maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.187
2020-06-15 23:04:37 +00:00
Travis CI User
a70eb5f045
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-15 22:32:36 +00:00
Travis CI User
ee5e22f7d7
[maven-release-plugin][skip ci] prepare release alfresco-repository-8.205
2020-06-15 22:32:28 +00:00
dependabot-preview[bot]
2f6d4241c1
Bump alfresco-repository from 8.203 to 8.204 ( #679 )
2020-06-15 22:20:49 +00:00
dependabot-preview[bot]
d2cb57048b
Bump alfresco-data-model from 8.119 to 8.122 ( #1049 )
2020-06-15 21:32:50 +00:00
dependabot-preview[bot]
5f2b542025
Bump alfresco-data-model from 8.119 to 8.122 ( #680 )
2020-06-15 21:28:39 +00:00
Travis CI User
0a15ea6a45
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-15 11:10:09 +00:00
Travis CI User
19588497d2
[maven-release-plugin][skip ci] prepare release 8.122
2020-06-15 11:10:02 +00:00
tiagosalvado10
4e169a7faf
[MNT-18448] Added Visio extensions: vss, vst, vsdm, vssx, vssm, vstx, vstm ( #265 )
...
* [MNT-18448] Added Visio extensions: vss, vst, vsdm, vssx, vssm, vstx, vstm
* vsd changed to default extension
Co-authored-by: Nicolas Barithel <nicolas@barithel.fr >
2020-06-15 12:05:37 +01:00
Travis CI User
c705342f9a
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-15 11:00:44 +00:00
Travis CI User
b385de93f3
[maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.186
2020-06-15 11:00:36 +00:00
Travis CI User
e7a721254a
[maven-release-plugin][skip ci] prepare for next development iteration
2020-06-15 11:00:10 +00:00
Travis CI User
430d1db878
[maven-release-plugin][skip ci] prepare release 8.121
2020-06-15 11:00:02 +00:00