- 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 2 commits
-
-
Dmitriy Zaporozhets authored
-
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 3 commits
-
-
Dmitriy Zaporozhets authored
This reverts commit 533f4cdf.
-
Valery Sizov authored
Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb
-
Ciro Santilli authored
Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
-
- 06 Nov, 2014 2 commits
-
-
Valery Sizov authored
This reverts commit b33d4bc2.
-
Valery Sizov authored
This reverts commit 0b1084a4.
-
- 05 Nov, 2014 2 commits
-
-
Ciro Santilli authored
-
Ciro Santilli authored
It pollutes the test output too much.
-
- 31 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 21 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 03 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 04 Sep, 2014 1 commit
-
-
Sean Edge authored
Added annotated tags. Updated tag haml file and call to gitlab-shell. Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
-
- 11 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 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>
-
- 14 Mar, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 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.
-
- 10 Dec, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Dec, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Before this commit gitlab-shell but me placed directly in home dir. Ex: /home/git/gitlab-shell After this change you can place gitlab-shell in custom location. Ex: /Users/developer/gitlab/gitlab-shell Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 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 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>
-
- 01 Nov, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
This reverts commit ce75f46b.
-
Dmitriy Zaporozhets authored
This reverts commit aca7f56f.
-
- 31 Oct, 2013 1 commit
-
-
Nigel Kukard authored
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-
- 29 Oct, 2013 1 commit
-
-
Nigel Kukard authored
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-
- 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
-