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-06-16Fix nil formats testJan Provaznik
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-24Add username to terms message in git and API callsBob Van Landuyt
2018-05-18Minimize CE/EE difference in Gitlab::Auth::LDAP::UserRémy Coutable
2018-05-18Minimize CE/EE difference in Gitlab::Auth::LDAP::ConfigRémy Coutable
2018-05-18Minimize CE/EE difference in Gitlab::Auth::LDAP::AccessRémy Coutable
2018-05-13Fix system hook not firing for blocked users when LDAP sign-in is usedStan Hu
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
2018-04-23Auth::User classes refactor adds should_save?James Edwards-Jones
2018-04-23Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones
2018-04-23Show error on failed OAuth account linkJames Edwards-Jones
2018-04-23Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones
2018-04-04Add better LDAP connection handlingFrancisco Javier López
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-01-15Fixing request json mime typeFrancisco Javier López
2018-01-15Log and send a system hook if a blocked user fails to loginStan Hu
2017-11-17Renaming AuthenticationException to AuthenticationErrorFrancisco Lopez
2017-11-17Moved Exceptions to Gitlab::AuthFrancisco Lopez
2017-11-17Moving exceptions to UserAuthFindersFrancisco Lopez
2017-11-17Added some more commentsFrancisco Lopez
2017-11-17Added UserAuthFinders specFrancisco Lopez
2017-11-17Added RequestAuthenticator specFrancisco Lopez
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-03-06Make Warden set_user hook validate user ip uniqunessPawel Chojnacki
2017-03-06Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki
2017-03-06Cleanup common code in Unique Ips testsPawel Chojnacki
2017-03-06Test various login scenarios if the limit gets enforcedPawel Chojnacki
2017-03-06Cleanup formattingPawel Chojnacki
2017-03-06Allow limiting logging in users from too many different IPs.Pawel Chojnacki