Brett Porter
34c163502b
fix test problems
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756587 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:35:02 +00:00
Brett Porter
bf34387459
[MRM-1093] Log configuration and repository changes made.
...
Submitted by: Jevica Arianne B. Zurbano (applied with modifications and other refactoring)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756563 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:12:10 +00:00
Brett Porter
584031f68f
clean up the webdav interface to make the code more readable
...
in addition, webdav now honours the delete operation separately to upload
improved the HTTP error responses for misconfiguration (500) vs not found on groups
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755845 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 06:10:38 +00:00
Brett Porter
e5ce444a9c
fix test descriptors for recent changes
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755799 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 00:24:45 +00:00
Brett Porter
20b3d982cf
[MRM-913] bring delete artifact security into line with uploading an artifact
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755726 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 20:47:20 +00:00
Brett Porter
7ec2e6c8a5
remove unused class, superceded by SecuritySynchronization
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755488 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 06:41:57 +00:00
Brett Porter
e000da9c29
[MRM-1133] delete artifact role not added on upgrade from previous version
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755486 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 06:15:36 +00:00
Brett Porter
dddb1c3b45
clean up warnings in webapp
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755318 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:53:49 +00:00
Brett Porter
76a1d2429f
warnings in scheduled and security modules
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755300 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:18:51 +00:00
Brett Porter
537ff689e7
[MRM-1140] centralise logging through slf4j
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753590 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 02:33:57 +00:00
Brett Porter
c9a12dbf99
[MRM-921] user management role does not display the user management menu
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752740 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 01:18:07 +00:00
Brett Porter
13d43afbfe
[MRM-922] access to upload page with managed repository role
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752539 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 17:33:31 +00:00
Brett Porter
f63959e3aa
[MRM-1101] restore proper tracking of principal in DAV for audit logging
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752519 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 16:53:17 +00:00
Emmanuel Venisse
aae839ff4b
[ARCHIVA-938] Remove harcoded guest user
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752384 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 06:12:17 +00:00
Brett Porter
aeedc2ff5e
[MRM-1013] add generics for type safety after updating redback for the casting error
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750975 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 16:54:34 +00:00
Brett Porter
4b34d911eb
[MNG-1106] guard against NPE which can be generated by the LDAP user manager if misconfigured
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750953 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 16:08:12 +00:00
Maria Odea B. Ching
0cecbab8be
[MRM-913]
...
submitted by Jevica Arianne Zurbano
o patch does the following:
- deletes artifacts
- cleans up database
- executes scan to reflect changes when browsing repository
- updates metadata
- updates audit.log
- 'Delete Artifact' added in navigation and is displayed for users with repository manager role
- only allows manager of the repository to delete artifacts from it
o additional tweaks to the submitted patch:
- removed catch for NPE in DeleteArtifactAction
- migrated jsps & action class to struts 2
- moved invocation of cleanup consumers in DeleteArtifactAction to DatabaseConsumers (added new method for this in DatabaseConsumers)
- applied formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746183 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 08:50:35 +00:00
James William Dumay
7e85179685
Should reference slf4j API
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743977 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 04:27:20 +00:00
James William Dumay
ef3ecba393
remove unused import
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@737966 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 01:41:03 +00:00
Maria Odea B. Ching
03a080a1d5
[MRM-1068]
...
submitted by Maria Catherine Tan
- upgrade redback to 1.2-beta-2
- needed to upgrade spring to 2.5.6 to be compatible with redback 1.2-beta-2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@735937 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 05:32:11 +00:00
James William Dumay
9158c2f5dc
remove unused imports
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@728587 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 03:19:52 +00:00
Brett Porter
f578399872
remove @author tags as agreed on list: http://markmail.org/message/mtycwzotzosbywzr
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718864 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 06:33:35 +00:00
Maria Odea B. Ching
db96d2d7f2
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712168 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 15:44:29 +00:00
Maria Odea B. Ching
4cd3872031
[maven-release-plugin] prepare release archiva-1.2-M1
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712154 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 15:15:14 +00:00
Maria Odea B. Ching
2262565505
merged from archiva-security-fix trunk
...
changes:
-fix security issue
-added RepositoryServletSecurityTest and ArchivaServletAuthenticatorTest test cases
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@702027 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 09:05:09 +00:00
Maria Odea B. Ching
ee6903c37f
upgrade redback to 1.1
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@696219 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 09:34:02 +00:00
Maria Odea B. Ching
6ec22c4cb2
merged from -r693694 (MRM-911: check first if guest is enabled for the repository before failing the authentication) 1.1.x branch
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@693701 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10 04:15:50 +00:00
Maria Odea B. Ching
092a8ce4f1
[MRM-915] and [MRM-926]
...
-get the default guest users from redback config files instead of the hardcoded constant value
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@691581 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 11:45:11 +00:00
Maria Odea B. Ching
52c8dfc4ee
oops, redback should be upgraded to 1.0.3-SNAPSHOT and not 1.1-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@679963 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 07:28:41 +00:00
Maria Odea B. Ching
538b12185f
-upgraded to redback 1.1-SNAPSHOT for the fix for MRM-584 (new user cannot login)
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@679959 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 06:56:29 +00:00
Maria Odea B. Ching
0d580b48c1
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677215 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 09:43:54 +00:00
Maria Odea B. Ching
ef3b578f91
[maven-release-plugin] prepare release archiva-1.1
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677213 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 09:41:07 +00:00
Maria Odea B. Ching
c5b51473ba
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674706 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08 02:04:28 +00:00
Maria Odea B. Ching
84c614d09a
[maven-release-plugin] prepare release archiva-1.1
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674704 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08 02:01:17 +00:00
Brett Porter
0180afb31d
formatting
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@668023 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16 00:02:48 +00:00
Brett Porter
6d84f3a0a5
POM clean up
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667751 13f79535-47bb-0310-9956-ffa450edef68
2008-06-14 06:27:11 +00:00
Maria Odea B. Ching
ac7cb9e9ce
[MRM-694]
...
-fix virtual repo authentication problem
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@659069 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 10:02:29 +00:00
Maria Odea B. Ching
8adede7e94
[MRM-694]
...
-perform authentication only in ArchivaDavSessionProvider.attachSession()
-perform authn and authz for each repo in ArchivaDavResourceFactory.createResource()
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@657012 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 10:43:16 +00:00
Maria Odea B. Ching
98c5172b79
[MRM-773]
...
set response header to 'authenticate' if no username and password were supplied
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655274 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 07:30:52 +00:00
Maria Odea B. Ching
2add3e0bce
[MRM-773]
...
-return false if not authorized
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655254 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 06:17:32 +00:00
Maria Odea B. Ching
0ad838b410
[MRM-773]
...
-remove archiva-security dependency to xwork-integration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655233 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 03:22:48 +00:00
Maria Odea B. Ching
d8042e19b0
[MRM-773]
...
-move servlet authentication code to archiva-security
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655027 13f79535-47bb-0310-9956-ffa450edef68
2008-05-10 08:33:57 +00:00
Brett Porter
558d0c2a4f
[MRM-781] Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
...
Submitted by: James William Dumay
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649352 13f79535-47bb-0310-9956-ffa450edef68
2008-04-18 03:05:18 +00:00
Maria Odea B. Ching
328422ab73
-reverted exclusions of plexus-container in plexus-spring dependency
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648097 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 02:14:25 +00:00
Maria Odea B. Ching
32474f11ca
-exclude plexus container in plexus-spring dependency
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647784 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 13:03:47 +00:00
Brett Porter
db51c1b590
remove all traces of the Plexus container
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647663 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 04:58:17 +00:00
Brett Porter
15e8484be8
clean up dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646442 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 17:19:31 +00:00
Brett Porter
f24cdcbd13
remove unnecessary component definitions
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646403 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 15:31:57 +00:00
Brett Porter
0dc913b235
[MRM-763] correct incorrect cron expressions
...
Merged from: r644279
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644282 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 12:31:40 +00:00
Brett Porter
a05f42cc0e
restructure according to discussion on the dev list
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642497 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 03:09:22 +00:00