summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/auth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-11-181-2/+14
|\
| * Catch missing LDAP accounts in group membershipDoug Kelly2013-11-181-2/+14
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-08-122-13/+7
|\|
| * Expand capabilities of ldap.groupMemberPatternScott Dial2013-08-122-13/+7
* | Include project object during group name suggestionv2.7-rc0Dariusz Luksza2013-05-061-1/+2
* | Fix minor spelling issueThanh Ha2013-04-031-1/+1
|/
* Remove login dialogs and replace with /login/ URLsShawn Pearce2013-03-281-0/+45
* Guess ldap type of Active Directory LDS as ActiveDirectorySasa Zivkov2013-02-221-13/+3
* Remove isVisibleToAll from GroupDescriptionShawn Pearce2013-02-071-5/+0
* Allow group descriptions to supply email and URLShawn Pearce2013-01-181-0/+13
* Allow group backends to guess on relevant UUIDsShawn Pearce2013-01-182-2/+14
* Cache config value in LdapAuthBackendShawn O. Pearce2012-12-031-9/+6
* Fix broken Guice bindings for LDAP supportShawn O. Pearce2012-12-034-39/+4
* Fix import of Preconditions to use GuavaShawn O. Pearce2012-12-031-1/+1
* Added pluggable API for authentication backends.Luca Milanesio2012-12-0315-6/+710
* Fix NPE in LDAP Helper class if username is nullEdwin Kempin2012-10-231-3/+5
* Support logging the server onto LDAP with kerberosRobin Rosenberg2012-10-213-7/+46
* LDAP-cache to minimize nbr of queries when unnesting groups.Gustaf Lundh2012-10-212-16/+37
* Allow LDAP group names to be configurableAuke Schrijnen2012-09-264-6/+22
* Allow extra group suggestions for project owners.Colby Ranger2012-05-311-1/+1
* Abstract group systems into GroupBackend interface.Colby Ranger2012-05-313-38/+271
* Remove old LDAP group code.Colby Ranger2012-05-312-46/+5
* Fix NPE in LdapRealm caused by non-LDAP usersShawn O. Pearce2012-05-311-4/+12
* Back in-memory caches with Guava, disk caches with H2Shawn O. Pearce2012-05-242-42/+50
* Added unlink identity to AccountManagerDeniz Turkoglu2012-04-131-0/+5
* Added GroupMembership for group membership checks.Colby Ranger2012-03-261-7/+11
* Updated to gwtorm 1.4.Colby Ranger2012-03-073-11/+11
* Allow Realm to participate when linking an account identityShawn O. Pearce2012-01-171-0/+5
* Display proper error message when LDAP is unavailableEdwin Kempin2011-11-152-1/+28
* Read timeout parameter for LDAP connections: ldap.readTimeoutSasa Zivkov2011-11-091-0/+14
* Enable case insensitive login to Gerrit WebUI for LDAP authenticationEdwin Kempin2011-10-261-0/+7
* Fixed a typo in the name of the ParamertizedString class.Sasa Zivkov2011-07-153-17/+17
* Ignore PartialResultException from LDAP.James Y Knight2011-06-222-9/+20
* Only automatically create accounts for LDAP systemsShawn O. Pearce2011-06-141-1/+1
* Use AccountGroup.UUID instead of Account.IdShawn O. Pearce2011-05-193-12/+12
* Delete dead code computing domain of ActiveDirectoryShawn O. Pearce2011-05-191-10/+0
* Remove dead code and unused variablesNasser Grainawi2011-05-191-3/+0
* Ensure proper escaping of LDAP group namesEdwin Kempin2010-10-071-1/+4
* Use Guice to construct the self populating cachesShawn O. Pearce2010-07-163-342/+391
* Fix javax.naming.PartialResultException: Unprocessed ContinuationBen Wu2010-06-151-0/+4
* Expand LDAP groups only if accountMemberField setShawn O. Pearce2010-04-231-1/+1
* Traverse all LDAP groups that a user is member ofShawn O. Pearce2010-04-131-1/+1
* Fix editable username when authType is LDAP or HTTP_LDAPv2.1.2-rc2Shawn O. Pearce2010-03-011-18/+10
* Defer LDAP server type discovery until first authenticationShawn O. Pearce2010-02-211-127/+159
* Bind to LDAP using only the end-user identityShawn O. Pearce2010-02-211-3/+9
* Replace our own @Nullable with javax.annotation.Nullable.Nico Sallembien2010-01-251-2/+2
* Remove @SecondaryKey from AccountGroupShawn O. Pearce2010-01-131-5/+5
* Move sshUserName from Account to AccountExternalIdShawn O. Pearce2010-01-131-5/+7
* Fix automatic formatting in LdapRealmShawn O. Pearce2009-12-311-6/+9
* Make gitweb url links customizable, add support for cgitShane Mc Cormack2009-12-282-2/+2