gitlab-org--gitlab-foss/app/controllers
Johannes Schleifenbaum cc505f550d Check if a file is editied "on" a branch or a commit.
The previous behavior was a "disabled" link, which was still clickable
and linked to the edit file action.

If the 	user accesses a path like "/edit/master/README" show the file
edit form (just like before).

If the user accesses a path like
"/edit/8d5c1f375ce99e5df84e26b0eafbf1448c6a001e/README", redirect the
user to the file detail page with a note, that he cannot edit a file
"on" a commit.

fixes #5482
2013-10-30 11:34:26 +01:00
..
admin Fix for issue #5431 2013-10-24 19:27:23 +02:00
profiles Fix spinach profile tests 2013-10-09 17:01:04 +03:00
projects Check if a file is editied "on" a branch or a commit. 2013-10-30 11:34:26 +01:00
public Point to project page from public area 2013-09-24 16:00:21 +03:00
application_controller.rb Fixing unsafe use of Thread.current variable :current_user 2013-10-16 01:20:53 -04:00
dashboard_controller.rb Explain on dashboard that limit amount of projects displayed 2013-09-26 19:46:31 +03:00
errors_controller.rb No gitolite in project any more 2013-02-11 19:16:59 +02:00
files_controller.rb Files controller handle redirect to remote storage. Added config block to carrierwave init 2013-05-15 22:35:59 +03:00
groups_controller.rb Group ownership completely based on users_groups relation now 2013-09-26 14:49:22 +03:00
help_controller.rb Show shotcut dialog on ? 2013-06-30 22:10:52 +03:00
omniauth_callbacks_controller.rb Use new OAuth classes 2013-09-04 00:06:29 +03:00
profiles_controller.rb Restyle Profile#Account page 2013-10-09 16:43:24 +03:00
projects_controller.rb Modify permissions for project and group 2013-09-25 14:05:35 +03:00
registrations_controller.rb Fix user remove tests. Remove user even if he has projects 2013-09-04 16:20:40 +03:00
search_controller.rb Fix paginate of blobs, fixed preserve in dev mode for blob results 2013-05-14 20:25:16 +03:00
snippets_controller.rb Use navless layout for snippets page 2013-06-18 17:43:49 +03:00
users_controller.rb Remove form for adding user to several projects from admin area. 2013-06-22 13:41:08 +03:00
users_groups_controller.rb Group owner or admin can remove other group owners 2013-09-26 10:28:43 +03:00