.. |
admin
|
admin/dashboard: add basic sidekiq stats and warn if sidekiq is not running
|
2022-12-24 22:44:42 +00:00 |
ajax
|
add sharing to telegram
|
2023-02-19 20:58:47 +01:00 |
concerns
|
Fix class check for parameter errors
|
2023-02-12 20:16:36 +01:00 |
moderation
|
Set up proper response codes for Turbo Stream responses
|
2022-09-08 01:00:06 +02:00 |
settings
|
Return turbo stream when resetting 2FA recovery codes
|
2023-03-05 15:24:17 +01: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
|
Show toasts on pin/unpin
|
2023-02-12 20:29:36 +01:00 |
application_controller.rb
|
use remote_ip
|
2023-02-04 22:31:53 +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
|
rubodog
|
2023-02-13 22:17:46 +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 |
moderation_controller.rb
|
Move actions from `ModerationController` to `Moderation::ReportsController`
|
2022-08-21 01:13:10 +02:00 |
notifications_controller.rb
|
Add functionality for marking all notifications as read
|
2023-05-05 15:59:25 +02:00 |
question_controller.rb
|
filter out non-anon questions from blocked/muted users in questions view
|
2023-03-26 18:28:19 +02:00 |
timeline_controller.rb
|
filter out non-anon questions from blocked/muted users in public timeline
|
2023-03-26 18:28:19 +02:00 |
user_controller.rb
|
Order pinned answers by when they were pinned
|
2023-02-12 20:19:50 +01:00 |