..
admin
FEATURE: Bulk suspend users and filter the admin users list by activation ( #41227 )
2026-06-29 11:26:34 +02:00
users
FEATURE: Allow HTML for OAuth error message ( #41204 )
2026-06-26 08:35:06 -05:00
about_controller.rb
FEATURE: Localizable /about page fields via its settings page ( #41123 )
2026-06-26 20:41:08 +08:00
anonymous_actions_controller.rb
FEATURE: Prompt anonymous users to sign up after engagement clicks ( #40256 )
2026-05-26 09:30:38 +02:00
application_controller.rb
FEATURE: Allow fallback home routes for crawlers for custom homepage sites ( #41234 )
2026-06-29 09:57:40 -04:00
associated_groups_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
badges_controller.rb
FIX: Non-listable and disabled badges exposed via XHR JSON requests ( #37869 )
2026-02-17 16:17:01 +11:00
bookmarks_controller.rb
DEV: Update rubocop-discourse to 3.13 and autofix issues ( #35073 )
2025-10-06 16:11:01 +02:00
calendar_subscriptions_controller.rb
FEATURE: Add calendar subscription URLs to user preferences ( #38598 )
2026-03-17 10:28:20 -03:00
categories_controller.rb
SECURITY: Stop exposing hidden tag names through category serializers [backport 2026.6]
2026-07-28 17:05:36 +02:00
clicks_controller.rb
SECURITY: Missing visibility check in click tracking endpoint ( #41140 )
2026-06-24 15:15:56 +10:00
composer_controller.rb
SECURITY: Respect group member visibility for counts [backport 2026.6] ( #41408 )
2026-07-06 12:47:57 +08:00
composer_messages_controller.rb
SECURITY: Whisper metadata disclosure via stale TopicLinks ( #41139 )
2026-06-24 14:44:27 +10:00
dev_mode_controller.rb
DEV: Add /dev-mode endpoint for MiniProfiler auth cookie ( #37027 )
2026-01-12 10:01:20 +08:00
directory_columns_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
directory_items_controller.rb
SECURITY: Private UserField value disclosure via directory_items order sort side-channel [backport 2026.6] ( #41599 )
2026-07-09 21:52:59 -05:00
do_not_disturb_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
drafts_controller.rb
FIX: Drafts/reviewables API returned 404 when acting on own resource ( #39449 )
2026-05-26 09:29:20 +02:00
edit_directory_columns_controller.rb
DEV: Enable Style/RedundantParentheses rubocop rule ( #40095 )
2026-05-19 15:48:09 +02:00
email_controller.rb
FEATURE: implement RFC 8058 for email unsubscribe ( #33392 )
2025-07-01 11:01:13 +10:00
embed_controller.rb
FIX: Add visibility check to Embed info ( #40896 )
2026-06-15 10:20:56 -05:00
emojis_controller.rb
FEATURE: Locale-specific emoji search aliases ( #39089 )
2026-04-06 14:08:46 -03:00
exceptions_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
export_csv_controller.rb
DEV: Enable Style/RedundantParentheses rubocop rule ( #40095 )
2026-05-19 15:48:09 +02:00
extra_locales_controller.rb
DEV: Refactor locale bundle loading ( #37114 )
2026-01-16 11:45:14 +00:00
finish_installation_controller.rb
DEV: Enable Style/RedundantBegin rubocop rule ( #40096 )
2026-05-19 18:44:54 +02:00
form_templates_controller.rb
SECURITY: Scope form template endpoints to accessible categories
2026-05-19 00:26:04 +01:00
forums_controller.rb
DEV: Update rubocop-discourse to 3.13 and autofix issues ( #35073 )
2025-10-06 16:11:01 +02:00
groups_controller.rb
SECURITY: mentionable/messageable endpoints bypassing visibility controls [backport 2026.6] ( #41521 )
2026-07-07 14:38:11 -05:00
hashtags_controller.rb
FEATURE: Async load of category and chat hashtags ( #25526 )
2024-02-12 12:07:14 +02:00
highlight_js_controller.rb
FEATURE: User fields required for existing users - Part 2 ( #27172 )
2024-06-25 19:32:18 +08:00
home_page_controller.rb
DEV: Show login-required splash in root route (take 2) ( #32629 )
2025-05-14 11:25:43 -04:00
inline_onebox_controller.rb
DEV: Update rubocop-discourse to 3.13 and autofix issues ( #35073 )
2025-10-06 16:11:01 +02:00
invites_controller.rb
FEATURE: Prompt anonymous users to sign up after engagement clicks ( #40256 )
2026-05-26 09:30:38 +02:00
list_controller.rb
SECURITY: Harden ListController top period query against SQL injection [backport 2026.6] ( #41721 )
2026-07-15 12:18:05 +08:00
metadata_controller.rb
FEATURE: Accept shared files via the Web Share Target ( #41030 )
2026-06-18 17:35:09 -03:00
nested_topics_controller.rb
DEV: route nested view through topic route ( #40820 )
2026-06-15 11:42:20 -05:00
new_invite_controller.rb
FEATURE: Add invite link to the sidebar ( #29448 )
2024-10-30 05:31:14 +03:00
new_topic_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
notifications_controller.rb
FIX: Hide badge notifications for disabled badges or when badges are disabled ( #36987 )
2026-01-07 15:28:43 +08:00
offline_controller.rb
FEATURE: User fields required for existing users - Part 2 ( #27172 )
2024-06-25 19:32:18 +08:00
onebox_controller.rb
DEV: Update rubocop-discourse to 3.13 and autofix issues ( #35073 )
2025-10-06 16:11:01 +02:00
permalinks_controller.rb
SECURITY: prevent permalink redirects from leaking restricted slugs
2026-01-28 17:11:14 +00:00
post_action_users_controller.rb
UX: Ignored users reactions/likes should not show up ( #39672 )
2026-05-11 15:32:29 -03:00
post_actions_controller.rb
SECURITY: fix is_warning type coercion bypass in PostActionsController
2026-03-19 15:21:28 +00:00
post_localizations_controller.rb
FIX: Also check if user can see post or topic prior to letting them localize it ( #36749 )
2025-12-18 02:12:58 +08:00
post_readers_controller.rb
SECURITY: Missing post-level authorization allows whisper metadata disclosure
2026-03-31 15:12:45 +01:00
posts_controller.rb
SECURITY: PostsController#raw_email leaks raw emails of inaccessible to mods [backport 2026.6] ( #41964 )
2026-07-23 16:36:03 +10:00
presence_controller.rb
FIX: improve "read only" modes ( #33521 )
2025-07-10 09:08:00 +02:00
published_pages_controller.rb
SECURITY: Leakage of hidden tags to unauthorized users [backport 2026.6] ( #42226 )
2026-07-31 12:39:46 -05:00
push_notification_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
qunit_controller.rb
DEV: Rename EmberCli to EmberAssets ( #40938 )
2026-06-16 12:56:56 +02:00
reviewable_claimed_topics_controller.rb
DEV: Convert ReviewableClaimedTopicsController#destroy response from 403 to 404 ( #38339 )
2026-03-06 15:39:51 -06:00
reviewable_notes_controller.rb
SECURITY: scope reviewable notes to user-visible reviewables
2026-02-26 12:22:54 +00:00
reviewables_controller.rb
FIX: Drafts/reviewables API returned 404 when acting on own resource ( #39449 )
2026-05-26 09:29:20 +02:00
robots_txt_controller.rb
DEV: Replace JS build system with Rolldown ( #35963 )
2026-05-29 11:11:55 +01:00
safe_mode_controller.rb
FIX: Set X-Robots-Tag header to prevent indexing of /safe-mode ( #32329 )
2025-04-16 16:51:32 +10:00
search_controller.rb
FIX: exclude 't' shortcut from min length bypass ( #37440 )
2026-02-05 06:58:19 +11:00
session_controller.rb
FEATURE: Sign up with a one-time email code ( #40909 )
2026-06-23 11:30:18 -07:00
sidebar_sections_controller.rb
FIX: raise 404 when sidebar section doesn't exist ( #37675 )
2026-02-10 15:47:49 +01:00
similar_topics_controller.rb
FEATURE: First iteration of nested replies ( #38888 )
2026-04-16 08:06:44 -05:00
site_controller.rb
SECURITY: Preload data only when rendering application layout
2025-02-04 13:32:30 -03:00
sitemap_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00
slugs_controller.rb
FEATURE: Allow changing slug on create channel ( #19928 )
2023-01-23 14:48:33 +10:00
static_controller.rb
FIX: Localize static topic pages … ( #41260 )
2026-06-29 21:34:17 +08:00
steps_controller.rb
UX: One step wizard ( #36082 )
2025-11-25 13:35:32 -05:00
stylesheets_controller.rb
DEV: Enable Style/RedundantBegin rubocop rule ( #40096 )
2026-05-19 18:44:54 +02:00
svg_sprite_controller.rb
DEV: Enable Style/RedundantParentheses rubocop rule ( #40095 )
2026-05-19 15:48:09 +02:00
tag_groups_controller.rb
FIX: Failed updates in tag group controller would be logged ( #38333 )
2026-03-06 17:11:12 -03:00
tag_localizations_controller.rb
FEATURE: Introduce tag localizations with API, without UI yet ( #36754 )
2025-12-18 18:25:58 +08:00
tag_param_limit.rb
SECURITY: Reject too many tags during post creation [backport 2026.6] ( #41398 )
2026-07-03 14:40:31 +08:00
tags_controller.rb
FIX: Ensure /tag/bad-slug/:id/edit routes to edit page ( #41115 )
2026-06-23 18:58:50 +08:00
test_requests_controller.rb
DEV: Add a user agent to all HTTP requests that Discourse makes. ( #31555 )
2025-03-03 16:32:25 +11:00
theme_javascripts_controller.rb
DEV: Enable Rails/FilePath rubocop rule ( #40097 )
2026-05-19 19:07:54 +02:00
topic_localizations_controller.rb
UX: Use inline title editor instead of composer when editing translation ( #36847 )
2025-12-24 00:56:36 +08:00
topic_view_stats_controller.rb
FEATURE: topic_view_stats table with daily fidelity ( #27197 )
2024-05-27 15:25:32 +10:00
topics_controller.rb
SECURITY: DoS vis uncapped Bulk Topic Actions [backport 2026.6] ( #42002 )
2026-07-23 23:07:22 +01:00
uploads_controller.rb
DEV: Enable Style/RedundantBegin rubocop rule ( #40096 )
2026-05-19 18:44:54 +02:00
user_actions_controller.rb
SECURITY: Enforce Guardian checks in UserActionsController#show
2026-03-19 15:21:28 +00:00
user_api_key_clients_controller.rb
FIX: Empty-scopes bypass allows untrusted client registration and downstream scope/redirect policy bypass ( #37855 )
2026-02-17 12:39:09 +11:00
user_api_keys_controller.rb
Revert "FIX: Only allow OTPs to be generated from a browser session ( #40964 )" ( #41875 ) ( #41920 )
2026-07-22 18:56:56 +03:00
user_avatars_controller.rb
SECURITY: Improve SVG sanitization
2026-06-30 16:10:52 +02:00
user_badges_controller.rb
SECURITY: Prevent badge lookup from exposing hidden profiles ( #41160 )
2026-06-25 13:01:03 +08:00
user_status_controller.rb
FEATURE: User Status API ( #19149 )
2022-11-24 19:16:28 +04:00
users_controller.rb
SECURITY: Prevent topic existence disclosure in profile featuring [backport 2026.6] ( #42237 )
2026-07-31 16:18:40 -03:00
users_email_controller.rb
FIX: enforces login for create in user emails controller ( #37770 )
2026-02-12 17:10:43 +01:00
webhooks_controller.rb
SECURITY: Prevent any signed AWS SNS TopicARN from being accepted via webhooks
2026-06-30 16:10:52 +02:00
wizard_controller.rb
DEV: Apply syntax_tree formatting to app/*
2023-01-09 14:14:59 +00:00