Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-12Centralize LDAP config/filter logicDrew Blessing
2016-11-09Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing
2016-09-28Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller
2016-09-09Request only the LDAP attributes we needDrew Blessing
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-04-05Unblocks user when active_directory is disabled and it can be foundGabriel Mazetto
2016-01-19Allow LDAP users to change their email if it was not set by the LDAP serverDouwe Maan
2016-01-14fixed LDAP activation on login to use new ldap_blocked stateGabriel Mazetto
2016-01-08LDAP synchronization block/unblock new statesGabriel Mazetto
2015-12-22Fix identity and user retrieval when special characters are usedPatricio Cano
2015-12-09Tag lib specsDouwe Maan
2015-12-08Block LDAP user when they are no longer found in the LDAP serverDrew Blessing
2015-10-08Fix ldap email downcasing bugDrew Blessing
2015-09-23Fix LDAP attribute mappingDouwe Maan
2015-09-09Test overriding LDAP attributesDouwe Maan
2015-09-08Add attributes to LDAP::Config.Douwe Maan
2015-08-21Issue #993: Fixed login failure when extern_uid changesJoel Koglin
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
2015-06-22Fix `raise_error` without an argument deprecation warningsRobert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher
2015-05-12Don't accidentally unblock auto created users from Active Directory.Douwe Maan
2015-04-14Add config var to block auto-created LDAP users.Douwe Maan
2015-04-13Remove test for 'ldap' provider special caseJacob Vosmaer
2015-03-14Unblock user if they were unblocked in AD.Douwe Maan
2015-03-12Block user if he/she was blocked in Active DirectoryDmitriy Zaporozhets
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2015-01-30Improvements to LDAP::User modelDmitriy Zaporozhets
2014-12-04fix specsValery Sizov
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-10-24Fix LDAP config lookup for provider 'ldap'Jacob Vosmaer
2014-10-14Add specs for authentication and configJan-Willem van der Meer
2014-10-13Merge tests to support Multiple LDAP groupsJan-Willem van der Meer
2014-10-13Refactor lib files for multiple LDAP groupsJan-Willem van der Meer
2014-10-10Refactor OAuth refactorings to CEJan-Willem van der Meer
2014-09-30Add option to gitlab config to specify if LDAP server is active directory.Marin Jankovski
2014-09-08Test authenticate method for Gitlab::LDAP::UserJan-Willem van der Meer
2014-09-04Move auth hash to a seperate classJan-Willem van der Meer
2014-09-01Refactor: beter naming for active directory disabled usersJan-Willem van der Meer
2014-09-01Add basic find / create specs for LDAP userJan-Willem van der Meer
2014-08-30Merge branch 'feature-ldap-tests' into 'master'Dmitriy Zaporozhets
2014-08-29Move and rename ldap / oauth specsJan-Willem van der Meer
2014-08-29Rename ldap tests even furtherJan-Willem van der Meer
2014-08-29Remove LDAP::Access#find_userJacob Vosmaer
2014-08-29Fix naming convention of LDAP testsJan-Willem van der Meer
2014-05-14Improve ad_disabled method nameJacob Vosmaer
2014-05-14Add spec for LDAP::Access#allowed?Jacob Vosmaer