An error occurred fetching the project authors.
- 27 Apr, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jakub Jirutka authored
-
Valery Sizov authored
This reverts commit 548f1828.
-
- 26 Apr, 2015 2 commits
-
-
Dominik Sander authored
When notify is set to true send messages will trigger a notification for all room members. Color changes the background color of the message.
-
Vinnie Okada authored
Add new global application settings for default project and snippet visibility levels.
-
- 25 Apr, 2015 1 commit
-
-
bugagazavr authored
-
- 24 Apr, 2015 8 commits
-
-
Douwe Maan authored
-
rockneverdies55 authored
Version 7.10 is already released so "unreleased" text next to it in the changelog file can be removed.
-
Stan Hu authored
Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit c75c6b84.
-
Douwe Maan authored
-
Guillaume Delbergue authored
Signed-off-by: Guillaume Delbergue <guillaume.delbergue@greensocs.com>
-
- 23 Apr, 2015 3 commits
-
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/7554
-
- 21 Apr, 2015 2 commits
-
-
Chulki Lee authored
-
Douwe Maan authored
-
- 20 Apr, 2015 3 commits
-
-
Stan Hu authored
Multiple event handlers were firing, causing multiple form submissions. Closes #1448 and #1128
-
Douwe Maan authored
-
Ben Bodenmiller authored
* Simplify new repo commands * Include directions for how to add an existing folder that is either already a repo or not yet a repo Replaces #7918.
-
- 18 Apr, 2015 3 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 17 Apr, 2015 6 commits
-
-
Douwe Maan authored
-
Roshan Gautam authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitry Medvinsky authored
We use `focusin` event instead of `click` because when using the latter, when the selection is created it isn't put into X11 PRIMARY selection. And as a Linux user I'm very used to such behaviour that when something gets selected, it's ready for pasting, which is the primary purpose of the clone URL field. When `focusin` is used, the selection is copied to X11 buffer automatically, so it works as expected (tested in Firefox and Chrome).
-
- 16 Apr, 2015 5 commits
-
-
Stan Hu authored
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Hannes Rosenögger authored
-
Vinnie Okada authored
Add a task that checks repository integrity with `git fsck`.
-
- 15 Apr, 2015 3 commits
-
-
Dominik Sander authored
Having a merge request with a comments on a line which is then changed in a later commit prevented new comments from properly showing up in the merge request show page. * `Note#set_diff` do not use stored the diff when creating a new note in merge requests (we can not be sure the diff did not changed since the last comment on that line) * Do not rely just on `outdated?` of the first note when displaying comments of a MR in the discussion tab, but partition the active/outdated notes and display them all * In the inline changes tab just select the active notes, so an outdated note does not prevent an active one from being rendered * Just show active comments in the side-by-side changes tab
-
Douwe Maan authored
-
Ben Bodenmiller authored
fixes #348. related to 64874193.
-