summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src
Commit message (Collapse)AuthorAgeFilesLines
* MRM-813 tweak APC interface and ADRF AuditEventsJonathan Sharp2014-10-173-10/+10
|
* create a testrule to get a temp folder with a predictible nameEric Barboni2014-09-303-48/+128
|
* [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supportedOlivier Lamy2014-09-151-3/+4
|
* spring 4.1.0Olivier Lamy2014-09-101-0/+7
|
* [MRM-1854] Last modified date is epoch on directory listing for a groupOlivier Lamy2014-09-011-4/+13
|
* formatOlivier Lamy2014-09-011-25/+29
|
* unused importBrett Porter2014-07-311-1/+0
|
* split out audit facet and listener to match othersBrett Porter2014-07-314-7/+7
| | | | | | | by placing these in the metadata model / API they can be used more broadly, while the storage-dependant implementation can be in a plugin. This means the plugins can be removed from the admin implementation, which can then be used (as required) in the CLI
* revert c648adb3061202572de0fa575150e48ce4c486de tooOlivier Lamy2014-06-251-706/+0
|
* revert previous commit as 2.x was not affected in factOlivier Lamy2014-06-251-4/+2
|
* [MRM-1796] support artifacts larger than 4GBrett Porter2014-06-251-2/+5
| | | | [MRM-1796] support artifacts larger than 4G
* [MRM-1796] support artifacts larger than 4GBrett Porter2014-06-251-0/+706
|
* fix unitOlivier Lamy2014-06-111-5/+5
|
* add commentOlivier Lamy2014-06-111-0/+2
|
* [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supportedOlivier Lamy2014-06-111-1/+4
|
* assert from org.junitEric Barboni2014-04-171-1/+1
|
* more try with resourcesOlivier Lamy2014-04-161-33/+26
|
* use Files.copy from java.nio.fileOlivier Lamy2014-04-162-58/+10
|
* use Files from java.nioOlivier Lamy2014-04-162-11/+12
|
* Revert "[MRM-1828] upgrade to jetty 9.x"Olivier Lamy2014-04-141-2/+1
| | | | This reverts commit a7a2c9130e30992d3d5dc4e6edac5d1d51034458.
* [MRM-1828] upgrade to jetty 9.xOlivier Lamy2014-04-141-1/+2
|
* one move for all remaining override annotationEric Barboni2014-04-1126-0/+244
|
* more diamondOlivier Lamy2014-04-104-4/+4
|
* more diamondOlivier Lamy2014-04-108-19/+19
|
* move the factory bean to the apiOlivier Lamy2014-03-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1582713 13f79535-47bb-0310-9956-ffa450edef68
* use assertj as fest-assert is not maintained anymoreOlivier Lamy2014-03-255-35/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581256 13f79535-47bb-0310-9956-ffa450edef68
* fix unit test due to bad previous commitOlivier Lamy2014-02-162-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1568841 13f79535-47bb-0310-9956-ffa450edef68
* cleanupOlivier Lamy2014-02-151-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1568623 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1804] IndexOutOfBoundsException when browsing a group with 0 or 1 repoOlivier Lamy2014-02-152-19/+40
| | | | | | fix display git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1568622 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1804] IndexOutOfBoundsException when browsing a group with 0 or 1 repoOlivier Lamy2014-02-152-15/+33
| | | | | | avoid npe git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1568621 13f79535-47bb-0310-9956-ffa450edef68
* remove files not needed anymoreOlivier Lamy2014-01-081-42/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556444 13f79535-47bb-0310-9956-ffa450edef68
* use mock servlet here too to have faster testsOlivier Lamy2014-01-063-85/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555678 13f79535-47bb-0310-9956-ffa450edef68
* fix deployment and mkcol unit testOlivier Lamy2014-01-062-4/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555677 13f79535-47bb-0310-9956-ffa450edef68
* need to override this one tooOlivier Lamy2014-01-061-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555676 13f79535-47bb-0310-9956-ffa450edef68
* follow redirect as previous testing tool didOlivier Lamy2014-01-062-5/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555675 13f79535-47bb-0310-9956-ffa450edef68
* cleanup use jsoup to parse html resultOlivier Lamy2014-01-062-59/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555674 13f79535-47bb-0310-9956-ffa450edef68
* take care of http methodOlivier Lamy2014-01-061-6/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555673 13f79535-47bb-0310-9956-ffa450edef68
* using mock servlet execution definitely faster than starting tomcat or ↵Olivier Lamy2014-01-062-12/+361
| | | | | | servlet runner for each test git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555672 13f79535-47bb-0310-9956-ffa450edef68
* fix unit testOlivier Lamy2014-01-062-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555671 13f79535-47bb-0310-9956-ffa450edef68
* fix unit testOlivier Lamy2014-01-062-128/+225
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555670 13f79535-47bb-0310-9956-ffa450edef68
* refactorOlivier Lamy2014-01-062-23/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555669 13f79535-47bb-0310-9956-ffa450edef68
* fix unit testOlivier Lamy2014-01-062-18/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555668 13f79535-47bb-0310-9956-ffa450edef68
* missed to add a classOlivier Lamy2014-01-061-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555667 13f79535-47bb-0310-9956-ffa450edef68
* refactor unit tests to get rid of the old httpunitOlivier Lamy2014-01-068-2/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555666 13f79535-47bb-0310-9956-ffa450edef68
* remove use of old httpunit libraryOlivier Lamy2014-01-0618-274/+402
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555665 13f79535-47bb-0310-9956-ffa450edef68
* add a nex flag to indicate the merged index is temporaryOlivier Lamy2013-12-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551477 13f79535-47bb-0310-9956-ffa450edef68
* extract inner classesOlivier Lamy2013-12-171-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551474 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1746] build merged index for groups with a cron scheduleOlivier Lamy2013-12-171-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551473 13f79535-47bb-0310-9956-ffa450edef68
* refactoring to ease cron schedulingOlivier Lamy2013-12-171-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551472 13f79535-47bb-0310-9956-ffa450edef68
* start refactoring merging remote indexes to have a cron job doing itOlivier Lamy2013-12-161-24/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551122 13f79535-47bb-0310-9956-ffa450edef68