summaryrefslogtreecommitdiff
path: root/lib/gitlab/backend/grack_auth.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix specsKamil Trzcinski2015-12-111-1/+1
* Add runners tokenKamil Trzcinski2015-12-111-1/+1
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+3
* Add support for git lfs.lfsMarin Jankovski2015-11-161-1/+4
* Switch to gitlab-workhorseJacob Vosmaer2015-10-291-1/+1
* Fix cloning Wiki repositories via HTTPStan Hu2015-10-221-1/+8
* Let gitlab-git-http-server handle archive downloadsJacob Vosmaer2015-10-081-1/+8
* Merge branch 'grack-auth-new-instance' into 'master'Dmitriy Zaporozhets2015-09-021-0/+8
|\
| * Avoid instance variable re-use troubleJacob Vosmaer2015-09-021-0/+8
* | Drone CI serviceKirilll Zaitsev2015-09-021-10/+15
|/
* Replace grack with gitlab-git-http-serverJacob Vosmaer2015-08-311-8/+8
* Fix style pointsGitLab2015-07-281-7/+1
* Send GL_ID to gitlab-git-http-server as JSONGitLab2015-07-281-3/+4
* Handle missing @user during Git HTTP requestsGitLab2015-07-281-1/+10
* Experimental support for gitlab-git-http-serverJacob Vosmaer2015-07-281-1/+6
* Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-221-1/+0
* Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets2015-03-251-1/+1
|\
| * Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-1/+1
* | Reduce Rack Attack false positives by clearing out auth failure count uponStan Hu2015-03-241-14/+31
|/
* Don't leak information about private project existence via Git-over-SSH/HTTP.Douwe Maan2015-03-021-24/+28
* Fix git-over-httpDmitriy Zaporozhets2015-02-231-0/+1
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-4/+4
* an ability to clone project with oauth2 tokenValery Sizov2015-01-281-1/+13
* White-list requests from 127.0.0.1Jacob Vosmaer2015-01-061-4/+9
* Add more comments explaining how we block IPsJacob Vosmaer2014-12-181-1/+4
* Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer2014-12-151-2/+12
* Better message for failed pushes because of git hooksValery Sizov2014-11-181-1/+1
* Improve grack auth hooks comment.Ciro Santilli2014-10-211-1/+1
* Fix gitlab-ci integrationDmitriy Zaporozhets2014-03-211-1/+1
* Fix http clone for public projectDmitriy Zaporozhets2014-03-211-24/+36
* Improve grack authDmitriy Zaporozhets2014-03-201-4/+17
* push via http now served via /allowed APIDmitriy Zaporozhets2014-03-201-42/+5
* Fix HTTP push to public reposThomas Guyot-Sionnest2013-12-161-0/+3
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-2/+2
* Improve refs parsing for git over httpDmitriy Zaporozhets2013-11-221-1/+1
* Cleanup parsed refs for git over HTTPDmitriy Zaporozhets2013-11-221-1/+9
* Parse all refs when do push via HTTP and check permissions for all of themDmitriy Zaporozhets2013-11-201-10/+14
* Allow git clone with http for GitLab CI service:Dmitriy Zaporozhets2013-10-241-8/+21
* Remove include of grack_ldapDmitriy Zaporozhets2013-09-021-2/+0
* Fix issue when developers are able to push to protected branchDmitriy Zaporozhets2013-08-261-3/+3
* Fixes grack authentification under relative_url_rootamouhzi2013-08-151-1/+9
* Add LDAP support to /api/sessionDmitriy Zaporozhets2013-07-161-13/+2
* Refactor grack auth module. Add git over http wiki supportDmitriy Zaporozhets2013-06-141-87/+54
* Fix ldap auth for http pushDmitriy Zaporozhets2013-05-241-26/+35
* better fix for encoding errortsl09222013-05-031-3/+1
* fix: UTF-8 encoding errortsl09222013-05-031-0/+2
* fix http push 401tsl09222013-05-031-3/+7
* LDAP authentication in grack - check ldap conf before call / added commentFriedrich Beckmann2013-04-291-2/+6
* LDAP Authentification with grack for https push - fixed password checkFriedrich Beckmann2013-04-271-1/+25
* require missing libDmitriy Zaporozhets2013-02-141-0/+2