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 (Collapse)Author
2017-10-02Refactors SAML identity creation in gl_user.Tiago Botelho
2017-09-25Attempt to link saml users to ldap by emailTiago Botelho
2017-09-06Profile updates from providersAlexander Keramidas
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
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 ↵Patricio Cano
existing SAML user.
2016-04-12Better control flow and added guard clause.Patricio Cano
2016-04-08Add missing proper nil and error handling to SAML login process.Patricio Cano
2016-04-07Implemented suggested fixesPatricio Cano
2016-04-07Added CHANGELOG itemPatricio Cano
2016-04-07Fix error that was causing only one group to be returned and corrected specs ↵Patricio Cano
to use the proper attribute type
2016-04-06Changed config syntax and improved how chaanges in group memberships are ↵Patricio Cano
handled when external groups is set up
2016-04-05Prepare SAML for group retrievalPatricio Cano
2016-02-19Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-02-19Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan
This reverts commit c04e22fba8d130a58f498ff48127712d7dae17ee, reversing changes made to 0feab326d52222dc0ab5bd0a6b15dab297f44aa9.
2016-02-18Decouple SAML authentication from the default Omniauth logicPatricio Cano