gitlab-org--gitlab-foss/app/controllers
Boyan Tabakov 01ff084a4d Improved large commit handling.
Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account.

A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server
resource usage with huge commits.

Related to #1745, #2259

In addition, handle large commits for MergeRequests and Compare controllers.

Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.
2013-09-07 14:44:03 +03:00
..
admin Improve admin user show page 2013-08-27 21:39:34 +03:00
profiles Show correct group membership in profile 2013-08-06 18:03:13 +03:00
projects Improved large commit handling. 2013-09-07 14:44:03 +03:00
public Fix hardcoded condition and unassigned vars 2013-07-29 16:51:04 +03:00
application_controller.rb Add event filter for group and project show pages 2013-08-26 16:30:03 +03:00
dashboard_controller.rb List groups on Dashboard#projects page 2013-08-29 21:45:19 +03:00
errors_controller.rb
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 Add event filter for group and project show pages 2013-08-26 16:30:03 +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 Sanitize user attrs on model level 2013-07-10 13:48:03 +03:00
projects_controller.rb Add event filter for group and project show pages 2013-08-26 16:30:03 +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 Ability to edit group member permissions 2013-08-06 18:45:45 +03:00