aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-web
Commit message (Collapse)AuthorAgeFilesLines
* [MRM-561] Error 500 while deleting a proxy connectorJoakim Erdfelt2007-10-231-1/+1
| | | | | | | | Corrected method name. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587351 13f79535-47bb-0310-9956-ffa450edef68
* Some error handling cleanup.Joakim Erdfelt2007-10-231-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587341 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-396] remove true/false from boolean iconsBrett Porter2007-10-221-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587099 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-558] add missing divBrett Porter2007-10-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587095 13f79535-47bb-0310-9956-ffa450edef68
* naming consistencyBrett Porter2007-10-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587092 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-559] fix version settingBrett Porter2007-10-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587089 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-559] fix version settingBrett Porter2007-10-222-12/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587079 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-10-227-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586989 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0-beta-3Maria Odea B. Ching2007-10-227-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586987 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-256]Maria Odea B. Ching2007-10-211-0/+68
| | | | | | | RepositoryContentStatisticsDAOStub.java (left out from previous commit) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586922 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-265]Maria Odea B. Ching2007-10-217-18/+453
| | | | | | | | | | | - added method for deleting the artifacts in the db when a repo is deleted - also deleted repo scan statistics when the repo is deleted - created DAO that does retrieving, deleting and adding of RepositoryContentStatistics to the db - added and updated tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586919 13f79535-47bb-0310-9956-ffa450edef68
* add a configuration file for jetty:run so that it doesn't create ↵Brett Porter2007-10-211-0/+169
| | | | | | ~/.m2/archiva.xml - make testing isolated git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586858 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-400] improve appearance of selected tab by removing unnecessary linkBrett Porter2007-10-211-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586846 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-520] Proxy Connectors are not deleted with the deletion of a Repository.Joakim Erdfelt2007-10-195-29/+127
| | | | | | | | | Added ability of delete (managed|remote) repository action to clear out the associated proxy connector. Added tests. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586635 13f79535-47bb-0310-9956-ffa450edef68
* Adding version into footerJoakim Erdfelt2007-10-192-5/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586630 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-192-16/+81
| | | | | | | | | * Moving redback initialization from a lazy init via xwork interceptor to archiva's startup process. * Changing UserAssignment process to check/create assignment before assigning new roles. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586622 13f79535-47bb-0310-9956-ffa450edef68
* Changing name from "Maven Archiva" to "Apache Archiva" to match website.Joakim Erdfelt2007-10-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585562 13f79535-47bb-0310-9956-ffa450edef68
* Fixing GET vs PUT logic.Joakim Erdfelt2007-10-161-13/+25
| | | | | | | | Encountered a situation where a PUT could result in a 404. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584992 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-468] incorrect URL reported from failures in WebDAVJoakim Erdfelt2007-10-161-1/+59
| | | | | | | | Corrected locally the error message being reported by it.could.webdav git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584986 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-152-20/+32
| | | | | | | Reverted partially r584279. (some good fixes for related bugs in place) Introduced ArchivaConfiguration.isDefaulted() to aide SecuritySynchronization (startup task in archiva-webapp) to add guest user read-only roles if the configuration was set to default for some reason. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584902 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-521]Maria Odea B. Ching2007-10-153-1/+29
| | | | | | | - added range validation for the repository purge fields git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584665 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-127-114/+97
| | | | | | | | Newly added repositories are assigned to the guest user in read-only mode. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584279 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused plexus test component xmls.Joakim Erdfelt2007-10-122-69/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584274 13f79535-47bb-0310-9956-ffa450edef68
* Using new ManagedRepositoryContent.toFile( ArchivaArtifact )Joakim Erdfelt2007-10-121-17/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584217 13f79535-47bb-0310-9956-ffa450edef68
* Fixing Error 500 condition.Joakim Erdfelt2007-10-111-33/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583874 13f79535-47bb-0310-9956-ffa450edef68
* Fixing test case NPE wrt repo.location.Joakim Erdfelt2007-10-112-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583652 13f79535-47bb-0310-9956-ffa450edef68
* Fixing event triggers.Joakim Erdfelt2007-10-111-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583648 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-493] Downloaded artifacts are stored in incorrect archiva-managed ↵Joakim Erdfelt2007-10-111-15/+35
| | | | | | | | | | repository Fixed by reseting dav servers on configuration save properly. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583646 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in ↵Joakim Erdfelt2007-10-101-5/+8
| | | | | | | | artifactId, like "maven-test-plugin" Final cleanup based on tests from real maven 1 projects. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583637 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-432] Proxy Connectors are unable to download artifacts with alpha ↵Joakim Erdfelt2007-10-1031-70/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | numerical version numbers [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifactId, like "maven-test-plugin" [MRM-518] Changing the internal repository directory has no effect [MRM-512] Unable to convert null repository config to archiva repository. [MRM-533] metadata-updater is changing lastUpdating timestamp when it shouldn't [MRM-493] Downloaded artifacts are stored in incorrect archiva-managed repository - Work against proposal in mailing list http://www.nabble.com/-Proposal--Repository-Layout-Detection-Interaction-Changes.-tf4577852.html - Creation of package org.apache.maven.archiva.repository.content - Creation of RepositoryContent alternative as outlined in proposal. - Have not swung all code over to new repositorycontent object yet. - Left old BidirectionalRepositoryLayout classes in place temporarily. - Migrated the following over to new RepositoryContent objects... * the /repository/ url * proxying * metadata updating * repository purge classes - Unit testing. Lots and lots of unit testing. - Correcting bad template email address. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583412 13f79535-47bb-0310-9956-ffa450edef68
* Finishing the Repository split work that brett started.Joakim Erdfelt2007-10-085-77/+36
| | | | | | | | | ArchivaRepository has been removed from model. This work was needed before repository layout/detection proposal work is started. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582987 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug statement from JSP.Joakim Erdfelt2007-10-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582023 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-482] Saving a proxy connector after adding a new property results to ↵Joakim Erdfelt2007-10-0429-1126/+3125
| | | | | | | | | | | | | | | | HTTP 500 error [MRM-477] Missing ability to manage proxy order. [MRM-437] admin editing of proxy connectors fails in multiple instances * Split giant ball of mud ConfigureProxyConnectorAction into seperate Add/Edit/Delete/Sort/List actions * Added ability to maintain sort order. * Added unit testing. * Cleaned up Proxy Connector admin UI to allow for extra long Location / URL paths. * Slideout Hide of the Advanced configuration options on the Proxy Connector list screen. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582020 13f79535-47bb-0310-9956-ffa450edef68
* Making archiva startup deterministic.Joakim Erdfelt2007-10-025-36/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581348 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-202] Change the top-left logo to be an Archiva logo that goes to the ↵Joakim Erdfelt2007-10-021-2/+2
| | | | | | | | | | front page of the instance Applied url to webwork namespace:action of "/index" for top left logo. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581332 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-513] Support remote repositories with passwords.Joakim Erdfelt2007-10-025-16/+10
| | | | | | | | | Commited patch from James William Dumay. Updated title/h1 sections of add/edit/delete jsps to be consistent with regards to "remote" and "managed" usage. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581324 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-448] validation for reports form.Joakim Erdfelt2007-10-026-27/+86
| | | | | | | | | | Creating validation. Changing "Show Reports" to "Pick Reports" to be more clear. Minor cleanup of jasper detection. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581119 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-528] run consumers as artifacts arrive via proxyBrett Porter2007-09-283-6/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580187 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-503] Metadata files need Pragma:no-cache response header.Joakim Erdfelt2007-09-261-6/+17
| | | | | | | Applied Pragma and Cache-Control headers to maven-metadata.xml requests only. Added TODO for other filetypes. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579747 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-494] leaving repository ID blank on the add repository page goes to the ↵Joakim Erdfelt2007-09-2631-773/+1917
| | | | | | | | | | | | | edit page where ID cannot be edited Overhauled repository admin actions to be more consistent with best practices. Split into seperate actions. Added -validation.xml files. Added unit tests. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579417 13f79535-47bb-0310-9956-ffa450edef68
* simplify the repository configuration pagesBrett Porter2007-09-2512-322/+213
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579036 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-494] leaving repository ID blank on the add repository page goes to the ↵Joakim Erdfelt2007-09-242-26/+58
| | | | | | | | edit page where ID cannot be edited Spliting webwork definition of INPUT into ADD/EDIT, and correcting validations. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579016 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-320] ProxiedDavServer breaks update policy.Joakim Erdfelt2007-09-211-3/+0
| | | | | | Removing commented code left over from MRM-153 fix. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578317 13f79535-47bb-0310-9956-ffa450edef68
* Invalid text in plexus.xmlJoakim Erdfelt2007-09-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@577473 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-09-167-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576050 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0-beta-2Maria Odea B. Ching2007-09-167-10/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576048 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-153]Maria Odea B. Ching2007-09-161-9/+85
| | | | | | | | | | | Submitted by: nicolas de loof - Added method in ProxiedDavServer that allows to get a relocated artifact (either client-side relocation or server-side relocation) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576032 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-497] Add resource reference entries.Emmanuel Venisse2007-09-141-0/+19
| | | | | | Submitted by: Aleksandr Tarutin git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575702 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-499] Add freemarker property and some missing templates for performanceEmmanuel Venisse2007-09-146-0/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575681 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-498] Update to latest webwork/xworkEmmanuel Venisse2007-09-142-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575677 13f79535-47bb-0310-9956-ffa450edef68