retrospring/app/controllers
Andreas Nedbal 4408de33cc Setup turbo_stream_actions before before_actions
Because apparently the error catching -> toast logic was not there yet and people might run into a 500 error redirect when pressing the button.
2025-02-21 23:25:22 +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 enforce readonly on create/update endpoints 2025-02-21 23:25:22 +01:00
comments Rename #show to #index action for comment reactions 2023-10-29 21:48:41 +01:00
concerns Use subqueries to check reaction/subscription state 2023-11-26 19:32:50 +01:00
moderation Set last_reports_visit when visiting the reports listing 2024-03-01 23:58:35 +01:00
settings enforce readonly on create/update endpoints 2025-02-21 23:25:22 +01:00
user move site config from initialiser to own module for potential improvements in how to access common configs when needed ... way better than using .dig by hand everywhere i'd say 2024-08-10 01:52:00 +02:00
well_known well_known/node_info: remove twitter as outbound service 2023-02-12 19:04:01 +01:00
about_controller.rb Fix lint nits 2024-08-11 20:33:51 +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 Rename all occurences of associative inbox entry access 2024-01-27 19:21:07 +01:00
answer_controller.rb Setup turbo_stream_actions before before_actions 2025-02-21 23:25:22 +01:00
application_controller.rb hund. 2025-02-21 23:25:22 +01:00
comments_controller.rb Move comment reactions into own controller 2023-10-29 21:32:39 +01:00
discover_controller.rb Reformat DiscoverController 2023-12-09 14:05: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 enforce readonly on create/update endpoints 2025-02-21 23:25:22 +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
metrics_controller.rb add metrics for sidekiq 2023-02-14 05:31:54 +01:00
modal_controller.rb Fix rubocop nits 2023-10-28 04:39:15 +02:00
moderation_controller.rb Move actions from ModerationController to Moderation::ReportsController 2022-08-21 01:13:10 +02:00
notifications_controller.rb Ensure counters are up to date when rendering inbox/notifications views 2023-06-16 18:19:31 +02:00
question_controller.rb Use subqueries to check reaction/subscription state 2023-11-26 19:32:50 +01:00
reactions_controller.rb Setup turbo_stream_actions before before_actions 2025-02-21 23:25:22 +01:00
relationships_controller.rb Setup turbo_stream_actions before before_actions 2025-02-21 23:25:22 +01:00
subscriptions_controller.rb Setup turbo_stream_actions before before_actions 2025-02-21 23:25:22 +01:00
timeline_controller.rb Use subqueries to check reaction/subscription state 2023-11-26 19:32:50 +01:00
user_controller.rb Use subqueries to check reaction/subscription state 2023-11-26 19:32:50 +01:00