summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-06-032-24/+57
| | | | | | | | | * Implementing litmus compatible removeMember() (DELETE) * Unit tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662691 13f79535-47bb-0310-9956-ffa450edef68
* Enabling the DavResourceTestJames William Dumay2008-06-031-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662686 13f79535-47bb-0310-9956-ffa450edef68
* Actually fixing the failing test. Turns out I mixed up the file and logical ↵James William Dumay2008-06-031-2/+2
| | | | | | paths in the DavResourceTest git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662682 13f79535-47bb-0310-9956-ffa450edef68
* use appassembler releaseBrett Porter2008-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662669 13f79535-47bb-0310-9956-ffa450edef68
* use release of taskqueueBrett Porter2008-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662668 13f79535-47bb-0310-9956-ffa450edef68
* update to release of plexus-spring, and spit out less information during buildBrett Porter2008-06-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662666 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-789]Maria Odea B. Ching2008-06-032-1/+36
| | | | | | | -check if the repo location is referenced as a system property before deleting the contents of the repo git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662662 13f79535-47bb-0310-9956-ffa450edef68
* commenting out test again, it's still brokenBrett Porter2008-06-031-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662655 13f79535-47bb-0310-9956-ffa450edef68
* Fixing DavResourceTest from writing tests to /James William Dumay2008-06-022-17/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662382 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-823]Maria Odea B. Ching2008-06-022-9/+51
| | | | | | | -remove repo in group when repo is removed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662342 13f79535-47bb-0310-9956-ffa450edef68
* clean up dependenciesBrett Porter2008-06-021-65/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662303 13f79535-47bb-0310-9956-ffa450edef68
* disable failing testBrett Porter2008-06-011-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662136 13f79535-47bb-0310-9956-ffa450edef68
* remove old resources patternsBrett Porter2008-06-011-18/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662134 13f79535-47bb-0310-9956-ffa450edef68
* stop file being created in / - tests still fail thoughBrett Porter2008-06-011-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662126 13f79535-47bb-0310-9956-ffa450edef68
* fix bad importBrett Porter2008-05-311-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662047 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-822] add org/jvnet/**, com/sun/** to the whitelist for the default ↵Brett Porter2008-05-311-0/+2
| | | | | | java.net repository git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662036 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of ↵James William Dumay2008-05-305-27/+464
| | | | | | | | | Jackrabbit-webdav * Adding tests for DavSession attachment and release * Changed the ArchivaDavSessionProvider so that it does not rely on the WebApplicationContext git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661630 13f79535-47bb-0310-9956-ffa450edef68
* o Unindent configuration snippets to make them copy-paste friendly.Dennis Lundberg2008-05-301-62/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661613 13f79535-47bb-0310-9956-ffa450edef68
* o Indent POM snippet to make it copy-paste friendly.Dennis Lundberg2008-05-301-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661606 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-785]Maria Odea B. Ching2008-05-302-3/+22
| | | | | | | | -set success result to go to jsp file instead of redirect to 'upload' action -clear the form fields before returning to jsp page after upload git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661582 13f79535-47bb-0310-9956-ffa450edef68
* Fixed failing testJames William Dumay2008-05-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661564 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-05-305-39/+341
| | | | | | | | | | | | | | * Adding LockManager to DavResourceFactory * Adding locking support to DavResource * General cleanup inside of the dav resource * Adding DavSession attachement inside of DavSessionProvider * Tests NOTE: We should have a complete Class 2 locking implementation (Exclusive only) so OS X dav client should work git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661563 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-790]Maria Odea B. Ching2008-05-295-1/+55
| | | | | | | | -added check specifically for remote metadata checksum files -added test case git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661273 13f79535-47bb-0310-9956-ffa450edef68
* Update redback to 1.0.2-SNAPSHOTEmmanuel Venisse2008-05-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661265 13f79535-47bb-0310-9956-ffa450edef68
* Fix commons-io scopeEmmanuel Venisse2008-05-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661253 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test fileEmmanuel Venisse2008-05-291-0/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661251 13f79535-47bb-0310-9956-ffa450edef68
* Fix commons-io versionEmmanuel Venisse2008-05-291-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661247 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-05-292-0/+119
| | | | | | | | * Adding a DavSession implementation for Class 2 locking support git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661189 13f79535-47bb-0310-9956-ffa450edef68
* Moving RepositoryServlet to its new home in archiva-webdav. Thanks to Brett ↵James William Dumay2008-05-2939-235/+379
| | | | | | for helping out with the crazy failing tests. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661174 13f79535-47bb-0310-9956-ffa450edef68
* update parentBrett Porter2008-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660790 13f79535-47bb-0310-9956-ffa450edef68
* updated return message when requested resource is not foundMaria Odea B. Ching2008-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660784 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-819]Maria Odea B. Ching2008-05-271-6/+24
| | | | | | | added validation to allow only alphanumeric, '.', '-' and '_' characters for repo group id git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660472 13f79535-47bb-0310-9956-ffa450edef68
* removed unused import statementsMaria Odea B. Ching2008-05-271-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660426 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-818]Maria Odea B. Ching2008-05-271-0/+6
| | | | | | | set a maximum of 100 characters for the length of the repo group id git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660425 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-754]Maria Odea B. Ching2008-05-278-7/+70
| | | | | | | added artifact upload and virtual repos in feature tour git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660356 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-754]Maria Odea B. Ching2008-05-269-0/+0
| | | | | | | -updated screenshots git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660149 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-797]Maria Odea B. Ching2008-05-2620-66/+215
| | | | | | | | -check for released versions of a snapshot across all releases repo -add test git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@660126 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-796]Maria Odea B. Ching2008-05-231-0/+5
| | | | | | | | applied patch submitted by John Michael Luy -fix releases checkbox always enabled git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659460 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-233-2/+24
| | | | | | | -add validation check for existing ids for repo groups and remote & managed repos git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659443 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-231-9/+8
| | | | | | | -fix index writer sorting for virtual repos git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659397 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-231-0/+1
| | | | | | | -fixed repo groups page footer git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659392 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-802]Maria Odea B. Ching2008-05-221-0/+1
| | | | | | | -display repo group url in repo groups page git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659074 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-222-5/+5
| | | | | | | -return 405 instead of 400 for write request to repo groups git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659071 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-225-29/+174
| | | | | | | -fix virtual repo authentication problem git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659069 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-801]Maria Odea B. Ching2008-05-214-1/+123
| | | | | | | -added documentation for virtual repos git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@658548 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-211-1/+7
| | | | | | | -handle problem with the missing '/' in the repository group url git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@658528 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-212-12/+15
| | | | | | | -put authorization check for virtual repos git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@658525 13f79535-47bb-0310-9956-ffa450edef68
* ignoreBrett Porter2008-05-210-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@658523 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-05-206-47/+484
| | | | | | | | -handle virtual repos in webdav browse -add new DavResource for virtual repos git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@658261 13f79535-47bb-0310-9956-ffa450edef68
* MRM-752 - Trim URL in Remote RepositoriesJames William Dumay2008-05-202-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@658219 13f79535-47bb-0310-9956-ffa450edef68