This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/acceptance
David Taylor 45435cbbd5
PERF: Use user-specific channel for message-bus logout (#19719)
Using a shared channel means that every user receives an update to the 'last_id' when *any* other user is logged out. If many users are being programmatically logged out at the same time, this can cause a very large number of message-bus polls.

This commit switches to use a user-specific channel, which means that each user has its own 'last id' which will only increment when they are logged out
2023-01-04 19:55:52 +00:00
..
about-test.js
account-created-test.js
admin-badges-award-test.js
admin-badges-show-test.js
admin-emails-test.js
admin-install-theme-modal-test.js
admin-penalize-user-test.js UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
admin-permalink-test.js
admin-plugins-test.js
admin-search-log-term-test.js
admin-search-logs-test.js
admin-site-settings-test.js
admin-site-text-test.js
admin-user-badges-test.js
admin-user-emails-test.js
admin-user-index-test.js
admin-users-list-test.js
admin-watched-words-test.js FIX: Watched words replacement emoji render (#19171) 2022-12-01 13:38:16 -08:00
admin-webhooks-test.js DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
assets-version-test.js
auth-complete-test.js
badges-test.js
bookmarks-test.js FIX: Remove user_option saving for bookmark auto delete pref (#19476) 2022-12-16 08:50:31 +10:00
bootstrap-mode-notice-test.js
categories-test.js
category-banner-test.js
category-chooser-test.js
category-edit-security-test.js
category-edit-test.js
category-new-test.js
click-track-test.js
composer-actions-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-draft-saving-test.js
composer-edit-conflict-test.js
composer-editor-mentions-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
composer-hyperlink-test.js
composer-image-preview-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-messages-test.js FEATURE: Improve composer warnings for mentions (#18796) 2022-12-05 20:22:05 +02:00
composer-onebox-test.js
composer-tags-test.js
composer-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-topic-links-test.js
composer-uncategorized-test.js DEV: Remove enable_whispers site setting (#19196) 2022-12-16 18:42:51 +02:00
composer-uploads-uppy-test.js
create-account-external-test.js
create-account-user-fields-test.js
create-invite-modal-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
custom-html-set-test.js
custom-html-template-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
dashboard-test.js
dismiss-notification-modal-test.js
do-not-disturb-test.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00
edit-notification-click-test.js
email-notice-test.js
emoji-picker-test.js
emoji-test.js
encoded-category-test.js
enforce-second-factor-test.js FEATURE: Chat and Sidebar are now on by default (#19406) 2022-12-13 17:25:19 -07:00
fast-edit-test.js
flag-post-test.js UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
forgot-password-test.js
glimmer-topic-timeline-test.js DEV: Upgrade Topic Timeline to Glimmer (#17377) 2022-12-01 13:50:44 -06:00
group-index-test.js
group-manage-categories-test.js
group-manage-email-settings-test.js
group-manage-interaction-test.js
group-manage-logs-test.js
group-manage-membership-test.js
group-manage-profile-test.js
group-manage-save-button-test.js FEATURE: Warn admins about private group name's exposure to anonymous users. (#19557) 2022-12-27 13:17:13 +05:30
group-manage-tags-test.js
group-requests-test.js
group-test.js
groups-index-test.js
groups-new-test.js
hamburger-menu-test.js FEATURE: Chat and Sidebar are now on by default (#19406) 2022-12-13 17:25:19 -07:00
hashtag-autocomplete-test.js
hashtags-test.js
image-aspect-ratio-test.js
invite-accept-test.js FEATURE: add user toggle to mask/unmask passwords (#19306) 2022-12-19 18:56:51 -05:00
invite-show-user-fields-test.js
jump-to-test.js
keyboard-shortcuts-test.js
last-visited-topic-focus-test.js
lightbox-test.js
login-redirect-test.js
login-required-test.js
login-with-email-and-hide-email-address-taken-test.js
login-with-email-and-no-social-logins-test.js
login-with-email-disabled-test.js
login-with-email-test.js
mobile-discovery-test.js
mobile-pan-test.js
mobile-sign-in-test.js
mobile-topic-bulk-actions-test.js
mobile-users-test.js
modal-test.js DEV: Deprecate controllerFor test helper (#19606) 2022-12-23 11:33:42 +01:00
new-message-test.js
new-topic-test.js
notifications-filter-test.js
notifications-test.js
opengraph-tag-updater-test.js DEV: Update Twitter meta tags while navigating in app (#19468) 2022-12-14 14:33:09 -05:00
page-publishing-test.js
password-reset-test.js UX: Remove unused strings (#19701) 2023-01-04 10:32:53 +01:00
pending-posts-test.js
personal-message-test.js
plugin-keyboard-shortcut-test.js
plugin-outlet-connector-class-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
plugin-outlet-decorator-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
plugin-outlet-multi-template-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
plugin-outlet-single-template-test.js DEV: Support theme/plugin overrides of colocated component templates (#19237) 2022-11-30 14:14:38 +00:00
post-admin-menu-test.js
post-controls-test.js
post-history-test.js
post-inline-mentions-test.js FEATURE: Show live user status on inline mentions on posts (#18683) 2022-12-06 19:10:36 +04:00
preferences-test.js DEV: Replace preferences/username route with a component (#19318) 2022-12-07 11:16:01 +01:00
raw-plugin-outlet-test.js
redirect-to-top-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
reports-test.js
review-test.js
search-full-test.js
search-mobile-test.js
search-test.js
second-factor-auth-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
share-topic-test.js
shared-drafts-test.js
sidebar-anonymous-categories-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-anonymous-community-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-anonymous-tags-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-anonymous-user-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-mobile-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-narrow-desktop-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-plugin-api-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-categories-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-community-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-messages-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-tags-section-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sidebar-user-test.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
sign-in-test.js FEATURE: add user toggle to mask/unmask passwords (#19306) 2022-12-19 18:56:51 -05:00
static-test.js
tag-groups-test.js
tags-intersection-test.js
tags-test.js
themes-test.js
topic-admin-menu-test.js
topic-anonymous-test.js
topic-bulk-actions-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
topic-discovery-test.js
topic-discovery-tracked-test.js
topic-edit-timer-test.js FEATURE: Allow category moderators to set auto deletion topic timers (#19383) 2022-12-08 17:14:43 -03:00
topic-entrance-test.js
topic-footer-button-api-mobile-test.js
topic-footer-button-api-test.js
topic-footer-dropdown-api-test.js
topic-list-plugin-api-test.js
topic-list-tracker-test.js
topic-move-posts-test.js
topic-notifications-button-test.js
topic-quote-button-test.js
topic-set-slow-mode-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
topic-slow-mode-test.js
topic-test.js
topic-timeline-test.js
topic-user-status-test.js
unknown-test.js
user-activity-all-test.js
user-activity-drafts-test.js
user-activity-likes-test.js
user-activity-read-test.js
user-activity-replies-test.js
user-activity-topic-test.js
user-anonymous-test.js
user-bookmarks-test.js
user-card-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-drafts-stream-test.js
user-menu-test.js UX: rename "Do Not Disturb" to "Pause Notifications" (#19483) 2022-12-16 17:10:59 +04:00
user-preferences-account-test.js DEV: Replace preferences/username route with a component (#19318) 2022-12-07 11:16:01 +01:00
user-preferences-account-user-status-test.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00
user-preferences-categories-test.js
user-preferences-email-test.js
user-preferences-interface-test.js
user-preferences-notifications-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-preferences-profile-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-preferences-second-factor-backup-test.js FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
user-preferences-second-factor-test.js FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
user-preferences-security-test.js
user-preferences-sidebar-test.js FIX: Sidebar preferences link shown when navigation menu is legacy (#19568) 2022-12-22 07:58:06 +08:00
user-preferences-tracking-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-private-messages-test.js FEATURE: Add experimental plugin API to register messages nav dropdown (#19294) 2022-12-05 12:31:09 +08:00
user-profile-summary-test.js
user-status-test.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00
user-test.js PERF: Use user-specific channel for message-bus logout (#19719) 2023-01-04 19:55:52 +00:00
user-tips-test.js
users-test.js
welcome-topic-banner-test.js
wizard-test.js UX: Wizard Step Enhancements (#19487) 2022-12-19 17:24:09 -07:00