12 Feb, 2013
2 commits
-
API: Fixes return code when accessing non existent branch (#2922)
-
…nz/gitlabhq into hiroponz-easy-to-find-commit-on-network-graph
11 Feb, 2013
4 commits
09 Feb, 2013
4 commits
-
Instead of using funtion `error!` the function `not_found!` is used to return 404 error. Adjusted documentation accordingly.
08 Feb, 2013
1 commit
-
Accessing a repository branch that does not exist returns a 404 error instead of 200 now. Added a test.
07 Feb, 2013
3 commits
06 Feb, 2013
1 commit
-
Add groups api
05 Feb, 2013
10 commits
-
Author date is not updated, if the commits is rebased. So the network graph having many rebased commit turns round and round, that it is very difficult to undarstand history.
04 Feb, 2013
4 commits
03 Feb, 2013
1 commit
01 Feb, 2013
5 commits
-
Don't setuid the repositories on installation
31 Jan, 2013
5 commits
-
Added methods to protect and unprotect branches in from the API
-
… bladealslayer-extend_user_api Conflicts: spec/requests/api/users_spec.rb
-
Fix bug of network graph(#2847) and trivial code clean up.