128 Commits

Author SHA1 Message Date
Olivier Lamy
cf426b9c63 add timing here
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1435205 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 15:55:06 +00:00
Olivier Lamy
8ca421a01e tomcat 7.0.35
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1434043 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 17:12:20 +00:00
Olivier Lamy
17f4210d6c use userManager#configurable rather than userManager#cached
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433462 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 15:40:02 +00:00
Olivier Lamy
843977e157 use a rbacManager#default rather than hardcoded impl to ease alias usage
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433460 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 15:39:45 +00:00
Olivier Lamy
066e356045 [MRM-1736] map roles to ldap groups
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1430601 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 22:46:30 +00:00
Olivier Lamy
63956ea49a use a generic name to be able to override it using spring alias
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1429032 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 18:59:27 +00:00
Olivier Lamy
e1c0623d31 snippet for get rest user service
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1428292 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 11:29:22 +00:00
Olivier Lamy
4dc5b15eee fix bean naming
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1427884 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 18:05:45 +00:00
Olivier Lamy
8b538cf1ad avoid toString of String
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1427139 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 14:34:21 +00:00
Olivier Lamy
a522ed98fb NPE free
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1424973 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 15:32:24 +00:00
Olivier Lamy
dc712ce923 isLogged return the user
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1424972 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 15:32:09 +00:00
Olivier Lamy
856e7d19ba for security reasons prevent displaying messages such "Password is Invalid for user admin"
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1423699 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 22:43:52 +00:00
Olivier Lamy
30c1cfa2a4 UserManagerException is now a checked Exception
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1419568 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 16:34:46 +00:00
Olivier Lamy
5c55300800 userConfiguration#default bean must be know declared tru an alias to avoid duplicate bean ids
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417908 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 14:31:05 +00:00
Olivier Lamy
2907ffa101 use a more classic name for this bean userConfiguration#default
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417782 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 09:09:45 +00:00
Olivier Lamy
eef9c73382 start moving configuration keys to a constant class
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417395 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 12:56:03 +00:00
Olivier Lamy
5d166ecce8 rid of plexus utils usage
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417083 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:19:03 +00:00
Olivier Lamy
75af5e0fec authenticator do not return key so add a message field
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1416991 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 15:26:55 +00:00
Olivier Lamy
dd93a29b34 if any exception must be returned in rest response
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1416990 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 15:26:25 +00:00
Olivier Lamy
86657b2894 force an implementation name to prevent issue when more than one available
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1416075 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 23:09:36 +00:00
Olivier Lamy
8bf7b14a83 extract an interface to be able to override the impl in archiva
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1414452 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 22:50:13 +00:00
Olivier Lamy
b23cf34cc0 rename UserConfiguration to DefaultUserConfiguration to be able to extract an interface
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1414451 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 22:48:18 +00:00
Olivier Lamy
daeecfa8a0 [MRM-1708] When using LDAP, users can still edit their details upon login.
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412793 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 09:28:48 +00:00
Olivier Lamy
318e1f0ea6 remove this ugly Object getPrincipal
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412684 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 21:55:21 +00:00
Olivier Lamy
663473b58d storing User in AuthenticationResult to avoid searching it again
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412362 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 23:35:09 +00:00
Olivier Lamy
61439213d3 add log4j2-test.xml file
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412340 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:31:16 +00:00
Olivier Lamy
ad6312856b use log4j2
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412339 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:31:00 +00:00
Olivier Lamy
8d8209a2fb use last tomcat version
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412338 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:30:45 +00:00
Olivier Lamy
0ada359748 missing license header
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412337 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:30:29 +00:00
Olivier Lamy
3e9447142e add configuration files for test to prevent unit failures
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412336 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:30:16 +00:00
Olivier Lamy
a9ae52e2ac remove some system.out
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412335 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:29:59 +00:00
Olivier Lamy
3ba2af56dc add some debug
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1393805 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 22:46:26 +00:00
Olivier Lamy
fc119b9d05 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1390503 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 14:06:24 +00:00
Olivier Lamy
1b92f2a311 [maven-release-plugin] prepare release redback-2.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1390501 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 14:06:04 +00:00
Olivier Lamy
f21e32af21 align with naming convention
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1388829 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22 16:13:18 +00:00
Olivier Lamy
6e3294a072 add test for lock/unlock user rest methods
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1386870 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 22:09:31 +00:00
Olivier Lamy
71fc853d38 fix locking user rest method
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1386869 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 22:09:11 +00:00
Olivier Lamy
8778fb6862 use last tomcat version
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1381403 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 21:46:59 +00:00
Jean-Baptiste Onofre
ce3a793d4d [MRM-1651] Continue the OSGi statements enhancements
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1371037 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 04:17:30 +00:00
Jean-Baptiste Onofre
5251a29ab4 [MRM-1651] Add OSGi support to redback-rest-services
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368124 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 16:59:24 +00:00
Olivier Lamy
19f9825462 remove not anymore needed property
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1358729 13f79535-47bb-0310-9956-ffa450edef68
2012-07-08 12:36:18 +00:00
Olivier Lamy
724559a1a5 use tomcat 7.0.29 artifacts
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1358728 13f79535-47bb-0310-9956-ffa450edef68
2012-07-08 12:36:08 +00:00
Olivier Lamy
56a556040f prevent spamming
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1357914 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 21:04:22 +00:00
Olivier Lamy
8d0946d1a0 remove @version $Id$
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1357910 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 21:03:45 +00:00
Olivier Lamy
e459224047 tomcat 7.0.28
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1351475 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 20:18:45 +00:00
Olivier Lamy
26df5b0794 servlet api must be provided
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1350798 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 21:09:03 +00:00
Olivier Lamy
b758ce9c9e use tomcat rather than jetty for unit tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1350797 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 21:08:53 +00:00
Olivier Lamy
de539f237e use hsql for unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1343669 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 11:23:42 +00:00
Olivier Lamy
7a1f384418 change signature to be able to pass the application url for reset password.
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1342645 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 14:38:09 +00:00
Olivier Lamy
0e9c6a219c test passing no url still work
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1342594 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 12:32:40 +00:00