Retrospring/app/controllers
Karina Kwiatek 4dc5a65f74
Merge pull request #1014 from Retrospring/fix/inbox-services-query
Move fetching of services to controller to avoid n+1 queries
2023-01-29 23:07:46 +01:00
..
admin admin/dashboard: add basic sidekiq stats and warn if sidekiq is not running 2022-12-24 22:44:42 +00:00
ajax Don't require an endpoint for unsubscribe 2023-01-04 16:38:48 +01:00
concerns first commit 2014-08-01 11:23:47 +02:00
moderation Set up proper response codes for Turbo Stream responses 2022-09-08 01:00:06 +02:00
settings Add allow long questions option to profile settings 2023-01-08 13:14:21 +01:00
user Disallow deletion of accounts when a data export is pending 2022-07-16 21:29:20 +02:00
well_known Implement NodeInfo 2023-01-04 17:08:05 +01:00
about_controller.rb Remove FAQ action 2022-07-18 23:24:05 +02:00
ajax_controller.rb Use `skip_before_action` instead of redefining action in `AjaxController` 2023-01-27 23:16:41 +01:00
anonymous_block_controller.rb Track question users in anonymous blocks 2022-12-28 00:10:59 +01:00
answer_controller.rb Appease the reviewdog overlords 2022-07-30 18:29:32 +02:00
application_controller.rb add integration specs for changing locales 2023-01-06 13:37:22 +01:00
discover_controller.rb Eager load relationships for questions, answers and users 2021-12-30 22:15:59 +01:00
feedback_controller.rb use `has_cached_role?` instead of `has_role?` 2022-12-18 21:47:03 +01:00
inbox_controller.rb Move empty filter check back into show action 2023-01-28 22:42:14 +01:00
link_filter_controller.rb Appease the dog overlords 2022-07-18 23:24:05 +02:00
manifests_controller.rb Cache headers for web app manifest based on user theme 2023-01-27 23:09:09 +01:00
moderation_controller.rb Move actions from `ModerationController` to `Moderation::ReportsController` 2022-08-21 01:13:10 +02:00
notifications_controller.rb bruh 2023-01-24 15:57:34 +01:00
question_controller.rb Refactor questions to use a Turbo Stream-backed pagination 2022-09-08 23:35:41 +02:00
services_controller.rb Mark notification as read when visiting service settings 2023-01-02 00:01:42 +01:00
timeline_controller.rb Filter out selected list from lists dropdown 2022-10-24 23:19:39 +02:00
user_controller.rb Replace `@title` and `@type` ivars 2023-01-28 19:08:28 +01:00