discourse/app/controllers
Sam Saffron 4dcc5f16f1 FEATURE: when under extreme load disable search
The global setting disable_search_queue_threshold
(DISCOURSE_DISABLE_SEARCH_QUEUE_THRESHOLD) which default to 1 second was
added.

This protection ensures that when the application is unable to keep up with
requests it will simply turn off search till it is not backed up.

To disable this protection set this to 0.
2019-07-02 11:22:01 +10:00
..
admin FEATURE: Add endpoint to individually update a theme setting (#7789) 2019-06-21 13:49:14 -04:00
users DEV: Let OmniAuth strategies return auth result. (#7833) 2019-07-01 13:13:11 -03:00
about_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
application_controller.rb Don't check for second factor when switching to anonymous account (#7803) 2019-06-27 15:01:26 -07:00
badges_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
categories_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
category_hashtags_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
clicks_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
composer_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
composer_messages_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
csp_reports_controller.rb allow CSP reports to be sent when header isn't set by Discourse (#6594) 2018-11-14 16:23:29 -05:00
directory_items_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
draft_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
drafts_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
email_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
embed_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
exceptions_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
export_csv_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
extra_locales_controller.rb FIX: Correctly cache hash of extra translations 2019-05-24 11:38:26 +02:00
finish_installation_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
forums_controller.rb DEV: rename ReadOnly module to ReadOnlyHeader 2019-05-06 16:07:49 +02:00
groups_controller.rb FIX: do not allow unbound membership lookups 2019-06-17 15:32:06 +10:00
highlight_js_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
inline_onebox_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
invites_controller.rb Fix the build. 2019-06-12 16:44:17 +05:30
list_controller.rb FIX: default top timeframe was overriding best_periods_for 2019-06-04 10:57:50 +02:00
metadata_controller.rb DEV: correct Rails 6 deprecation 2019-05-03 16:20:18 +10:00
notifications_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
offline_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
onebox_controller.rb DEV: Fix modifying a frozen string. 2019-05-16 11:30:31 +08:00
permalinks_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
post_action_users_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
post_actions_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
posts_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
push_notification_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
queued_posts_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
qunit_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
reviewable_claimed_topics_controller.rb Make rubocop happy. 2019-05-13 09:55:44 +08:00
reviewables_controller.rb FEATURE: Can sort reviewable queue 2019-06-05 13:21:05 -04:00
robots_txt_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
safe_mode_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
search_controller.rb FEATURE: when under extreme load disable search 2019-07-02 11:22:01 +10:00
session_controller.rb SECURITY: Add confirmation screen when logging in via user-api OTP 2019-06-17 16:18:44 +01:00
similar_topics_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
site_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
static_controller.rb FIX: respond with 400 error on invalid redirect param 2019-06-17 16:44:30 +05:30
steps_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
stylesheets_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
svg_sprite_controller.rb FEATURE: support custom icons in themes (#7155) 2019-03-15 17:16:15 +11:00
tag_groups_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
tags_controller.rb FEATURE: show tags in crawler view of tags page for static site 2019-06-06 12:55:37 +10:00
theme_javascripts_controller.rb PERF: include content-length header for CDN 2019-02-22 11:21:07 +11:00
themes_controller.rb Fix string literal when switching theme in dev env 2019-05-13 10:25:51 -04:00
topics_controller.rb FIX: mark topics in sub categories as unread when dismissing parent 2019-06-27 13:26:48 +10:00
uploads_controller.rb DEV: Respond with error 400 to uploads requested via XHR 2019-06-27 11:15:35 +02:00
user_actions_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
user_api_keys_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
user_avatars_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
user_badges_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
users_controller.rb FEATURE: add ability to have multiple totp factors (#7626) 2019-06-26 16:58:06 -07:00
users_email_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
webhooks_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
wizard_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00