Retrospring/app/controllers
Andreas Nedbal cc7fa787e8 Pass IDs to Reaction usecases instead of user instances
For some wild reason this locally sometimes causes coercion errors in the user instance check, restarting fixes it (temporarily?) so letting the UseCase resolve users is a cleaner solution here.
2024-03-19 22:45:19 +01:00
..
admin
ajax Add Bluesky link to sharing options 2024-03-01 21:14:59 +01:00
comments
concerns
moderation Set `last_reports_visit` when visiting the reports listing 2024-03-01 23:58:35 +01:00
settings Ensure errors display when updating profile images 2023-12-17 22:58:25 +01:00
user
well_known
about_controller.rb
ajax_controller.rb
anonymous_block_controller.rb Rename all occurences of associative inbox entry access 2024-01-27 19:21:07 +01:00
answer_controller.rb
application_controller.rb Fix rubocop nits 2024-03-01 23:58:35 +01:00
comments_controller.rb
discover_controller.rb
feedback_controller.rb
inbox_controller.rb Rename all occurences of `Inbox` class to `InboxEntry` 2024-01-27 19:21:07 +01:00
link_filter_controller.rb
manifests_controller.rb
metrics_controller.rb
modal_controller.rb
moderation_controller.rb
notifications_controller.rb
question_controller.rb
reactions_controller.rb Pass IDs to Reaction usecases instead of user instances 2024-03-19 22:45:19 +01:00
relationships_controller.rb
subscriptions_controller.rb
timeline_controller.rb
user_controller.rb