aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src/main
Commit message (Expand)AuthorAgeFilesLines
* add a nex flag to indicate the merged index is temporaryOlivier Lamy2013-12-171-1/+2
* extract inner classesOlivier Lamy2013-12-171-2/+3
* [MRM-1746] build merged index for groups with a cron scheduleOlivier Lamy2013-12-171-4/+1
* refactoring to ease cron schedulingOlivier Lamy2013-12-171-6/+7
* start refactoring merging remote indexes to have a cron job doing itOlivier Lamy2013-12-161-24/+51
* [MRM-1702] use the fileLockLManager in the code with possible race conditionOlivier Lamy2013-12-132-23/+47
* add a new module for file lockingOlivier Lamy2013-12-121-0/+1
* use a temporary redirect for SNAPSHOT downloadOlivier Lamy2013-12-091-4/+6
* configure redirect type temporary or permanentlyOlivier Lamy2013-12-092-2/+18
* finally use a relocation for MRM-1761Olivier Lamy2013-12-091-2/+3
* [MRM-1761] Returned URL in search result does not work for SNAPSHOTSOlivier Lamy2013-12-091-1/+24
* avoid magic numberOlivier Lamy2013-12-051-6/+6
* more moving of maven2 logic from davOlivier Lamy2013-12-042-79/+77
* start to move out maven specific from dav partOlivier Lamy2013-12-031-79/+77
* fix logging warn levelOlivier Lamy2013-12-021-1/+1
* [MRM-1751] include mergedIndexTtl in temporary group index & indexmergerreque...Maria Odea B. Ching2013-05-201-3/+3
* [MRM-1751] add merged index ttl to repo group configuration + unit testsMaria Odea B. Ching2013-05-131-2/+1
* fix issues downloading merged index path (thanks to unit tests) and add an ot...Olivier Lamy2013-04-221-1/+1
* add mergedIndexPath in repo group viewOlivier Lamy2013-04-211-3/+22
* fix handling of dynamic mergedIndexPathOlivier Lamy2013-04-211-23/+24
* [MRM-1745] path of merged index for group configurableOlivier Lamy2013-04-211-6/+9
* fix imports and minors warning sonar.skygo2013-03-141-2/+2
* use getMarkerOlivier Lamy2013-02-071-2/+2
* use a bean class for request to ease future enhancementsOlivier Lamy2013-02-071-6/+8
* simplify code and better variable nameOlivier Lamy2013-02-071-5/+9
* rename methodOlivier Lamy2013-02-071-2/+1
* fix possible NPE when restarting a tomcat with serialized sessionOlivier Lamy2013-02-071-6/+24
* log time measure for this operationOlivier Lamy2012-12-201-2/+7
* not needed cast and remove non used fieldOlivier Lamy2012-10-301-2/+0
* add spring aliases to prevent hackish codeOlivier Lamy2012-10-301-6/+1
* add FIXMEOlivier Lamy2012-10-301-0/+1
* fix bean name for legacy repoOlivier Lamy2012-10-301-5/+6
* fix bean nameOlivier Lamy2012-10-291-1/+1
* remove code which has been migrated to an other moduleOlivier Lamy2012-10-291-94/+9
* add favico when browsing repositoriesOlivier Lamy2012-10-292-2/+4
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-291-0/+2
* more unit test failuresOlivier Lamy2012-10-291-2/+1
* use a more appropriate package for this interfaceOlivier Lamy2012-10-292-3/+3
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-291-1/+1
* correctly set cache headersOlivier Lamy2012-10-151-0/+1
* fix unit testOlivier Lamy2012-10-151-0/+10
* [MRM-1693] exposing index downloaded from remote repositoriesOlivier Lamy2012-10-151-2/+33
* remove non used codeOlivier Lamy2012-10-151-2/+0
* log info when generate a merged indexOlivier Lamy2012-10-131-0/+2
* when browsing a repo group without any repositories there is a endless loop a...Olivier Lamy2012-09-281-0/+7
* simplify code and fix case typo on http headerOlivier Lamy2012-09-261-12/+8
* prevent caching when browsing a directoryOlivier Lamy2012-09-211-8/+17
* use naming convention for static final variableOlivier Lamy2012-09-131-2/+2
* simplify logging with using varargs from slf4j 1.7Olivier Lamy2012-09-131-24/+18
* simplify some log.debug as slf4j now supports varargsOlivier Lamy2012-09-071-42/+34