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
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
26 Aug, 2013
2 commits
25 Aug, 2013
1 commit
-
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
24 Aug, 2013
1 commit
21 Aug, 2013
5 commits
-
Render not found when failing to look for commit
19 Aug, 2013
1 commit
15 Aug, 2013
1 commit
10 Aug, 2013
1 commit
08 Aug, 2013
2 commits
-
Conflicts: app/contexts/filter_context.rb app/contexts/search_context.rb app/models/merge_request.rb app/models/note.rb app/views/shared/_merge_requests.html.haml spec/controllers/commit_controller_spec.rb spec/services/notification_service_spec.rb