summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-1/+1
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
* Make oauth provider login genericHoratiu Eugen Vlad2018-03-055-8/+58
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-2815-0/+1542
* Allow token authentication on go-get requestDouwe Maan2018-02-231-0/+8
* Fixing request json mime typeFrancisco Javier López2018-01-151-3/+1
* Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+36
* Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limitsFrancisco Lopez2017-11-172-9/+9
* Changes after rebaseFrancisco Lopez2017-11-171-3/+5
* Removing OffenderFrancisco Lopez2017-11-171-1/+0
* Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-172-19/+20
* Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-171-7/+25
* Leaving atom? query to fix testsFrancisco Lopez2017-11-171-1/+1
* Change the rss url guard clauseFrancisco Lopez2017-11-171-1/+1
* Added some more commentsFrancisco Lopez2017-11-172-7/+5
* Removed method handle_return_valueFrancisco Lopez2017-11-171-13/+8
* Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez2017-11-172-10/+11
* Applied some code review commentsFrancisco Lopez2017-11-172-25/+28
* Removing private tokenFrancisco Lopez2017-11-171-1/+15
* Some fixes after rebaseFrancisco Lopez2017-11-172-48/+34
* Updated refactor and pushing to see if test failsFrancisco Lopez2017-11-171-16/+18
* First refactorFrancisco Lopez2017-11-172-43/+96
* Refactor with ActionDispatch::RequestMichael Kozono2017-11-171-13/+11
* Fix OAuth API and RSS rate limitingMichael Kozono2017-11-171-0/+64
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-6/+6
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-0/+4
* Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki2017-03-061-1/+2
* align schema.rb with upstream and fix rubocop warning about not freezing muta...Pawel Chojnacki2017-03-061-1/+1
* Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-062-31/+20
* Cleanup common code in Unique Ips testsPawel Chojnacki2017-03-061-1/+1
* Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-1/+1
* Cleanup formattingPawel Chojnacki2017-03-061-1/+1
* Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+70
* Introduce has_access_to? so that we could reuse itLin Jen-Shin2016-11-161-2/+1
* Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski2016-09-201-4/+8
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+4
* Solve code review commentsKamil Trzcinski2016-09-191-1/+1
* Properly support Gitlab::Auth::ResultKamil Trzcinski2016-09-191-1/+1
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-4/+0
* Move Gitlab::Auth.Result to separate fileKamil Trzcinski2016-09-191-0/+17
* Fix testsJacob Vosmaer2016-06-061-0/+0
* Argh mixed up all the negativesJacob Vosmaer2016-06-031-2/+2
* Refactor Gitlab::Auth rate limitingJacob Vosmaer2016-06-031-0/+42