aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-rest
Commit message (Expand)AuthorAgeFilesLines
...
* use name when availableOlivier Lamy2012-03-191-3/+3
* add REST method to know if user able to delete artifact on a repositoryOlivier Lamy2012-03-193-12/+77
* oups remove annotations from implOlivier Lamy2012-03-161-4/+2
* add a rest method to get project metadata for 1 version onlyOlivier Lamy2012-03-162-1/+93
* use selected repository to get versionList and projectMetadataOlivier Lamy2012-03-162-4/+28
* implements browsing root for a selected repository.Olivier Lamy2012-03-162-4/+29
* display repository name rather than idOlivier Lamy2012-03-161-1/+10
* enhance rest method to return ManagedRepository rather than simply stringOlivier Lamy2012-03-163-4/+6
* start working on browsing only one repository to avoid merging incomplete met...Olivier Lamy2012-03-162-0/+14
* fix artifact description not returnedOlivier Lamy2012-03-151-2/+3
* [MRM-1580] system status page button to refresh some stats.Olivier Lamy2012-03-121-0/+41
* [MRM-1580] system status page current scanner stats. fix average value.Olivier Lamy2012-03-123-1/+22
* cleanup commented codeOlivier Lamy2012-03-123-38/+4
* [MRM-1580] system status page current scanner stats.Olivier Lamy2012-03-124-4/+253
* managed repositories add link to do a directories scan immediate.Olivier Lamy2012-03-122-3/+3
* more human readable format for the last scan dateOlivier Lamy2012-03-123-7/+24
* [MRM-1580] system status page button to flush all caches.Olivier Lamy2012-03-122-0/+18
* [MRM-1580] system status page flush cache link.Olivier Lamy2012-03-122-0/+21
* [MRM-1580] system status page display caches.Olivier Lamy2012-03-123-1/+155
* ooopsOlivier Lamy2012-03-121-0/+77
* [MRM-1580] system status page display queues.Olivier Lamy2012-03-1210-1/+68
* [MRM-1580] system status page display current server time.Olivier Lamy2012-03-122-1/+20
* [MRM-1580] system status page display memory usage.Olivier Lamy2012-03-122-0/+91
* [MRM-1580] system status page display memory usage.Olivier Lamy2012-03-121-0/+1
* remove deprecated classOlivier Lamy2012-03-121-2/+10
* fix osgi importOlivier Lamy2012-03-101-1/+2
* add REST method to really scan repositoriesOlivier Lamy2012-03-094-4/+54
* use web mock module in rest-services testsOlivier Lamy2012-03-082-110/+6
* [MRM-1579] rewrite repositories scanning admin pageOlivier Lamy2012-03-081-8/+9
* use a better name for those methodsOlivier Lamy2012-03-074-22/+22
* [MRM-1579] rewrite repositories scanning admin pageOlivier Lamy2012-03-076-0/+355
* [MRM-1579] rewrite repositories scanning admin pageOlivier Lamy2012-03-071-0/+79
* [MRM-1577] rewrite legacy path admin pageOlivier Lamy2012-03-061-1/+1
* add validation on adding LegacyPath rest methodOlivier Lamy2012-03-062-3/+32
* add search for osgi: Import-Package and Require-Bundle are now searchableOlivier Lamy2012-03-051-1/+39
* add comment in code snippet and add a snippet in pom for rest dependenciesOlivier Lamy2012-03-011-1/+3
* [MRM-1610] Use Jackson as jaxrs provider for cxf for performance reasonsOlivier Lamy2012-03-011-0/+45
* [MRM-1610] Use Jackson as jaxrs provider for cxf for performance reasonsOlivier Lamy2012-03-011-1/+7
* [MRM-1610] Use Jackson as jaxrs provider for cxf for performance reasons.Olivier Lamy2012-03-014-23/+48
* correctly sort versions on artifact viewOlivier Lamy2012-02-291-3/+9
* fix regression in json/boolean due to parameter to fix transformation of 2.0 ...Olivier Lamy2012-02-281-0/+1
* fix search queryOlivier Lamy2012-02-281-1/+1
* add rest method to search with query on a set of repositoriesOlivier Lamy2012-02-283-7/+67
* use chosen to multi select repoIds for searching.Olivier Lamy2012-02-271-1/+1
* add rest method to getObservableRepoIdsOlivier Lamy2012-02-273-11/+73
* fix browse for directoriesOlivier Lamy2012-02-261-4/+4
* add unit test for search with guest user.Olivier Lamy2012-02-263-6/+37
* authz not mandatory for search: repositories list limited for guestOlivier Lamy2012-02-261-3/+3
* hack jqueryui to have autocomplete working with bootstrapOlivier Lamy2012-02-261-1/+0
* fix String transformation of 2.0 -> 2 was not correct for artifacts versionsOlivier Lamy2012-02-251-0/+9