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
2017-07-31Pass OmniAuth formatted options to OmniAuth::LDAP::AdaptorDouwe Maan
2017-07-27Backport some recent changes related to LDAP from EERubén Dávila
2017-07-26Use LDAP-attributes configured in gitlab.yml in lookup instead of just hard-c...Casper
2017-07-26Fix plain LDAP (no encryption)Michael Kozono
2017-07-26Fix code styleMichael Kozono
2017-07-26Move backwards compatibility logic out of the codeMichael Kozono
2017-07-26Pass configured `ssl_version` to `omniauth-ldap`Michael Kozono
2017-07-26Pass configured `ca_file` to `omniauth-ldap`Michael Kozono
2017-07-26Verify certificates in `omniauth-ldap`Michael Kozono
2017-07-26Set `Net::LDAP` `ssl_version` optionMichael Kozono
2017-07-26Set `Net::LDAP` `ca_file` optionMichael Kozono
2017-07-26Set `Net::LDAP` encryption properlyMichael Kozono
2017-07-26Use encryption instead of methodMichael Kozono
2017-06-28Fix setting `last_credential_check` on LDAP-loginBob Van Landuyt
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-03-13Remove explicit `require` calls, and use `require_dependency` when neededRémy Coutable
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-01-10Fix Rubocop offenses in LDAP related code and specGrzegorz Bizon
2017-01-09Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable
2017-01-06LDAP attributes needs default valuesDrew Blessing
2017-01-03Gitlab::LDAP::Person uses LDAP attributes configurationDrew Blessing
2016-12-20fixup! Log messages when blocking/unblocking LDAP accountsMarkus Koller
2016-12-20Log messages when blocking/unblocking LDAP accountsMarkus Koller
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-16Move LDAP user attributes to a methodDrew Blessing
2016-09-09Request only the LDAP attributes we needDrew Blessing
2016-08-06Enable Style/SpaceAroundEqualsInParameterDefault copGabriel Mazetto
2016-06-03Enable Style/EmptyLinesAroundAccessModifier rubocop copGrzegorz Bizon
2016-04-05Unblocks user when active_directory is disabled and it can be foundGabriel Mazetto
2016-02-19Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-02-19Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan
2016-02-18Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-01-19Allow LDAP users to change their email if it was not set by the LDAP serverDouwe Maan
2016-01-14Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan
2016-01-14fixed LDAP activation on login to use new ldap_blocked stateGabriel Mazetto
2016-01-11Optimize LDAP and add a search timeoutDrew Blessing
2016-01-08Code style fixes and some code simplifiedGabriel Mazetto
2016-01-08LDAP synchronization block/unblock new statesGabriel Mazetto
2015-12-24No mb_chars needed anymoreDouwe Maan
2015-12-22Fix identity and user retrieval when special characters are usedPatricio Cano