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
2015-02-08When add new social account - redirect to accounts page and show notice messageDmitriy Zaporozhets
2015-01-12ForbiddenAction constant fixValery Sizov
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-12-04Multi-provider auth. LDAP is not reworkedValery Sizov
2014-10-17Refactor error message a bitDmitriy Zaporozhets
2014-10-16Add regressiontest to verify allow_single_sign_on settingJan-Willem van der Meer
2014-10-16Disallow new users from Oauth signup if `allow_single_sign_on` is disabledJan-Willem van der Meer
2014-10-14Move dynamic omniauth declarations to initializerJan-Willem van der Meer
2014-10-13Add refactoring for multiple LDAP server supportJan-Willem van der Meer
2014-08-06Move LDAP timeout code to Gitlab::LDAP::AccessJacob Vosmaer
2014-06-24Use an error page when oauth fails.Marin Jankovski
2014-06-24Return better error when account exists when attempting oauth account create.Marin Jankovski
2014-06-13Check LDAP user filter during sign-inJacob Vosmaer
2013-09-04Use new OAuth classesDmitriy Zaporozhets
2013-09-03Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets
2012-12-20Update uses of Gitolite.config.foo settingsRiyad Preukschas
2012-09-12Cleanup after omniauthDmitriy Zaporozhets
2012-08-31save newly created users directly in the modelFlorian Unglaub
2012-08-31Allow single-sign-on with OmniauthFlorian Unglaub
2012-08-24Merge issue fixedFlorian Unglaub
2012-08-24Merge branch 'master' of git://github.com/gitlabhq/gitlabhqFlorian Unglaub
2012-08-21Merge branch 'better_ldap' of https://github.com/jirutka/gitlabhq into jirutk...randx
2012-08-17Omniauth SupportFlorian Unglaub
2012-07-29Change identification of users with extern auth provider (LDAP)Jakub Jirutka
2012-07-21Handle LDAP missing credentials error with a flash message.Pat Thoyts
2012-07-17Improve handling of misconfigured LDAP accounts.Pat Thoyts
2012-02-17Use the omniauth-ldap info object instead of the raw ldap info in extra.Steve Prentice
2012-01-28LDAP donevsizov