54 Commits
Author SHA1 Message Date
Alex Mukha 7aaf051e0f SEARCH-2099 Update search to RC3 (#749) 2020-04-24 10:57:17 +01:00
Alex Mukha c2234e8293 SEARCH-2099: Update Search Services to 1.4.2 (RC2) (#742) 2020-04-22 18:07:23 +01:00
Alex Mukha b229505b0e REPO-4785 Remove reduced timeout config in tests
Previous iteration of improving test performance introduced a few intermittent failures into tests. This PR removes those changes, but leaves the split in the REST API tests.
2019-12-14 11:57:11 +00:00
Alex Mukha 2c723eaf57 REPO-4785 Performance improvements to REST API TAS tests (#466) 2019-12-13 20:05:42 +00:00
Alex Mukha 8411ce5aa2 Add TAS tests to Travis builds (#229)
This PR moved the internal tests based on TAS (Test Automation System) close to the source code.
The TAS framework lies in separate repositories:

https://github.com/Alfresco/alfresco-tas-restapi
https://github.com/Alfresco/alfresco-tas-utility
https://github.com/Alfresco/alfresco-tas-email
https://github.com/Alfresco/alfresco-tas-ftp
https://github.com/Alfresco/alfresco-tas-webdav
https://github.com/Alfresco/alfresco-tas-cmis
https://github.com/AlfrescoTestAutomation/dataprep
2019-11-21 15:08:58 +00:00
Alex Mukha dd6fb6042b Add commons-lang back for googledocs 2019-07-26 16:51:25 +01:00
Alex Mukha 2616361c09 Add transform packages to log4j config 2019-07-05 10:57:28 +01:00
Alex Mukha 5a28286ba0 REPO-4320: Build packaging from public artefacts (#179) 2019-05-29 10:23:24 +03:00
Alex Mukha c6fc1584fe Update dependencies (#188) 2019-04-19 01:30:45 +01:00
Alex Mukha 8d1b748240 Update dependencies (#178)
* alfresco-core 7.10
* alfresco-data-model 8.30
* alfresco-repository 7.58
* alfresco-remote-api 7.50
2019-04-08 16:51:00 +01:00
Alex Mukha 2eab479d17 Remove commons-jxpath (#177) 2019-04-08 15:04:05 +01:00
Alex Mukha 425dd39929 Add WhiteSource scan in Travis (#169) 2019-04-08 01:00:32 +01:00
Alex Mukha 2bb5049255 REPO-3236 Remove blogs (#168) 2019-03-28 18:04:03 +00:00
Alex Mukha 85235e9e7e Update jsoup 1.11.3 and junrar 1.0.1 part 2 (#163) 2019-03-19 10:04:29 +00:00
Alex Mukha 36dd5a6d3b Update jsoup 1.11.3 and junrar 1.0.1 (#162) 2019-03-18 13:50:46 +00:00
Alex Mukha 7c2297b924 REPO-3235 Remove discussions (#155) 2019-03-04 23:52:56 +00:00
Alex Mukha b2479ab210 Update woodstox 4.4.1 (#126) 2019-01-18 20:40:37 +00:00
Alex Mukha fbb49e3765 Update dependencies (library upgrades) (#119)
alfresco-repository 7.43
alfresco-remote-api 7.35
2019-01-08 22:45:20 +00:00
Alex Mukha ddf93544a2 REPO-4002 Update repo 7.42 (#118) 2019-01-02 19:00:38 +00:00
Alex Mukha 5cdc057b77 REPO-3973 Activiti workflow compatibility (#105)
The workflow diagrams could not be generated because sun.font package classes require system fonts to be installed.
The current docker image requires additional package (fontconfig) to be added. It's version and the versions of the dependencies were pinned.
2018-12-10 16:50:06 +00:00
Alex Mukha 1bea62e27a REPO-3973 Remove reference from changelog 2018-12-10 16:13:42 +00:00
Alex Mukha 93c9c48a5e Configure AOS URL override (#91) 2018-11-20 20:34:26 +00:00
Alex Mukha 866ef2f786 REPO-3263 Remove passthru (#89) 2018-11-07 17:28:04 +00:00
Alex Mukha 2eb1b02c7d REPO-3262 Remove CIFS (#87) 2018-11-05 13:23:04 +00:00
Alex Mukha cdfc9a90bf REPO-3811 Fix broker URLs (#61) 2018-10-11 16:00:33 +01:00
Alex Mukha 6f3ac98d4a REPO-3764 Swap ActiveMQ image to Alfresco own (#57) 2018-09-18 10:55:26 +01:00
Alex Mukha cde3b59a0c REPO-3679 Add ActiveMQ (#56) 2018-08-13 15:38:52 +01:00
Alex Mukha beceaa5b0f REPO-3400 Add a link to custom image creation docs 2018-05-17 14:09:37 +01:00
Alex Mukha 159f5bed1e REPO-3465 Configurable CSRF filter (#41)
CSRF filter is now configured by these props:
csrf.filter.referer=
csrf.filter.referer.always=false
csrf.filter.origin=
csrf.filter.origin.always=false

Referer and origin here is a regexp and should look like:
http://mydomain:80/*.
2018-04-30 15:23:19 +01:00
Alex Mukha 51f1f0e923 REPO-3448 MNT-19431 Update commons-fileupload to 1.3.3 (#36) 2018-04-09 17:23:24 +01:00
Alex Mukha 38df047b11 REPO-3447 Remove c3p0 (#35)
Quartz uses c3p0 jdbc pool for it's distributed job storage since version 2.x
This commit will exclude c3p0 lib as distributed job storage is not used.
2018-04-09 16:42:19 +01:00
Alex Mukha e3d7ff93a5 REPO-1294: EOL myfaces-api, myfaces-impl & jsp-api (#25)
* REPO-1294: EOL myfaces-api, myfaces-impl & jsp-api
   - Remove JSF specific classes
   - Remove webclient config
   - Moved authentication filters to remote-api
2018-04-03 16:53:21 +03:00
Alex Mukha 9a44d49812 REPO-3120 Remove commons-modeler as unused (#16)
The commons-modeler has commons-digester as a dependency. It appeared
that the modeler is not used, so was removed. Commons-digester is still a
dependency for commons-validator and newer version of commons-digester
needs to be enforced.
2018-03-09 16:05:13 +00:00
Alex Mukha ff3f4e908b Upgrade Spring (REPO-1295), Quartz (REPO-3049) and remove Hibernate (REPO-2873) (#15)
* Remove unused class
* Remove deprecated log4j listener
* Update dependencies
2018-03-04 19:13:59 +00:00
Alex Mukha 95b4f25e7a REPO-1296 EOL spring-social (#12) 2018-01-15 11:26:34 +00:00
Alex Mukha 6bc5016d61 REPO-1289 Use unpatched xalan (#11) 2018-01-12 14:15:32 +00:00
Alex Mukha 5bd30ad1cd REPO-1316 Remove fop library (#10) 2018-01-10 10:18:19 +00:00
Alex Mukha f81b6c9fe8 Update alfresco-repository to 6.14 2017-12-11 16:41:32 +00:00
Alex Mukha 356f408528 REPO-3043 Use new tomcat base image (#8) 2017-12-11 16:39:37 +00:00
Alex Mukha ae65bc903c Minor updates to README.md 2017-12-11 10:58:34 +00:00
Alex Mukha 4422e4229e Update alfresco-repository to 6.14 2017-12-06 17:53:38 +00:00
Alex Mukha dd2219738c Update URLs in pom.xml 2017-12-06 16:42:37 +00:00
Alex Mukha 87b02a4ef8 Create LICENSE 2017-12-05 16:32:09 +00:00
Alex Mukha 974825bee7 REPO-3043 Use new tomcat base image (#8) 2017-11-16 12:07:52 +00:00
Alex Mukha 4afb06e46e Merge pull request #7 from Alfresco/develop
Sync master with develop
2017-10-20 18:33:37 +01:00
Alex Mukha 31b61cb584 Merge pull request #6 from Alfresco/develop
Sync master with develop
2017-10-13 10:38:21 +01:00
Alex Mukha f83b24bafb Merge branch 'master' into develop 2017-10-13 10:25:02 +01:00
Alex Mukha c6672bef0b Merge pull request #4 from Alfresco/feature/repo-2944-new-6-version
REPO-2886 Change the project version to 6.0.0
2017-10-11 11:31:18 +01:00
Alex Mukha b654b5175d REPO-2907 Add config for Docker images 2017-09-18 11:05:20 +01:00
Alex Mukha d396500773 Merge pull request #2 from Alfresco/develop
REPO-2815 Sync master with develop
2017-09-14 11:49:17 +01:00
Alex Mukha 8353c58260 Merge pull request #1 from Alfresco/develop
REPO-2815 Sync master with develop
2017-09-12 15:20:34 +01:00
Alex Mukha 2af872dfab Merge branch 'master' into develop 2017-09-12 15:05:54 +01:00
Alex Mukha 6bf75be4b3 REPO-2815 Update to latest dependencies 2017-09-12 14:50:44 +01:00
Alex Mukha 1e89195ce3 Create LICENSE 2017-08-17 13:37:08 +01:00