.. |
admin
|
admin/dashboard: add basic sidekiq stats and warn if sidekiq is not running
|
2022-12-24 22:44:42 +00:00 |
ajax
|
Remove `Ajax::RelationshipController` and spec
|
2023-10-28 10:41:24 +02:00 |
comments
|
Rename `#show` to `#index` action for comment reactions
|
2023-10-29 21:48:41 +01:00 |
concerns
|
Handle Rails validation errors in TurboStreamable concern
|
2023-10-15 10:16:21 +02:00 |
moderation
|
Set up proper response codes for Turbo Stream responses
|
2022-09-08 01:00:06 +02:00 |
settings
|
Prefer render responders in settings controllers
|
2023-10-20 02:21:52 +02:00 |
user
|
Remove extra space
|
2023-03-26 18:28:36 +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 unclear syntax on about page
|
2023-02-19 18:54:40 +01: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
|
Turn `turbo_stream_actions` into a class method
|
2023-02-12 20:16:36 +01:00 |
answer_controller.rb
|
Stop eager loading comments and smiles
|
2023-10-22 21:51:21 +02:00 |
application_controller.rb
|
use remote_ip
|
2023-02-04 22:31:53 +01:00 |
comments_controller.rb
|
Move comment reactions into own controller
|
2023-10-29 21:32:39 +01:00 |
discover_controller.rb
|
Fix 500 on Discover
|
2023-05-07 16:39:02 +02:00 |
feedback_controller.rb
|
use `has_cached_role?` instead of `has_role?`
|
2022-12-18 21:47:03 +01:00 |
inbox_controller.rb
|
Remove superfluous rubocop:disable comments
|
2023-10-15 10:42:58 +02: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
|
Move subscribed answer IDs to an ivar
|
2023-05-05 16:01:46 +02:00 |
reactions_controller.rb
|
Rename `ReactionController` to `ReactionsController`
|
2023-10-29 21:52:38 +01:00 |
relationships_controller.rb
|
Make `turbo does not succeed` example for in `RelationshipsController`
|
2023-10-28 10:41:24 +02:00 |
subscriptions_controller.rb
|
Fix rubocop nits
|
2023-10-25 03:14:57 +02:00 |
timeline_controller.rb
|
Move subscribed answer IDs to an ivar
|
2023-05-05 16:01:46 +02:00 |
user_controller.rb
|
Use load_async for loading pinned answers
|
2023-10-22 21:52:04 +02:00 |