08 Oct, 2012
3 commits
-
This reverts commit 927d0cc2674d21f470a29e7a10577707172f13c6.
-
Do not allow removal of a project owner user.
04 Oct, 2012
1 commit
03 Oct, 2012
3 commits
02 Oct, 2012
3 commits
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.