Commit Graph

195 Commits

Author SHA1 Message Date
Olivier Lamy 7627b9d8b7 add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421341 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 15:37:08 +00:00
Olivier Lamy 81e4886e06 improve log warning
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421197 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 10:26:00 +00:00
Olivier Lamy 42a05d50a5 add our own LockedAdminEnvironmentCheck as we have to iterate on all possible userManagerImpls
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421196 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 10:25:44 +00:00
Olivier Lamy f36695553d fix some NPE if not writable userManager
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421195 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 10:25:23 +00:00
Olivier Lamy ad540803af no need to try updating the user if userManagerImpl is read only
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421158 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 09:15:46 +00:00
Olivier Lamy e5950ce1ad this class does not need to extends UserManagerAuthenticator
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421134 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 08:39:54 +00:00
Olivier Lamy c6ba1194aa [MRM-1721] chaining user manager implementation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421133 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 08:39:38 +00:00
Olivier Lamy 6341350134 prevent NPE when guest user not exists
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1420664 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 13:30:49 +00:00
Olivier Lamy 8fc98776f6 missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1420239 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 15:59:22 +00:00
Olivier Lamy 6b3886bb1c correclty use archiva configuration for ldap connection
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1419916 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 00:00:56 +00:00
Olivier Lamy b5f494d22c reduce log noise
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1419579 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 16:46:33 +00:00
Olivier Lamy 48deda62b1 [MRM-1721] Chaining user manager implementations.
take care of last changes in redback to be able to track exception when using userManagerImpl.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1419573 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 16:37:30 +00:00
Olivier Lamy 8534cdcb6a [MRM-1721] Chaining user manager implementations.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1419569 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 16:36:18 +00:00
Olivier Lamy 195d7ef627 fix compilation with last redback changes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418773 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 22:33:23 +00:00
Olivier Lamy 017cb9625b [MRM-1721] Chaining user manager
not yet complete but commit stuff to prevent compilation failure due to redback changes.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418718 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 17:41:27 +00:00
Olivier Lamy 6eea39fdd0 [MRM-1718] add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418697 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 15:53:38 +00:00
Olivier Lamy 6cd69cb128 some values cannot be required per default if userManager impl is not ldap
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418696 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 15:53:22 +00:00
Maria Odea B. Ching 32299d34e0 minor fix in labels
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418274 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 10:54:35 +00:00
Maria Odea B. Ching c7a6bce5d4 removed '' in between parameter so it gets evaluation as param
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418253 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 10:23:52 +00:00
Olivier Lamy 052eb24e53 fix unit tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418123 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 23:01:51 +00:00
Olivier Lamy e06ac14d78 missed to add one class
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1417094 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:22:50 +00:00
Olivier Lamy 19e9ca8bb5 [MRM-1718] ldap configuration editable with the ui.
WORK IN PROGRESS !

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1417093 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:22:28 +00:00
Olivier Lamy 377cc8e725 [MRM-1714] using LDAP can be configurable with the ui
add i18n and cleanup

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1413072 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 21:33:58 +00:00
Olivier Lamy 4affdc7bbd [MRM-1714] using LDAP can be configurable with the ui
add a rest service which return available userManager implementation.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1413021 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 18:35:43 +00:00
Olivier Lamy 0144a7f6d7 fix compilation due to changes in redback-core
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1413020 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 18:35:08 +00:00
Olivier Lamy ca0045d9ac [MRM-1714] using LDAP can be configurable with the ui
missed to add classes.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412947 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 16:34:04 +00:00
Olivier Lamy e6ddd34c22 [MRM-1714] using LDAP can be configurable with the ui
add a new  userManager configured by archiva.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412946 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 16:32:46 +00:00
Olivier Lamy 835f13d0be add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412945 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 16:30:51 +00:00
Olivier Lamy 57fa59aede [MRM-1714] using LDAP can be configurable with the ui.
prepare redback

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412809 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 10:11:07 +00:00
Olivier Lamy 1fe8a5e4ce [MRM-1708] When using LDAP, users can still edit their details upon login.
move useredit detail box to knockout model.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412796 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 09:34:06 +00:00
Olivier Lamy 7d747e1b9f remove some others Object parameters type
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412690 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 21:57:42 +00:00
Olivier Lamy a8544147e1 remove this ugly Object getPrincipal method
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412689 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 21:57:18 +00:00
Olivier Lamy 06133697bc remove not anymore used class
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403575 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 23:32:54 +00:00
Olivier Lamy d9348b93af use a more appropriate package for this interface
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403523 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 21:06:17 +00:00
Olivier Lamy 9074bfb0f4 [MRM-1704] Refactor to remove maven specific part from various repository/metadata apis
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403504 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:58:54 +00:00
Olivier Lamy 30ffd9ee14 [MRM-1705] Feature to add custom parameters and/or headers when requesting an external repositories.
implements ui for extra headers.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402495 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 12:58:50 +00:00
Olivier Lamy f1d408f40e fix mocks compilation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1400903 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 14:50:49 +00:00
Olivier Lamy 69a9edb4c4 improve i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1400902 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 14:49:42 +00:00
Olivier Lamy 25bc7e6b5b i18n and checkbox checked if rememberme activated
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1400164 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 16:49:29 +00:00
Olivier Lamy 99e5b54918 add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1397497 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 09:31:40 +00:00
Olivier Lamy e7bc35db81 add unit test for new method in MetadataRepository and fix compilation for some impls/mocks
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1397345 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 22:43:15 +00:00
Olivier Lamy 535a635cc6 escape xml content
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1395630 13f79535-47bb-0310-9956-ffa450edef68
2012-10-08 15:50:49 +00:00
Olivier Lamy 76fd653c09 return schema .xsd as it no jsoup parsing
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1395628 13f79535-47bb-0310-9956-ffa450edef68
2012-10-08 15:50:30 +00:00
Olivier Lamy a69ee292be resize a bit doc h1/h2/h3 are quite big
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1395092 13f79535-47bb-0310-9956-ffa450edef68
2012-10-06 15:12:45 +00:00
Olivier Lamy db9442d5ea fix junit
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394757 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 19:48:34 +00:00
Olivier Lamy d381f0d431 add rest ui services documentation move rest services from the webapp-js to web-common module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394756 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 19:48:15 +00:00
Olivier Lamy 9866e6629d fix doc navigation and add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394517 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 13:43:02 +00:00
Olivier Lamy ac900f8e4b [MRM-1681] addProxy Connectors Rules screen
add validation.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1393185 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 21:12:42 +00:00
Olivier Lamy f89eb0781b add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1393184 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 21:11:59 +00:00
Olivier Lamy 9a70ec8ecc use bootstrap toggle button feature
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391453 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 13:32:12 +00:00