summaryrefslogtreecommitdiff
path: root/lib/gitlab/ldap/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-0/+4
* Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan2016-02-181-4/+0
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-0/+4
* Allow LDAP users to change their email if it was not set by the LDAP serverDouwe Maan2016-01-191-13/+16
* No mb_chars needed anymoreldap-special-chars-fixDouwe Maan2015-12-241-2/+2
* Fix identity and user retrieval when special characters are usedPatricio Cano2015-12-221-2/+2
* Fix ldap email downcasing bugDrew Blessing2015-10-081-1/+1
* Add support of multibyte characters in LDAP UIDПетров Роман2015-09-301-1/+1
* Shuffle config around a bitDouwe Maan2015-09-091-4/+3
* Add attributes to LDAP::Config.Douwe Maan2015-09-081-3/+4
* Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-081-0/+4
* Minor refactorDouwe Maan2015-08-291-7/+8
* Issue #993: Fixed login failure when extern_uid changesJoel Koglin2015-08-211-3/+7
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-141-2/+6
* Non-persisted users already have the identity by way of build_new_user.Douwe Maan2015-04-141-0/+2
* Merge branch 'ldap_migration'Dmitriy Zaporozhets2015-04-131-1/+1
|\
| * Remove special cases for the 'ldap' providerJacob Vosmaer2015-04-131-1/+1
* | Merge branch 'skip-email-reconfirmation' into 'master'Dmitriy Zaporozhets2015-04-131-0/+1
|\ \ | |/ |/|
| * Skip email confirmation when set by admin or via LDAP.skip-email-reconfirmationDouwe Maan2015-04-061-0/+1
* | Move lib/gitlab/oauth to lib/gitlab/o_authRobert Speicher2015-04-091-1/+1
|/
* Improvements to LDAP::User modelDmitriy Zaporozhets2015-01-291-2/+6
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-6/+4
* Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-041-2/+3
* Fix authorization for LDAP loginJan-Willem van der Meer2014-10-141-1/+1
* DRY find method to find Gitlab userJan-Willem van der Meer2014-10-141-4/+2
* Refactor lib files for multiple LDAP groupsJan-Willem van der Meer2014-10-131-39/+9
* Refactor OAuth refactorings to CEJan-Willem van der Meer2014-10-101-34/+41
* Remove duplicated create methodJan-Willem van der Meer2014-09-081-10/+0
* Test authenticate method for Gitlab::LDAP::UserJan-Willem van der Meer2014-09-081-11/+16
* Move auth hash to a seperate classJan-Willem van der Meer2014-09-041-16/+16
* Use instance methods of LDAP::User as wellJan-Willem van der Meer2014-09-031-32/+25
* Refactor Oauth::User class to use instance methodsJan-Willem van der Meer2014-09-031-0/+4
* Remove duplicate methodJan-Willem van der Meer2014-09-011-4/+0
* Remove LDAP::Access#find_userJacob Vosmaer2014-08-291-16/+1
* Strip apostrophe from email generated usernames.Marin Jankovski2014-06-111-1/+3
* Merge pull request #6317 from jirutka/fix-ldap-dn-caseDmitriy Zaporozhets2014-03-291-1/+6
|\
| * Fix searching by extern_uid for LDAP to be case-insensitiveJakub Jirutka2014-02-181-1/+6
* | Use omniauth nickname as the username for LDAPJacob Vosmaer2014-03-281-5/+1
* | Port LDAP code from EEDmitriy Zaporozhets2014-03-101-13/+19
|/
* Remove deprecated findersskv2014-01-191-2/+2
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-3/+3
* When looking up a user by DN, use single scopeElias Mårtenson2013-11-031-1/+1
* Check if LDAP user was removed or blocked when use git over sshDmitriy Zaporozhets2013-10-071-0/+10
* Update for readabilityIzaak Alpert2013-09-221-3/+7
* Allows username only updates to ldap propertiesIzaak Alpert2013-09-221-1/+10
* Inherit Gitlab::LDAP::User from Gitlab::OAuth::UserDmitriy Zaporozhets2013-09-041-67/+33
* Move ldap auth to LDAP::User. Removed unused codeDmitriy Zaporozhets2013-09-021-1/+24
* Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets2013-09-021-0/+92