summaryrefslogtreecommitdiff
path: root/lib/gitlab/ldap
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/EmptyLinesAroundAccessModifier rubocop coprubocop/enable-empty-lines-around-access-modifier-copGrzegorz Bizon2016-06-031-0/+1
* Unblocks user when active_directory is disabled and it can be foundpatch/fix-ldap-unblock-user-logicGabriel Mazetto2016-04-051-1/+4
* 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
* Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan2016-01-141-3/+3
|\
| * fixed LDAP activation on login to use new ldap_blocked statefeature/ldap-sync-edgecasesGabriel Mazetto2016-01-141-3/+1
| * Code style fixes and some code simplifiedGabriel Mazetto2016-01-081-1/+3
| * LDAP synchronization block/unblock new statesGabriel Mazetto2016-01-081-3/+3
* | Optimize LDAP and add a search timeoutDrew Blessing2016-01-113-11/+25
|/
* 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
* Block LDAP user when they are no longer found in the LDAP serverDrew Blessing2015-12-081-1/+3
* Fix ldap email downcasing bugDrew Blessing2015-10-081-1/+1
* Add support of multibyte characters in LDAP UIDПетров Роман2015-09-301-1/+1
* Fix LDAP attribute mappingfix-ldap-attributesDouwe Maan2015-09-231-1/+2
* Make code clearerldap-attributesDouwe Maan2015-09-161-11/+9
* Shuffle config around a bitDouwe Maan2015-09-092-12/+8
* Add attributes to LDAP::Config.Douwe Maan2015-09-082-3/+8
* Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-082-0/+44
* Minor refactorDouwe Maan2015-08-291-7/+8
* Issue #993: Fixed login failure when extern_uid changesJoel Koglin2015-08-211-3/+7
* Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-121-1/+1
* Update authentication.rbquodos2015-05-041-1/+1
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-142-2/+10
* 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-132-3/+1
|\
| * Remove special cases for the 'ldap' providerJacob Vosmaer2015-04-132-3/+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
|/
* Faulty LDAP DN name escaping removedMichael Alt2015-03-211-1/+0
* Unblock user if they were unblocked in AD.Douwe Maan2015-03-131-0/+1
* Block user if he/she was blocked in Active DirectoryDmitriy Zaporozhets2015-03-121-1/+8
* Escape wildcards when searching LDAP by username.Douwe Maan2015-03-062-1/+3
* Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-2/+4
* Improvements to LDAP::User modelDmitriy Zaporozhets2015-01-291-2/+6
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-042-10/+8
* Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-041-2/+3
* Fix LDAP config lookup for provider 'ldap'Jacob Vosmaer2014-10-231-11/+16
* Fix LDAP authentication for Git HTTP accessJacob Vosmaer2014-10-231-2/+2
* Fix rake gitlab:ldap:checkDmitriy Zaporozhets2014-10-211-1/+5
* Use Hash syntax for LDAP server declarationJan-Willem van der Meer2014-10-141-3/+3
* Add explaining note to authentication method [skip ci]Jan-Willem van der Meer2014-10-141-0/+2
* Use server specific uidJan-Willem van der Meer2014-10-141-1/+1
* Make sure the filters are appliedJan-Willem van der Meer2014-10-141-8/+9
* Fix authorization for LDAP loginJan-Willem van der Meer2014-10-142-1/+5
* DRY find method to find Gitlab userJan-Willem van der Meer2014-10-141-4/+2
* Remove unused methodJan-Willem van der Meer2014-10-141-8/+0