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-04-25Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabledDouwe Maan
2017-04-13Implement Users::BuildServicegeoandri
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Fix OAuth/SAML user blocking behaviorDouwe Maan
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2016-11-30Improve the `Gitlab::OAuth::User` error messageDrew Blessing
2016-11-11Omniauth auto link LDAP user falls back to find by DN when user cannot be fou...Drew Blessing
2016-07-02Merge branch 'master' into dev-masterTomasz Maczukin
2016-06-29Fixed privilege escalation issue where manually set external users would be r...Patricio Cano
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-06-23Fix subsequent SAML sign insDrew Blessing
2016-06-09Syntax fixes and better logging around the `ldap_person` method.Patricio Cano
2016-06-07Moved `find_or_create_ldap_user` method to parent class and added logging.Patricio Cano
2016-06-07Adjust the SAML control flow to allow LDAP identities to be added to an exist...Patricio Cano
2016-04-12Better control flow.Patricio Cano
2016-04-11Allow `external_providers` for Omniauth to be defined to mark these users as ...Patricio Cano
2016-02-19Make new `allow_single_sign_on` feature backwards compatiblePatricio Cano
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-15Fix signup for some OAuth providersSteffen Köhler
2015-12-22Fix identity and user retrieval when special characters are usedPatricio Cano
2015-12-15add CAS authentication supporttduehr
2015-12-11AuthHash should not parameterize email userCorey Hinshaw
2015-11-03Use proper labels for OAuth providersDouwe Maan
2015-09-09Shuffle config around a bitDouwe Maan
2015-09-08Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan
2015-08-18Fix infinite loop when SAML was incorrectly configured.Douwe Maan
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-06-22Make provider a select for identities form in admin areaDmitriy Zaporozhets
2015-06-17Fix behavior of ldap_person method in Gitlab::OAuth::UserAlex Lossent
2015-06-05Tweak code.Douwe Maan
2015-06-03Add option to automatically link omniauth and LDAP identitiesAlex Lossent
2015-05-13Improve OAuth signup error message.Douwe Maan
2015-05-03add common method to force utf8 and force oauth properties to be utf8Onur Küçük
2015-04-09Move lib/gitlab/oauth to lib/gitlab/o_authRobert Speicher