An error occurred fetching the project authors.
- 20 Jul, 2015 3 commits
-
-
Ben Boeckel authored
-
Daniel Gerhardt authored
Unauthenticated users had access to disabled features of public projects. The code has been slightly refactored so that feature checks are done in a separate method and can also be applied for public access.
-
Stan Hu authored
Recalculating graph_log took minutes on a large repository since each of the 6000 commits would need to calculate the diff. Since graph_log does not appear to be used, remove it from the list of things to update. For the Linux kernel repository, this reduced the ProjectCacheWorker time from 8+ minutes to 16 seconds. Closes #2016
-
- 19 Jul, 2015 1 commit
-
-
Daniel Gerhardt authored
The label page was added to navigation for unauthorized users because the previously used milestone read permission was still checked. This has been fixed and read access to labels is now granted (again) for public projects. This regression has been introduced in 07efb17e (7.12). See also 9bcd3639. Refs !836, !842.
-
- 18 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #1612
-
- 17 Jul, 2015 4 commits
-
-
Stan Hu authored
Closes #1967
-
Daniel Gerhardt authored
This fixes the file upload dialog which currently works for new comments but not for comment editing. The cause for this is a missing DOM class which causes traversal to the dropzone to fail. This is fixed by adding the expected `gfm-form` class to the edit form. It has to be added dynamically since adding it to the form template would break the form's layout and comment saving.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/1504
-
- 15 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
This should help prevent endless Redis growth.
-
- 14 Jul, 2015 1 commit
-
-
Sytse Sijbrandij authored
-
- 13 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9449
-
- 12 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Jul, 2015 4 commits
-
-
Douwe Maan authored
-
Nikita Verkhovin authored
-
Stan Hu authored
-
Stan Hu authored
Closes #1955
-
- 10 Jul, 2015 2 commits
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
We were using hacks to drop tables etc during a Postgres backup restore. With this change, we let pg_dump insert the DROP TABLE statements it needs at the start of the SQL dump.
-
- 06 Jul, 2015 5 commits
-
-
Stan Hu authored
-
Kamil Trzcinski authored
-
Daniel Gerhardt authored
It is now possible to view contributor and commit statistics for refs beyond the default branch. Additionally, conditions in RefsController#switch have been refactored in order that a `case` block is used now.
-
Valery Sizov authored
-
Valery Sizov authored
-
- 05 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139
-
- 03 Jul, 2015 2 commits
-
-
Jacob Vosmaer authored
-
Steve Norman authored
-
- 02 Jul, 2015 5 commits
-
-
Daniel Gerhardt authored
Redirection to the home page URL was broken by changing the target for `root_url` from `DashboardController` to `RootController` in 94d3c143. This regression was introduced in the 7.12.0 release. Fixes #1916.
-
catatsuy authored
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9381
-
Douwe Maan authored
-
Stan Hu authored
Closes #1866
-
- 01 Jul, 2015 5 commits
-
-
Daniel Gerhardt authored
These changes did not make it into the 7.12.0 release. The entry for !794 is already correctly listed for 7.12.1 so it has been removed.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Closes #1839
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 30 Jun, 2015 1 commit
-
-
Jacob Vosmaer authored
-