An error occurred fetching the project authors.
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 10 Jun, 2016 1 commit
-
-
Jacob Vosmaer authored
Auth.find was a very generic name for a very specific method. Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also looks in Kerberos.
-
- 03 Jun, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 02 Jun, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 02 May, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 29 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 06 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 11 Dec, 2015 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 16 Nov, 2015 1 commit
-
-
Marin Jankovski authored
-
- 29 Oct, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 22 Oct, 2015 1 commit
-
-
Stan Hu authored
Cloning a project Wiki over HTTP would end up cloning the main repository since the .wiki extension was being stripped. Closes #3106
-
- 08 Oct, 2015 1 commit
-
-
Jacob Vosmaer authored
This change relies on changes in gitlab_git and gitlab-git-http-server.
-
- 02 Sep, 2015 2 commits
-
-
Jacob Vosmaer authored
This is the quickest/dumbest/safest way I could think of to prevent the instance variable reuse problems we have on dev.gitlab.org now.
-
Kirilll Zaitsev authored
-
- 31 Aug, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 28 Jul, 2015 4 commits
-
-
GitLab authored
To make Rubocop and Douwe happy
-
GitLab authored
-
GitLab authored
-
Jacob Vosmaer authored
https://gitlab.com/gitlab-org/gitlab-git-http-server This change introduces the GITLAB_GRACK_AUTH_ONLY environment variable. When set, Grack requests to GitLab will only respond with the user's GL_ID (if the request is OK) or an error. This allows gitlab-git-http-server to use the main GitLab application as an authentication and authorization backend. If we like how this works we should drop the GITLAB_GRACK_AUTH_ONLY variable at some point in the future.
-
- 22 May, 2015 1 commit
-
-
Stan Hu authored
-
- 24 Mar, 2015 2 commits
-
-
Douwe Maan authored
-
Stan Hu authored
successful Git over HTTP authentication. Add logging when a ban goes into effect for debugging. Issue #1171
-
- 02 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 23 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 28 Jan, 2015 1 commit
-
-
Valery Sizov authored
-
- 06 Jan, 2015 1 commit
-
-
Jacob Vosmaer authored
On some misconfigured GitLab servers, if you look in production.log it looks like all requests come from 127.0.0.1. To avoid unwanted banning we white-list 127.0.0.1 with this commit.
-
- 18 Dec, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 15 Dec, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Nov, 2014 1 commit
-
-
Valery Sizov authored
Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb
-
- 21 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 21 Mar, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Mar, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Dec, 2013 1 commit
-
-
Thomas Guyot-Sionnest authored
When doing an HTTP push, git (as of v1.7.9) first do an info/refs request, and only if this request requires authentication it asks the user for its password and authenticates further requests. The initial request normally clears without auth on public repos as it doesn't update any ref. This patch forces every git-receive-pack requests to provide authentication.
-