26 Sep, 2013
8 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
11 commits
-
Conflicts: lib/tasks/gitlab/check.rake
-
Added search for projects by name to api
-
* 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
10 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
-
GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb
22 Sep, 2013
4 commits
-
Prevent empty public projects from throwing exceptions
-
Make users theme configurable
-
GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb
21 Sep, 2013
2 commits
20 Sep, 2013
1 commit
-
GITLAB-1279 (GITLAB-1264) Change-Id: Ifb5b4313bc91fae720f8ef5c36152c45e9d38934
17 Sep, 2013
3 commits
-
Drop support of root namespace in model