Commit Graph

23617 Commits

Author SHA1 Message Date
Alan Davis
bad162c91f Feature/repo 5358 merge 6213 (#26)
REPO-5361/REPO-5358 Merge latest changes (6.2.1.3) / Deployment modules should extend each other

In order to support the external deployment of the default keystore (MNT-21731/SEARCH-1915),
it was removed from alfresco-repository.jar and had be placed in deployment module of acs-packaging.
To support this in the new project structure, this commit moves the keystore back to
alfresco-community-repo's deployment module and has alfresco-enterprise-repo and acs-packaging
extend it in their own deployment modules. This also avoids duplication of licenses between projects.
2020-10-01 16:50:32 +01:00
Cezar.Leahu
b467a1b62e REPO-5111 Update build scripts [skip ci] 2020-09-30 22:28:11 +03:00
Travis CI User
c3f9603772 [maven-release-plugin][skip ci] prepare for next development iteration 2020-09-27 11:32:51 +00:00
Travis CI User
52517b937c [maven-release-plugin][skip ci] prepare release 7.183.300-TEST1 7.183.300-TEST1 2020-09-27 11:32:45 +00:00
Alan Davis
8f50904785 REPO-5271 Backport new structure to relaese/6.2.1 (#20)
- Simplify dependencies and standardise order
- README updated
- Green builds
- Changes to make Jars in enterprise war match
- Changes to make files in enterprise image match
- Added travis_wait 40 to the initial build as it can take 20 minutes to download artifacts
- Removed NodesTest.siteConsumerWillGet403OnFileWithDisabledInherittedPermissions introduced in 7.0.0 and fails in earlier versions.
- GetSiteMember[s]Tests changed in 7.0.0. Setting test back to previous values.
2020-09-27 10:53:41 +01:00
Cezar.Leahu
508b5dfb3d ACS-550 Add .gitignore
(cherry picked from commit 36ccfe2bea)
2020-09-03 11:24:52 +03:00
Iulian Aftene
9609c51231 Merge pull request #11 from Alfresco/feature/REPO-5318_621
REPO-5318-Create l10n.properties release/6.2.1
2020-08-21 11:43:26 +03:00
aftene
b69f312a48 REPO-5318-Create l10n.properties
- delete l10n.properties files from data-model, remote-api and repository
 - add new global l10n.properties file
2020-08-19 19:37:15 +03:00
aftene
6d061be2ae Revert "REPO-5318 - Create l10n.properties"
This reverts commit c08438844f.
2020-08-19 16:46:47 +03:00
aftene
c08438844f REPO-5318 - Create l10n.properties
- delete l10n.properties files from data-model, remote-api, repository and packaging
- add new global l10n.properties file
2020-08-19 16:17:08 +03:00
Chris Shields
70c2fec31e Merge remote-tracking branch 'acs-community-packaging/develop' into release/6.2.1 2020-07-21 10:45:08 +01:00
Chris Shields
cc2d6d687d Merge remote-tracking branch 'alfresco-remote-api/support/HF/7.133.N' into release/6.2.1 2020-07-21 10:45:06 +01:00
Chris Shields
dc6e32269e Merge remote-tracking branch 'alfresco-repository/support/HF/7.183.N' into release/6.2.1 2020-07-21 10:45:04 +01:00
Chris Shields
566d0a2bee Merge remote-tracking branch 'alfresco-data-model/support/HF/8.50.14.N' into release/6.2.1 2020-07-21 10:45:03 +01:00
Chris Shields
597540d02b Merge remote-tracking branch 'alfresco-core/support/HF/7.33.N' into release/6.2.1 2020-07-21 10:45:03 +01:00
Chris Shields
5994890050 Initial commit for alfresco-community-repo 2020-07-21 10:44:27 +01:00
Chris Shields
cd847f8f80 Moved packaging develop into its own directory 2020-07-21 10:44:26 +01:00
Chris Shields
b3296dea32 Moved remote-api support/HF/7.133.N into its own directory 2020-07-21 10:44:16 +01:00
Chris Shields
165738c594 Moved repository support/HF/7.183.N into its own directory 2020-07-21 10:43:47 +01:00
Chris Shields
b0a76fd82f Moved data-model support/HF/8.50.14.N into its own directory 2020-07-21 10:43:28 +01:00
Chris Shields
0d61ae6002 Moved core support/HF/7.33.N into its own directory 2020-07-21 10:43:20 +01:00
Travis CI User
bbd3994e7c [maven-release-plugin][skip ci] prepare for next development iteration 2020-07-17 15:54:13 +00:00
Travis CI User
a297b46a2c [maven-release-plugin][skip ci] prepare release alfresco-repository-7.183.2 2020-07-17 15:54:06 +00:00
Abdul Mohammed
5d0daf6609 MNT-21481: IMAP UID search command errors with French Locale- Only folders showing (#1098)
* Bump alfresco-greenmail version and add Integration tests
2020-07-17 15:54:30 +01:00
Abdul Mohammed
5797d34aea Bump alfresco-greenmail version 2020-07-17 15:54:30 +01:00
Alexandru-Eusebiu Epure
66664d40de MNT-21602 : Revive DownloadContentServlet.java (#910)
* MNT-21602 : Revive DownloadContentServlet.java
   Remove doHEAD method from DownloadContentServlet
   doGET method now redirects to V1 REST - GET /nodes/{nodeId}
   Removed leftover org.alfresco.web.app.servlet.UploadContentServlet, org.alfresco.web.app.servlet.DownloadRawContentServlet and org.alfresco.web.app.servlet.GuestDownloadContentServlet from web.xml as those servlet implementation does not exist.
   Refactor javadoc.
   Add TAS tests to Rest-API/DownloadContentServletTests class
   Restrict DownloadContentServlet to allow only nodes from the workspace://SpacesStore/

* Add downloadContentServlet mapping in web.xml
2020-07-08 14:31:16 +03:00
Nebil Kisa
2ed4dc48ce ACS-386 - Update ACS projects to PotgreSQL v11.7 (#902) 2020-07-07 13:33:18 +01:00
Ancuta Morarasu
2d3028b323 ACS-370: Newer metadata-extractor (2.13.0) - add direct dependency in acs-community-packaging
- Updated component dependencies
2020-06-29 13:33:43 +03:00
dependabot-preview[bot]
0c1bf17b5e Bump alfresco-share-services from 6.2.1 to 6.2.2 (#885)
Bumps [alfresco-share-services](https://github.com/Alfresco/share) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/Alfresco/share/releases)
- [Commits](https://github.com/Alfresco/share/compare/alfresco-share-parent-6.2.1...alfresco-share-parent-6.2.2)
2020-06-29 11:06:17 +03:00
dependabot-preview[bot]
e5a651881f Bump alfresco.share.version from 6.2.1 to 6.2.2 (#883)
Bumps `alfresco.share.version` from 6.2.1 to 6.2.2.

Updates `alfresco-content-services-share-distribution` from 6.2.1 to 6.2.2

Updates `share` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/Alfresco/share/releases)
- [Commits](https://github.com/Alfresco/share/compare/alfresco-share-parent-6.2.1...alfresco-share-parent-6.2.2)
2020-06-29 11:03:53 +03:00
Nebil Kisa
994a3d0daa ATS-791: Update to T-Engines 2.3.1 and Shared-File-Store 0.8.0 (#882) 2020-06-26 14:45:54 +01:00
jamalkm
ce9d056e9b ACS-300: Bump alfresco-repository to 7.197 (keycloak patch). 2020-06-25 11:59:45 +01:00
Ancuta Morarasu
7ceb1a6ee6 ACS-370: Newer metadata-extractor - update components
- alfresco-data-model 8.50.17, alfresco-repository 7.195, alfresco-remote-api 7.145
2020-06-24 20:58:41 +03:00
Nithin Nambiar
2ce53ab670 Revert "added cors-filter dependency (#831)"
This reverts commit 3204a27be1.
2020-06-23 10:32:33 +01:00
Cristian Turlica
7cf4c9fe8e [release] 6.2.2-RC1 2020-06-20 12:15:44 +03:00
Cristian Turlica
7dd5d129ed Updated repo and remote api versions 2020-06-20 11:26:47 +03:00
Nebil Kisa
577f4d980f ATS-779: Update T-Engines (T-Core) 2.3.0 (#862) 2020-06-19 17:14:45 +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
4e24ac2689 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-11 10:03:30 +00:00
Travis CI User
a7423f6158 [maven-release-plugin][skip ci] prepare release alfresco-repository-7.183.1 2020-06-11 10:03:22 +00:00
Abdul Mohammed
bb44aeb286 Cherry-pick changes for MNT-21487 2020-06-11 10:41:33 +01:00
Nebil Kisa
05c95b6736 ACS-753: Update of alfresco-transform-core from 2.2.1 to 2.2.2 (#837)
Update of alfresco-transform-core from 2.2.1 to 2.2.2
2020-06-11 08:58:17 +01:00
Nithin Nambiar
3204a27be1 added cors-filter dependency (#831) 2020-06-10 10:39:28 +01:00
Cristian Turlica
7e33f191d8 ACS-284: AuthenticationUtil.runAs method should leave the security context as it found it 2020-06-03 14:01:08 +03:00
Travis CI User
417eb87342 [maven-release-plugin][skip ci]prepare for next development iteration 2020-06-01 21:50:25 +00:00
Travis CI User
853e6fa957 [maven-release-plugin][skip ci]prepare release acs-community-packaging-6.2.2-A1 2020-06-01 21:50:18 +00:00
Alan Davis
1cecc5076b [release] 6.2.2-A1 2020-06-01 21:54:01 +01:00
Alan Davis
d8dc7bb342 [release] 6.2.2-A1 2020-06-01 19:45:57 +01:00
Alan Davis
9e911a6522 Should run White Source on both master and develop 2020-05-13 07:49:42 +01:00