16 Oct, 2013
1 commit
15 Oct, 2013
2 commits
14 Oct, 2013
1 commit
-
Ex. redirect from localhost/group/project.git to localhost/group/project It used to prevent 404 error when follow submodule http link like http://localhost/group/project.git
09 Oct, 2013
4 commits
07 Oct, 2013
1 commit
-
Sort active milestones by due date (upcoming first)
01 Oct, 2013
4 commits
26 Sep, 2013
5 commits
-
Conflicts: app/controllers/projects/merge_requests_controller.rb
-
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
25 Sep, 2013
1 commit
-
* Hooks and team pages allowed only for masters/owners * Group page allowed for admin * Corrent authentication for Projects controller * Hide some project elements from visitor
24 Sep, 2013
5 commits
-
* Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
23 Sep, 2013
1 commit
20 Sep, 2013
1 commit
-
GITLAB-1279 (GITLAB-1264) Change-Id: Ifb5b4313bc91fae720f8ef5c36152c45e9d38934
17 Sep, 2013
1 commit
16 Sep, 2013
1 commit
11 Sep, 2013
2 commits
-
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
07 Sep, 2013
1 commit
-
Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account. A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server resource usage with huge commits. Related to #1745, #2259 In addition, handle large commits for MergeRequests and Compare controllers. Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.
04 Sep, 2013
3 commits
03 Sep, 2013
1 commit
02 Sep, 2013
1 commit
29 Aug, 2013
1 commit
27 Aug, 2013
3 commits
-
Show permissions for all project. Add ability to remove user from group if not an owner Remove unnecessary admin controller
-
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner