26 Feb, 2013
1 commit
21 Feb, 2013
1 commit
20 Feb, 2013
4 commits
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
18 Feb, 2013
3 commits
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.
14 Feb, 2013
1 commit
-
When reaching the project limit the API returns an error code 404 on the last possible project. The project itself is created and is available in the database (seems valid). A similar behavior can be observed when reaching the project limit via web client, but in this case the user is notified that the maximum number of projects is reached. The project itself is still created and can be accessed. Tests are added to check the behavior when reaching the project limit or one tries to exceed it via the API.
08 Feb, 2013
1 commit
-
Accessing a repository branch that does not exist returns a 404 error instead of 200 now. Added a test.
01 Feb, 2013
2 commits
31 Jan, 2013
4 commits
-
Added methods to protect and unprotect branches in from the API
-
… bladealslayer-extend_user_api Conflicts: spec/requests/api/users_spec.rb
18 Jan, 2013
1 commit
04 Jan, 2013
1 commit
02 Jan, 2013
2 commits
23 Dec, 2012
1 commit
20 Dec, 2012
1 commit
18 Dec, 2012
1 commit
-
Also added tests.
01 Dec, 2012
1 commit
29 Nov, 2012
4 commits
23 Nov, 2012
2 commits
13 Nov, 2012
1 commit
07 Nov, 2012
1 commit
-
API fixes
27 Oct, 2012
1 commit
-
Conflicts: app/views/issues/_form.html.haml
25 Oct, 2012
2 commits
19 Oct, 2012
3 commits