gitlab-org--gitlab-foss/app/controllers/concerns
Rémy Coutable 719e0dc39e Merge branch 'rails5-fix-46276' into 'master'
Rails5 fix format in uploads actions

Closes #46276

See merge request gitlab-org/gitlab-ce!19907
2018-06-19 08:36:57 +00:00
..
accepts_pending_invitations.rb Resolve "Opening Project with invite but without accepting leads to 404 error page" 2018-05-17 09:19:47 +00:00
authenticates_with_two_factor.rb Refactor OmniauthCallbacksController to remove duplication 2018-04-22 23:50:55 +01:00
boards_responses.rb Bring one group board to CE 2018-03-03 12:56:17 -03:00
checks_collaboration.rb Share collaboration check between view and presenter 2018-04-11 10:51:15 +02:00
continue_params.rb Reuses `InternalRedirect` when possible 2018-05-04 13:54:43 +02:00
controller_with_cross_project_access_check.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
creates_commit.rb Allow maintainers to edit directly in a fork 2018-03-07 16:55:34 +01:00
cycle_analytics_params.rb Allow simple ivar ||= form. Update accordingly 2017-09-19 01:29:32 +08:00
diff_for_path.rb Clean up diff rendering 2017-05-23 15:37:05 -05:00
enforces_two_factor_authentication.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
group_tree.rb [Rails5] Rename `sort` methods to `sort_by_attribute` 2018-04-04 09:19:47 +00:00
hooks_execution.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
internal_redirect.rb Backport InternalRedirect#sanitize_redirect 2018-06-14 09:02:32 +10:00
issuable_actions.rb Backport of 5942-extract-ee-specific-files 2018-06-01 09:24:19 -07:00
issuable_collections.rb Force Postgres to avoid trigram indexes when in a group 2018-06-07 10:23:09 +01:00
issues_action.rb Render calendar feed inline when accessed from GitLab 2018-06-18 10:53:52 +02:00
issues_calendar.rb Render calendar feed inline when accessed from GitLab 2018-06-18 10:53:52 +02:00
lfs_request.rb Backport of LFS File Locking API 2018-02-07 09:04:00 -05:00
members_presentation.rb Present member collection at the controller level 2017-12-12 18:14:58 +01:00
membership_actions.rb Improve Member services 2018-02-27 16:02:22 +01:00
merge_requests_action.rb Refactor IssuableFinder to extract model-specific logic 2018-02-21 10:31:29 +00:00
milestone_actions.rb Fix a few layout error 2017-11-22 23:30:51 +08:00
notes_actions.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
oauth_applications.rb Allow simple ivar ||= form. Update accordingly 2017-09-19 01:29:32 +08:00
params_backward_compatibility.rb
preview_markdown.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-11-30 15:20:00 +08:00
renders_blob.rb Clean up some backend 2017-08-03 14:29:35 +02:00
renders_commits.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
renders_member_access.rb Resolve "Display member role per project" 2017-12-07 09:11:41 +00:00
renders_notes.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
repository_settings_redirect.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
requires_whitelisted_monitoring_client.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
routable_actions.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
send_file_upload.rb Fix cross-origin errors when attempting to download JavaScript attachments 2018-05-13 21:49:51 -07:00
service_params.rb Manual Configuration instead of Activation. Prometheus Service just got a bit weirder 2018-01-02 22:40:03 +01:00
snippets_actions.rb embedded snippets support 2018-02-28 18:48:26 +05:30
spammable_actions.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-12-15 17:14:26 +08:00
toggle_award_emoji.rb
toggle_subscription_action.rb Use StrongMemoize and enable/disable cops properly 2017-11-18 01:01:53 +08:00
uploads_actions.rb Rails5 fix format in uploads actions 2018-06-18 18:21:40 +02:00
with_performance_bar.rb In development, allow the toggling of the performance bar 2018-01-17 13:56:05 +01:00
workhorse_request.rb