28 Feb, 2013
5 commits
27 Feb, 2013
1 commit
26 Feb, 2013
4 commits
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
25 Feb, 2013
3 commits
-
System hooks code & logic refactoring
21 Feb, 2013
9 commits
20 Feb, 2013
6 commits
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
19 Feb, 2013
1 commit
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
18 Feb, 2013
9 commits
17 Feb, 2013
1 commit
16 Feb, 2013
1 commit
-
When a user is not authorized to see the list of hooks for a project, he is still able to access the hooks separately. For example if access to `GET /projects/:id/hooks` fails and returns a `403 Unauthorized` error it is still possible to access a hook directly via `GET /projects/:id/hooks/:hook_id`. Fixes access, also added tests to check access and status codes of hooks.