An error occurred fetching the project authors.
- 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.
-
- 27 Nov, 2013 1 commit
-
-
Jason Hollingsworth authored
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
-
- 22 Nov, 2013 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 Nov, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Oct, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
If you enable GitLab CI for project you will be able to clone project source code with next command: git clone http://gitlab-ci-token:XXXXXXXXXXXX@host:project.git Requires for GitLab CI 4.0
-
- 02 Sep, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 26 Aug, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
When that branch contain a '/' in the branch name. Fix for git over HTTP
-
- 15 Aug, 2013 1 commit
-
-
amouhzi authored
Ref: https://github.com/gitlabhq/gitlabhq/commit/e6159b8725f99af78f446f8d33fa0e52b7780430 Ref: https://github.com/gitlabhq/gitlabhq/pull/3204 Ref: https://github.com/gitlabhq/gitlabhq/issues/1228 Add Rails' variable in application.rb to support relative url This variable is used by assets compilation and other modules. Note that user needs to change application.rb too Restrict session cookie to the relative path if set. Ref: https://github.com/gitlabhq/gitlabhq/commit/2c2f1e31856a4decdae469974f5bea8245316f7e Fix Update attachment_uploader.rb bug with relative URL See: https://github.com/gitlabhq/gitlabhq/commit/161afda3fa4fca58f396e9c3acbd72bc14490ace Fix Wall relative bug with attachement files (javascript)
-
- 16 Jul, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 24 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 May, 2013 1 commit
-
-
tsl0922 authored
-