08 Oct, 2013
1 commit
07 Oct, 2013
3 commits
-
Because notes scope was not limited by project in MergeRequest#mr_and_commit_notes it causes comments from project A appears in discussions for MR in project B.
-
Sort active milestones by due date (upcoming first)
04 Oct, 2013
1 commit
-
Added Flowdock integration support via a service.
03 Oct, 2013
2 commits
-
Make sure the flowdock-git-hook is loaded. Seems it is not autoloader, due to the gem/lib name mismatch.
01 Oct, 2013
6 commits
30 Sep, 2013
4 commits
-
Add check if the signup setting is enabled. fixes #4832
29 Sep, 2013
1 commit
-
Added test for the FlowdockService.
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
2 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