01 Oct, 2013
6 commits
30 Sep, 2013
4 commits
-
Add check if the signup setting is enabled. fixes #4832
27 Sep, 2013
1 commit
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