Commit Graph

12459 Commits

Author SHA1 Message Date
Travis CI User
86fb6f9856 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-17 14:56:26 +00:00
Travis CI User
828285b464 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.212 2020-06-17 14:56:18 +00:00
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
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
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
Alan Davis
9fefc6ff90 Pick up T-Engine 2.3.0 2020-06-16 20:57:01 +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
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]
d2cb57048b Bump alfresco-data-model from 8.119 to 8.122 (#1049) 2020-06-15 21:32:50 +00:00
Travis CI User
2bffe2afec [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 09:04:52 +00:00
Travis CI User
d762b9d221 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.204 2020-06-15 09:04:44 +00:00
Ayman Harake
403256e5fa ATS-731: Add missing legacy pipelines to the local basePipelines json file (#1011)
* ATS-731: Added new pipelines

* ATS-731: Took out new line

* ATS-731: Fixed spacing

* ATS-731: Add missing source and target MediaTypes to the libreofficeToPdf pipeline

* ATS-731: Add OutlookMsg2Office transformer pipeline

* ATS-731: Renamed pipeline OutlookMsg2Office to outlookMsgToLibreofficeViaText

* ATS-762: Remove duplicate MediaTypes from libreofficeToPdf pipeline and add options to it and the outlookMsgToLibreofficeViaText pipeline

Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
2020-06-15 09:43:23 +01:00
Travis CI User
14d147b419 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-12 12:19:34 +00:00
Travis CI User
ce771d5520 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.203 2020-06-12 12:19:27 +00:00
Elia Porciani
42cca6b077 [SEARCH-2279] (#1045)
added new configuration parameter in shardRegistry
2020-06-12 13:58:41 +02:00
Travis CI User
364eda3ec3 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-11 13:11:23 +00:00
Travis CI User
4fdf46ec9c [maven-release-plugin][skip ci] prepare release alfresco-repository-8.202 2020-06-11 13:11:14 +00:00
Denis Ungureanu
924122b3d9 ACS-304 : ACS Repository: support for content direct access urls (#1042)
- add expiry parameter
2020-06-11 15:49:46 +03:00
Travis CI User
091b2db393 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-11 09:13:55 +00:00
Travis CI User
fdd5342041 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.201 2020-06-11 09:13:47 +00:00
Abdul Mohammed
f87fe816d8 MNT-21487: Switch from smaller schemas jar (poi-ooxml-schemas) to the full jar (ooxml-schemas) (#1031)
* Replace poi-ooxml-schemas with ooxml-schemas sub-module
2020-06-11 09:53:11 +01:00
Travis CI User
3674a87da6 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-10 22:43:21 +00:00
Travis CI User
727fb93fe1 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.200 2020-06-10 22:43:14 +00:00
dependabot-preview[bot]
c2add724f8 Bump postgresql from 42.2.13 to 42.2.14 (#1040) 2020-06-10 22:00:10 +00:00
dependabot-preview[bot]
1eb37f97e4 Bump alfresco-core from 8.34 to 8.35 (#1039) 2020-06-10 21:46:51 +00:00
Travis CI User
48bd40d218 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-10 13:58:47 +00:00
Travis CI User
21fa33955b [maven-release-plugin][skip ci] prepare release alfresco-repository-8.199 2020-06-10 13:58:39 +00:00
Denis Ungureanu
3983f42202 ACS-304 : ACS Repository: support for content direct access urls (#1038)
- add support for content direct access urls
   - add test on direct access url
2020-06-10 16:37:10 +03:00
Travis CI User
a2b4eae3b7 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-08 21:36:49 +00:00
Travis CI User
db808388bf [maven-release-plugin][skip ci] prepare release alfresco-repository-8.198 2020-06-08 21:36:41 +00:00
dependabot-preview[bot]
a70e9ee084 Bump dependency.pdfbox.version from 2.0.19 to 2.0.20 (#1036) 2020-06-08 21:13:22 +00:00
Travis CI User
4c84a05e8b [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-06 07:03:23 +00:00
Travis CI User
7cca11817a [maven-release-plugin][skip ci] prepare release alfresco-repository-8.197 2020-06-06 07:03:15 +00:00