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
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-15Fixed user synced attributes metadata after removing current providerFrancisco Javier López
2018-02-13Merge branch 'remove_ldap_person_validation' into 'master'Stan Hu
2018-02-13Revert problematic LDAP person validation that threw exceptionsDrew Blessing
2018-02-06Added ldap config setting to lower case usernamesFrancisco Javier López
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-05Modify `LDAP::Person` to return username value based on attributesDrew Blessing
2017-12-15Make sure user email is read only when synced with LDAPDouwe Maan
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
2017-11-17Changing OAuth lookup to be case insensitiveFrancisco Javier López
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-10-31Normalize LDAP DN when looking up identityDouwe Maan
2017-10-07Redefine `respond_to?` in light of `method_missing`Michael Kozono
2017-10-07Make internal methods privateMichael Kozono
2017-10-07Leave bad DNs alone instead of raising errorsMichael Kozono
2017-10-07Refactor DN error classesMichael Kozono
2017-10-07Normalize values, reusing DN normalization codeMichael Kozono
2017-10-07Fix space strippingMichael Kozono
2017-10-07Rename method to `to_normalized_s`Michael Kozono
2017-10-07Refactor initialize method for clarityMichael Kozono
2017-10-07Move downcasing to normalize methodMichael Kozono
2017-10-07Resolve Rubocop offensesMichael Kozono
2017-10-07Switch to new DN classMichael Kozono
2017-10-07Fix trailing escaped newlineMichael Kozono
2017-10-07Test malformed DNsMichael Kozono
2017-10-07Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono
2017-10-07Fix for null DNMichael Kozono
2017-10-07Handle CR and LF charactersMichael Kozono
2017-10-07Fix escaped equal signsMichael Kozono
2017-10-07Fix trailing escaped spaceMichael Kozono
2017-10-07Fix to_s_normalize for escaped leading spaceMichael Kozono
2017-10-07Always downcase DNsMichael Kozono
2017-10-07Add `DN#to_s_normalized`Michael Kozono
2017-10-07Adapt DN class for GitlabMichael Kozono
2017-10-07Extract Net::LDAP::DN class from ruby-net-ldap gemMichael Kozono
2017-10-07Rely on LDAP providers giving DNs, not UIDsMichael Kozono
2017-10-07Rescue DN normalization attemptsMichael Kozono
2017-10-07Fix `dn?` for a UID with an escaped equal signMichael Kozono
2017-10-07Remove redundant `is_`Michael Kozono
2017-10-07Downcase normalized LDAP DNs and UIDsMichael Kozono
2017-10-07Fix normalize behavior for escaped delimiter charsMichael Kozono
2017-10-07Refactor to distinguish between UIDs and DNsMichael Kozono
2017-10-07Trim extraneous spaces from DNsMichael Kozono
2017-10-02Merge branch '33493-attempt-to-link-saml-users-to-ldap-by-email' into 'master'Douwe Maan
2017-10-02Refactors SAML identity creation in gl_user.Tiago Botelho
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-25Creates compound query for LDAP email attributes.Tiago Botelho
2017-09-25Attempt to link saml users to ldap by emailTiago Botelho
2017-09-06Profile updates from providersAlexander Keramidas