aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 3.0.0-SNAPSHOTolivier lamy2017-05-1866-66/+66
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Merge branch 'feature/jetty_9.4'olivier lamy2017-05-1817-109/+175
|\
| * jetty.xml ready, do not force encoding in encoding servletolivier lamy2017-05-132-5/+4
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * migrate all tests to jetty 9.4olivier lamy2017-05-1214-59/+139
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * upgrade to jetty 9.4 for archiva-rest-services moduleolivier lamy2017-05-115-50/+37
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | use last parent for test moduleolivier lamy2017-05-151-1/+1
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-05-1265-65/+65
| |
* | [maven-release-plugin] prepare release archiva-2.2.3archiva-2.2.3Martin Stockhammer2017-05-1265-65/+65
|/
* Adding check path to remote repositoriesMartin Stockhammer2017-05-1011-127/+312
| | | | | | | Allow to set a check path for connection checks to the remote repositories. This is useful for repositories that do not allow to browse the base directory. Improved the fix for MRM-1933
* avoid nullolivier lamy2017-05-101-10/+12
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Fixing jdk versionMartin Stockhammer2017-05-051-1/+1
|
* MRM-1933, MRM-1940: Fixing repository checkMartin Stockhammer2017-05-043-9/+91
| | | | | Remove trailing slashes from the remote repositories Use special check paths for certain servers
* Change version number for webapptestMartin Stockhammer2017-04-301-1/+1
|
* Synchronizing surefire versionsMartin Stockhammer2017-04-281-1/+1
|
* Fixing browse service filter handlingMartin Stockhammer2017-04-283-10/+16
| | | | | Improved handling of slashes at the beginning of filters Added patterns for surefire tests to ensure the test runs
* Going back to version 2.2.3Martin Stockhammer2017-04-2865-65/+65
|
* Fixing redback runtime configuration of list propertiesMartin Stockhammer2017-04-281-2/+7
|
* [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-04-2165-65/+65
|
* [maven-release-plugin] prepare release archiva-2.2.2archiva-2.2.2Martin Stockhammer2017-04-2165-65/+65
|
* Adding additional help texts for config propertiesMartin Stockhammer2017-04-211-21/+29
|
* Additional try to fix build problems on ciMartin Stockhammer2017-04-171-1/+1
|
* Trying to fix build error on ci serverMartin Stockhammer2017-04-171-1/+16
|
* Fixing locking tests on windowsMartin Stockhammer2017-04-161-1/+8
|
* Adding additional information for failing testsMartin Stockhammer2017-04-161-6/+13
|
* Changing webdriver tests to remotewebdriverMartin Stockhammer2017-04-163-73/+107
|
* Changing selenium version for web testsMartin Stockhammer2017-04-151-4/+13
|
* [MRM-1937] Prevent creation of wrong initial adminMartin Stockhammer2017-04-141-0/+1
| | | | | Disables the name field for the admin user, when the primary admin is created.
* [MRM-1859] Improve handling of invalid artifactsMartin Stockhammer2017-04-146-9/+119
| | | | | Throws only exception if all artifacts are invalid. Ignores resolver-status.properties
* Adding documentation for snippetsMartin Stockhammer2017-03-211-0/+2
|
* Fixing test cases for rest serviceMartin Stockhammer2017-03-103-0/+53
|
* Adding validation token during loginfeature/header_checkMartin Stockhammer2017-02-122-8/+35
|
* Implementing method after interface changeMartin Stockhammer2017-02-121-0/+6
|
* Adding Header check to archiva rest servicesMartin Stockhammer2017-01-313-0/+12
|
* Adding Referer Header to REST testsMartin Stockhammer2017-01-302-0/+18
|
* Add additional checks for file lock testsMartin Stockhammer2016-10-271-163/+186
|
* Reverting locking modificationsMartin Stockhammer2016-10-271-32/+7
|
* Additional improvement for file locksMartin Stockhammer2016-10-272-6/+16
|
* Stabilised file lock implementation and testsMartin Stockhammer2016-10-263-23/+50
|
* Add additional dependency to fix jenkins buildMartin Stockhammer2016-10-231-0/+8
|
* Another switch to new plugin versionMartin Stockhammer2016-10-221-1/+1
|
* Switch to new plugin version to improve jenkins buildMartin Stockhammer2016-10-211-1/+1
|
* Fixing wrong checksum files of proxy repositoriesMartin Stockhammer2016-10-1713-5/+32
| | | | Fixes https://issues.apache.org/jira/browse/MRM-1926
* Adding isValid() method to authentication classesMartin Stockhammer2016-10-163-3/+29
|
* Merge branch 'pr/28'olivier lamy2016-10-054-43/+82
|\
| * [MRM-1928] Use applicationUrl setting in HTTP redirectsCiprian Ciubotariu2016-10-044-43/+82
| | | | | | | | | | | | Make use of webapp application URL setting when constructing the HTTP Location header within redirect responses, which allows clients to follow them when Archiva runs behind HTTP reverse proxies.
* | Merge branch 'pr/27'olivier lamy2016-10-051-31/+36
|\ \ | |/ |/|
| * simplify section null checking, and guard against NPEsDave Brosius2016-09-171-31/+36
| |
* | Improving error handling for LDAP configurationMartin Stockhammer2016-10-022-5/+42
| | | | | | | | | | Error is only displayed, if LDAP is used as repository. The error messages are more detailed and internationalized.
* | cosmetic :-)olivier lamy2016-09-271-8/+10
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | simplify codeolivier lamy2016-09-271-7/+2
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>