discourse/app/controllers
David Taylor b1b53da71d
DEV: Improve performance of system test sign_in helper (#19579)
Previously, calling `sign_in` would cause the browser to be redirected to `/`, and would cause the Ember app to boot. We would then call `visit()`, causing the app to boot for a second time.

This commit adds a `redirect=false` option to the `/session/username/become` route. This avoids the unnecessary boot of the app, and leads to significantly faster system spec run times.

In local testing, this takes the full system-spec suite for chat from ~6min to ~4min.
2022-12-22 16:03:27 +00:00
..
admin FEATURE: Send notifications to admins when new features are released (#19460) 2022-12-15 20:12:53 +03:00
users
about_controller.rb
application_controller.rb
associated_groups_controller.rb
badges_controller.rb
bookmarks_controller.rb FIX: Remove user_option saving for bookmark auto delete pref (#19476) 2022-12-16 08:50:31 +10:00
bootstrap_controller.rb DEV: Load plugin CSS in tests (#18668) 2022-10-19 18:10:06 +01:00
categories_controller.rb FIX: Welcome topic should be hidden on the /categories page as well (#18869) 2022-11-07 09:24:55 -07:00
clicks_controller.rb
composer_controller.rb FEATURE: Improve composer warnings for mentions (#18796) 2022-12-05 20:22:05 +02:00
composer_messages_controller.rb
csp_reports_controller.rb
directory_columns_controller.rb
directory_items_controller.rb
do_not_disturb_controller.rb
drafts_controller.rb
edit_directory_columns_controller.rb
email_controller.rb FIX: Validate unsubscribe key has an associated user (#19262) 2022-11-30 14:29:07 -03:00
embed_controller.rb
exceptions_controller.rb
export_csv_controller.rb
extra_locales_controller.rb
finish_installation_controller.rb
forums_controller.rb
groups_controller.rb FEATURE: show user status on group pages (#19323) 2022-12-14 13:18:09 +04:00
hashtags_controller.rb FEATURE: Allow showing hashtag autocomplete results without term (#19219) 2022-12-08 13:47:59 +10:00
highlight_js_controller.rb
inline_onebox_controller.rb
invites_controller.rb FIX: Invite redemption error if user had already redeemed (#19070) 2022-11-17 15:51:58 +10:00
list_controller.rb
metadata_controller.rb
new_topic_controller.rb FIX: do not preload topic list for new topic/message routes (#18959) 2022-11-09 20:57:42 +05:30
notifications_controller.rb DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
offline_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb
post_readers_controller.rb
posts_controller.rb FIX: Exclude hidden topic posts and small actions from the RSS feed. (#18649) 2022-10-18 15:19:54 -03:00
presence_controller.rb
published_pages_controller.rb
push_notification_controller.rb
qunit_controller.rb
reviewable_claimed_topics_controller.rb DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
reviewables_controller.rb FIX: Exclude claimed reviewables from user menu (#19179) 2022-12-01 07:09:57 +08:00
robots_txt_controller.rb
safe_mode_controller.rb
search_controller.rb
session_controller.rb DEV: Improve performance of system test sign_in helper (#19579) 2022-12-22 16:03:27 +00:00
similar_topics_controller.rb
site_controller.rb
sitemap_controller.rb
static_controller.rb DEV: Compatibility with Ruby 3.2 (#19303) 2022-12-13 16:03:53 -03:00
steps_controller.rb
stylesheets_controller.rb
svg_sprite_controller.rb
tag_groups_controller.rb
tags_controller.rb
theme_javascripts_controller.rb
topics_controller.rb FEATURE: Allow category moderators to set auto deletion topic timers (#19383) 2022-12-08 17:14:43 -03:00
uploads_controller.rb
user_actions_controller.rb
user_api_keys_controller.rb
user_avatars_controller.rb DEV: Compatibility with Ruby 3.2 (#19303) 2022-12-13 16:03:53 -03:00
user_badges_controller.rb SECURITY: Restrict display of topic titles associated with user badges (#18768) 2022-10-27 11:26:14 +08:00
user_status_controller.rb FEATURE: User Status API (#19149) 2022-11-24 19:16:28 +04:00
users_controller.rb DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
users_email_controller.rb
webhooks_controller.rb FIX: FIX: Correctly parse Mandrill webhooks (#17116) 2022-12-15 23:21:07 +02:00
wizard_controller.rb