An error occurred fetching the project authors.
- 03 Nov, 2015 3 commits
-
-
Kamil Trzcinski authored
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Nov, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
-
Kamil Trzcinski authored
-
- 30 Oct, 2015 1 commit
-
-
Yorick Peterse authored
-
- 29 Oct, 2015 4 commits
-
-
Douwe Maan authored
-
Ben Ford authored
Simply type a name with a `/` directory separator and new directories will be created. This does not do the fancy UI work that github.com does, but it will get the job done. I could not find tests for file creation, so I didn't add a test for this slight behaviour modification. I did test directory traversals though, using both absolute paths like `/tmp/foo.txt` and relative paths like `../../foo.txt`. Neither case escaped the repository, though attempting to traverse with a relative path resulted in a 500 error that did not affect application stability upon reload.
-
Michael Chmielewski authored
-
Jonathan Schoeffling authored
Include the log messages of recent commits in project-level search results, providing functionality similar to 'git log --grep'. Update repository model rspec tests to validate the output of Repository#commits_with_log_matching.
-
- 28 Oct, 2015 3 commits
-
-
Stan Hu authored
Closes #3138
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Oct, 2015 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Kamil Trzcinski authored
The previous code relied on having on ref stored in commit, however the ref was moved to the build.
-
Kamil Trzcinski authored
-
kazubu authored
-
- 23 Oct, 2015 3 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>
-
Kamil Trzcinski authored
-
- 22 Oct, 2015 7 commits
-
-
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
-
Valery Sizov authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Robert Speicher authored
[ci skip]
-
Kamil Trzcinski authored
-
Douwe Maan authored
-
- 21 Oct, 2015 6 commits
-
-
Stan Hu authored
Closes #3094
-
Artem V. Navrotskiy authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9753
-
Job van der Voort authored
The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition.
-
- 20 Oct, 2015 5 commits
-
-
Jacob Vosmaer authored
-
Stan Hu authored
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
-
Yorick Peterse authored
If a node is ignored there's no need for searching for a given pattern. In turn, when searching for the pattern there's no need to construct a MatchData object as we only care about presence (or lack thereof), not the resulting matches. In terms of performance this cuts down about 200 ms when loading issue #2164 locally, though this varies a bit depending on system load.
-
Maurice Mohlek authored
-
Maurice Mohlek authored
-
- 19 Oct, 2015 1 commit
-
-
Stan Hu authored
By default, all the current user's repositories are accessible via the /users endpoint. There's no need to traverse all the organization repositories as well. See: * http://www.rubydoc.info/github/pengwynn/octokit/Octokit/Client/Repositories#repositories-instance_method * https://developer.github.com/v3/repos/#list-your-repositories Closes #2523
-