27 Sep, 2012
3 commits
-
Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb
26 Sep, 2012
27 commits
-
Simplifies the actions in RepositoriesController
-
Create just redirects to our specially-formatted #show action
-
Because of the way ExtractPaths works, `params[:format]` wouldn't necessarily be available at the time this filter was running, and so it would erroneously redirect to `new_user_session_path`
-
Takes tree-ish + path as ID
-
Update docs a bit
-
Commits#show (plural) is going to be for showing commit history on a specific path.
-
Protect users projects_limit from mass assignment.
25 Sep, 2012
1 commit
21 Sep, 2012
1 commit
16 Sep, 2012
6 commits
-
Uses TeamMembers#index instead, to be more RESTful
-
We were already calling `authorize_admin_issue!` in a before filter with the same permission checks, so this deleted check wasn't actually doing anything.
-
Handles stuff that's shared across admin controllers.
14 Sep, 2012
2 commits