30 Aug, 2013
1 commit
29 Aug, 2013
13 commits
-
…name because Namespace#name validates by uniq
-
Standardize recently added commit diff api url
-
Fixed up wording on the new SSH key page.
-
update gitlab:check to look for update hook, not post-receive
28 Aug, 2013
2 commits
27 Aug, 2013
22 commits
-
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line with existing api urls (e.g. "/projects/:id", etc.) Fix 500 error resulting from a diff api call with an invalid commit hash Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for backwards compatibility. Add ability to get a single commit via "/commits/:sha"
-
Show permissions for all project. Add ability to remove user from group if not an owner Remove unnecessary admin controller
-
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner
-
When block user - remove it from joined groups Dont remove user from own resources (groups, users)
-
Fix project_id field in MergeRequest API
26 Aug, 2013
2 commits