summaryrefslogtreecommitdiff
path: root/lib/gitlab/backend
Commit message (Expand)AuthorAgeFilesLines
* Move repository when project is removedDmitriy Zaporozhets2015-06-031-4/+10
* Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-222-32/+0
* Warn when gitlab-shell version doesn't match requirement.shell-version-warningDouwe Maan2015-04-061-1/+1
* 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-242-14/+62
|/
* 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: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+0
* 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
* Factor GITLAB_SHELL_VERSION get methodCiro Santilli2014-11-051-0/+7
* Don't output to stdout from lib non-interactive methodsCiro Santilli2014-11-051-13/+24
* Factor lib backend gitlab shell pathCiro Santilli2014-10-311-12/+20
* Improve grack auth hooks comment.Ciro Santilli2014-10-211-1/+1
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-2/+7
* Increase import timeout from 2 to 4 minutesDmitriy Zaporozhets2014-08-111-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-202-32/+17
* push via http now served via /allowed APIDmitriy Zaporozhets2014-03-201-42/+5
* Use batch_add_keys in `rake gitlab:shell:setup`Jacob Vosmaer2014-03-141-0/+16
* Merge pull request #5760 from dermoth/masterDmitriy Zaporozhets2014-01-071-0/+3
|\
| * Fix HTTP push to public reposThomas Guyot-Sionnest2013-12-161-0/+3
* | Fix project lookup for git over http + rails4Dmitriy Zaporozhets2013-12-101-1/+1
* | Add gitlab-shell#path option in configDmitriy Zaporozhets2013-12-091-14/+18
|/
* 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
* Add more info to admin dashboardDmitriy Zaporozhets2013-11-201-0/+9
* Parse all refs when do push via HTTP and check permissions for all of themDmitriy Zaporozhets2013-11-201-10/+14
* Revert "Escape strings"Dmitriy Zaporozhets2013-11-011-14/+12
* Revert "Best to escape strings not split them"Dmitriy Zaporozhets2013-11-011-14/+14
* Best to escape strings not split themNigel Kukard2013-10-311-14/+14
* Escape stringsNigel Kukard2013-10-291-12/+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
* Move ldap auth to LDAP::User. Removed unused codeDmitriy Zaporozhets2013-09-021-24/+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
* Fix typosJohannes Schleifenbaum2013-07-292-2/+2
* Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys s...Dmitriy Zaporozhets2013-07-181-0/+9
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-0/+25
* Add create_branch, rm_branch methods to Gitlab::Shell classDmitriy Zaporozhets2013-07-161-0/+25
* Add LDAP support to /api/sessionDmitriy Zaporozhets2013-07-161-13/+2