summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored authentication code to make it a bit clearer, added test for wrong...lfs-support-for-sshPatricio Cano2016-09-151-23/+20
* Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-151-26/+27
* Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-1/+1
* Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-18/+17
* Improve string handling.Patricio Cano2016-09-151-2/+2
* Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-9/+10
* Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-2/+2
* Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-5/+7
* Added LFS support to SSHPatricio Cano2016-09-151-1/+12
* Refactor `find_for_git_client` and its related methods.2fa-check-git-httpPatricio Cano2016-08-181-20/+25
* Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano2016-08-171-13/+25
* Moved 2FA check to `auth.rb` and cleaned up the flow `authenticate_user`Patricio Cano2016-08-161-2/+8
* Allow Git over HTTP access using Personal Access TokensPatricio Cano2016-08-161-0/+9
* Improve Gitlab::Auth method namesJacob Vosmaer2016-06-101-3/+3
* Fix testsJacob Vosmaer2016-06-061-21/+21
* Use public_sendJacob Vosmaer2016-06-031-2/+1
* Refactor Gitlab::Auth rate limitingJacob Vosmaer2016-06-031-25/+11
* Changes after more review from RémyJacob Vosmaer2016-06-031-13/+13
* Rename finder to find_in_gitlab_or_ldapJacob Vosmaer2016-06-021-2/+2
* Remove parallel assignmentJacob Vosmaer2016-05-031-1/+2
* Make CI/Oauth/rate limiting reusableJacob Vosmaer2016-04-291-12/+95
* Session API: Use case-insensitive authentication like in UIAndrey Krivko2014-10-301-1/+1
* Remove unused methodsJan-Willem van der Meer2014-10-141-8/+0
* Refactor lib files for multiple LDAP groupsJan-Willem van der Meer2014-10-131-2/+4
* Remove deprecated findersskv2014-01-191-1/+1
* Remove code that was accidently added in 5dae40f579f66fdc060de633b183ede7bd8b...Dmitriy Zaporozhets2013-09-141-66/+0
* Update to only provide one way to get a default userIzaak Alpert2013-09-111-0/+66
* Refactor Gitlab::AuthDmitriy Zaporozhets2013-09-041-54/+1
* Move ldap auth to LDAP::User. Removed unused codeDmitriy Zaporozhets2013-09-021-15/+4
* Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets2013-09-021-17/+0
* Add LDAP support to /api/sessionDmitriy Zaporozhets2013-07-161-0/+13
* Merge branch 'add-defaults-create-group-team' of https://github.com/dmedvinsk...Dmitriy Zaporozhets2013-05-271-2/+1
|\
| * Add settings for user permission defaultsDmitry Medvinsky2013-05-161-2/+1
* | Fix ldap auth for http pushDmitriy Zaporozhets2013-05-241-0/+19
|/
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-2/+2
* User's blocked field refactored to use state machineAndrew8xx82013-03-041-2/+4
* Merge pull request #1586 from Bregor/ber_to_stringDmitriy Zaporozhets2013-01-161-2/+3
|\
| * Auth: Net::BER::BerIdentifiedStrings to StringsMaxim Filatov2012-09-281-2/+3
* | Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-1/+1
* | Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-0/+1
* | enable Oauth login for existing regular usersGodric2012-10-201-0/+4
|/
* fix mass assignment error in create_from_omniauth after a6a229aNihad Abbasov2012-09-261-2/+2
* Be more resilient in the case of missing omniauth settingsRobert Speicher2012-09-121-3/+3
* Refactorn oauth & ldapDmitriy Zaporozhets2012-09-121-0/+66