discourse/spec/system
Natalie Tay 37e13f0afc
FEATURE: Allow admins to configure sections in the experimental admin dashboard (#39964)
Allow admins to configure which sections they want to see.

A few tasks in this commit:
- rename the "Customise" menu to "Configure" and removes the calendar
icon from the Custom date range option
- implements the Configure menu:
  - toggle section visibility
  - drag-and-drop reorder on desktop, up/down arrows on mobile
  - empty state when all sections are off
- persists configuration site-wide on menu close via
`admin_dashboard_sections` site setting
  - admins and moderators can view, but admins write and moderators read
- `AdminDashboardSectionConfiguration` owns configuration, so storage
can change later if we move to per-user
- `PUT /admin/dashboard/configuration.json` is admin-only (mentioned
above)
  - audit log (`SiteSetting.set_and_log`)
- the backend filters `sections` payload to only the visible-and-ordered
list, so mods render the layout admins set without seeing the
configuration meta
    - hidden sections skip their server-side data computation
2026-05-13 18:03:39 +08:00
..
composer DEV: Fix send_keys-related spec flakes (#39714) 2026-05-05 00:15:03 +02:00
emojis DEV: Restore and fix emoji_deny_list spec (#39505) 2026-04-24 15:11:56 +02:00
groups DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
helpers DEV: Partially restore download logic in specs (#39783) 2026-05-06 11:03:19 +02:00
page_objects FEATURE: Allow admins to configure sections in the experimental admin dashboard (#39964) 2026-05-13 18:03:39 +08:00
tags FEATURE: Allow dots in the middle of tag names (#39679) 2026-05-13 09:52:55 +10:00
topic_list DEV: Restore and fix composer body test (#39510) 2026-04-27 00:18:31 +02:00
user_page DEV: Fix a hide_from_public_spec flake (#39801) 2026-05-06 19:09:42 +02:00
about_page_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_about_config_area_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_api_keys_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_backups_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_badges_grouping_modal_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_badges_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_color_palette_config_area_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_color_palettes_config_area_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_config_login_and_authentication_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_config_theme_site_settings_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_customize_components_config_area_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_customize_emojis_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_customize_form_templates_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_customize_themes_config_area_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
admin_customize_themes_default_grid_spec.rb UX: Improve layout of install theme modal (#39808) 2026-05-06 17:43:20 -04:00
admin_customize_themes_spec.rb DEV: Fix a admin_customize_themes spec flake (#39809) 2026-05-06 22:17:14 +02:00
admin_dashboard_community_health_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_dashboard_configure_spec.rb FEATURE: Allow admins to configure sections in the experimental admin dashboard (#39964) 2026-05-13 18:03:39 +08:00
admin_dashboard_general_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
admin_dashboard_redesign_spec.rb FEATURE: Date picker for new dash (#39847) 2026-05-09 22:59:29 +08:00
admin_editing_objects_typed_theme_setting_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_email_login_readonly_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_email_logs_spec.rb FEATURE: Display bounce details for bounced emails with bounce keys (#35957) 2025-11-12 09:26:27 +08:00
admin_email_templates_index_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_email_templates_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_embeddable_hosts_spec.rb FEATURE: Add full app mode toggle to embedding admin page (#39052) 2026-04-01 15:02:51 -03:00
admin_filter_controls_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_flags_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_fonts_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_groups_list_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_logo_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_notices_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_onboarding_banner_spec.rb FIX: Limit site owner onboarding (#38873) 2026-03-25 11:45:48 -04:00
admin_permalinks_page_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_reports_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_search_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_sidebar_navigation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_bulk_action_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_category_bulk_action_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_label_formatting_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_locale_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_requires_confirmation_spec.rb FEATURE: Make can_permanently_delete visible with strong safeguards (#39179) 2026-04-16 09:01:35 +02:00
admin_site_setting_search_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_tag_list_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_topic_chooser_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_site_setting_value_list_spec.rb UX: Show reorder buttons on touch devices for emoji-list settings (#36695) 2025-12-16 12:39:06 +01:00
admin_site_texts_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_staff_action_logs_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_upcoming_changes_sidebar_spec.rb FIX: Admin sidebar links corrupted when toggling upcoming changes (#38828) 2026-03-25 13:40:10 +10:00
admin_upcoming_changes_spec.rb UX: Allow more specific enabled for options for upcoming changes (#39916) 2026-05-13 10:22:06 +10:00
admin_user_badges_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_user_fields_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_user_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_users_list_spec.rb FIX: Make confirmation phrase matching locale-safe (#38923) 2026-03-27 16:38:57 +01:00
admin_watched_words_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_web_hook_events_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_webhooks_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_welcome_banner_config_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
admin_whats_new_spec.rb DEV: Make enable_simplified_category_creation Permanent (#39739) 2026-05-06 12:21:50 +10:00
blocks_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
bookmarks_spec.rb UX: add submenu for post bookmarks (#39172) 2026-04-13 13:37:53 +10:00
bootstrap_error_pages_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
bulk_convert_topics_spec.rb FEATURE: Bulk convert PMs to public topics (and vice versa) (#39256) 2026-04-21 15:08:39 +02:00
bulk_pin_unpin_topics_spec.rb FEATURE: Add bulk pin/unpin topics (#39025) 2026-04-09 14:44:23 +08:00
capabilities_service_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
categories_page_spec.rb FIX: Render hashtag icons in category descriptions (#36867) 2025-12-29 09:54:34 -03:00
category_localizations_spec.rb DEV: Merge "wait for app boot" and "wait for settled" logic (#39769) 2026-05-06 09:23:05 +02:00
category_moderator_self_lockout_spec.rb DEV: Remove ComboBox usage from category forms (#39598) 2026-04-29 09:54:13 +10:00
category_topics_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
change_owner_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
composer_image_optimization_spec.rb DEV: System specs for image optimization in composer (#36060) 2025-11-19 11:37:15 +10:00
composer_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
composer_uploads_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
content_localization_language_switcher_spec.rb FIX: User options take precedence over show-original anon cookie (#39520) 2026-04-25 00:44:20 +08:00
content_localization_spec.rb FIX: User options take precedence over show-original anon cookie (#39520) 2026-04-25 00:44:20 +08:00
content_security_policy_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
core_features_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
create_invite_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
csv_exports_spec.rb FEATURE: add bootstrap first admin job (#39851) 2026-05-08 16:16:18 -03:00
custom_sidebar_sections_spec.rb DEV: Restore and fix a sidebar section spec (#39639) 2026-04-29 16:08:38 +02:00
dev_tools_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
discourse_connect_provider_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discourse_connect_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discourse_id_spec.rb FIX: enforce full_name_requirement on Discourse ID signups (#39831) 2026-05-07 15:17:47 -07:00
discovery_breadcrumb_navigation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discovery_category_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discovery_h1_accessibility_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discovery_list_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
dismissing_new_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
drafts_dropdown_spec.rb DEV: Fix a drafts dropdown spec flake (#39552) 2026-04-27 10:43:59 +02:00
edit_category_form_templates_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
edit_category_general_spec.rb DEV: Move enable_simplified_category_creation to stable (#39212) 2026-04-15 12:39:03 +10:00
edit_category_images_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
edit_category_security_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
edit_category_settings_spec.rb DEV: Remove ComboBox usage from category forms (#39598) 2026-04-29 09:54:13 +10:00
edit_category_tags_spec.rb DEV: Move enable_simplified_category_creation to stable (#39212) 2026-04-15 12:39:03 +10:00
edit_category_topic_template_spec.rb DEV: Move enable_simplified_category_creation to stable (#39212) 2026-04-15 12:39:03 +10:00
editing_sidebar_categories_navigation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
editing_sidebar_community_section_spec.rb DEV: Restore and fix a sidebar section spec (#39639) 2026-04-29 16:08:38 +02:00
editing_sidebar_tags_navigation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
editing_topic_timers_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
email_change_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
embed_mode_spec.rb FEATURE: Add post editing support to docked composers (#39858) 2026-05-08 11:11:20 -07:00
ember_deprecation_spec.rb DEV: Suppress an expected deprecation in the summary (#39786) 2026-05-06 12:01:55 +02:00
filtering_topics_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
finish_installation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
flagging_post_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
forgot_password_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
grant_badge_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
group_activity_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
group_card_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
group_moderator_self_lockout_spec.rb FIX: Warn moderators before group changes that would lock them out (#36811) 2025-12-24 14:43:00 +01:00
hashtag_autocomplete_spec.rb UX: save potentially pending draft via sendBeacon on tab close (#39056) 2026-04-14 11:56:25 -03:00
header_search_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
header_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
homepage_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
i18n_override_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
image_grid_carousel_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
impersonation_spec.rb DEV: Complete several legacy upcoming changes (#39742) 2026-05-06 10:08:47 +10:00
interface_color_selector_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
keyboard_shortcuts_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
lightbox_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
locale_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
login_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
member_upcoming_changes_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
mobile_mode_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
navigation_menu_state_integration_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
nested_activity_log_spec.rb UX: Hide activity log link for nested view unless there is a post to see (#39850) 2026-05-08 11:56:34 -05:00
nested_category_default_spec.rb DEV: Make enable_simplified_category_creation Permanent (#39739) 2026-05-06 12:21:50 +10:00
nested_cloaking_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_collapse_replies_spec.rb FIX: Properly open threads when clicking nested notifications (#39890) 2026-05-11 13:04:08 -05:00
nested_context_view_spec.rb FIX: Properly open threads when clicking nested notifications (#39890) 2026-05-11 13:04:08 -05:00
nested_copy_link_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_core_features_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_depth_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_floating_actions_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_ignored_users_spec.rb FIX: Hide ignored user posts from nested topic view (#39504) 2026-04-28 12:50:09 -05:00
nested_pagination_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_post_lifecycle_spec.rb FIX: Hide ignored user posts from nested topic view (#39504) 2026-04-28 12:50:09 -05:00
nested_quoting_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_realtime_spec.rb FEATURE: activity log modal for small actions (#39380) 2026-04-30 10:17:14 -05:00
nested_redirect_fallback_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_replying_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_resume_draft_spec.rb FIX: Allow draft to be opened for nested view topics (#39621) 2026-04-28 15:11:35 -05:00
nested_topic_admin_toggle_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
nested_topic_list_dot_spec.rb FEATURE: Notification/tracking changes for nested replies (#39750) 2026-05-07 12:33:56 -05:00
nested_view_spec.rb FIX: Show suggested and related topics on nested replies view (#39473) 2026-04-23 12:05:20 -03:00
network_disconnected_spec.rb DEV: Restore and fix the "network disconnected" spec (#39500) 2026-04-24 15:11:08 +02:00
new_category_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
omniauth_confirm_styling_spec.rb UX: Redesign OmniAuth confirmation page with branded styling (#39290) 2026-04-15 14:46:31 -07:00
permanently_delete_spec.rb UX: Migrate permanently-delete confirmation to DModal (#39896) 2026-05-12 11:42:52 +02:00
pm_user_removal_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_history_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_menu_spec.rb DEV: move new post reactions to upcoming change (#39450) 2026-04-23 11:16:54 +04:00
post_replies_spec.rb FIX: Saving an edit on a reply can fail after expanding replies (#39919) 2026-05-12 21:07:38 +02:00
post_selection_copy_quote_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_selection_fast_edit_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_small_action_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_stream_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_translation_spec.rb UX: move post language selector to toolbar, deprioritize for AI (#39208) 2026-04-15 08:25:15 -04:00
posts_page_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
powered_by_discourse_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
private_message_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
request_tracker_spec.rb FIX: Anon pageview session id reused across cached responses (#39879) 2026-05-12 10:13:05 +08:00
review_filters_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
reviewables_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
s3_secure_uploads_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
s3_uploads_spec.rb FIX: Enforce content disposition on S3 presigned URLs (#38850) 2026-03-27 10:04:00 +08:00
script_encoding_spec.rb DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00
scroll_manager_service_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
search_menu_hashtag_spec.rb FIX: search autocomplete with multiple tags (#38930) 2026-04-01 13:37:41 +04:00
search_shortcut_variation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
search_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
signup_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
simplified_category_creation_spec.rb UX: Improve icon and emoji picker styles on category creation (#39893) 2026-05-12 10:39:21 -04:00
social_authentication_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
staff_writes_only_mode_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
table_builder_spec.rb FIX: Incorrect "unsaved changes" dialog in table editor (#39581) 2026-04-27 16:26:46 +02:00
tag_group_spec.rb FIX: Prevent tag group from saving if private + no group selected (#39599) 2026-04-29 12:10:45 +08:00
tag_notification_level_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
tag_settings_spec.rb FEATURE: Tags get a dedicated settings page (#39057) 2026-04-02 17:52:30 +08:00
tags_index_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
tags_intersection_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
theme_qunit_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
theme_screenshots_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
topic_admin_menu_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
topic_bulk_select_spec.rb FIX: Ensure consistent admin bypasses for tag restrictions in bulk actions (#37928) 2026-05-12 21:00:46 +02:00
topic_list_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
topic_page_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
topic_tracking_state_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
topics_unread_when_closed_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
unified_new_topic_list_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
user_activation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
user_activity_bookmarks_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
user_activity_drafts_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
user_activity_posts_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
user_api_key_show_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
user_card_spec.rb FIX: prevent silence_reason from leaking private email body (#39337) 2026-04-17 17:45:09 +03:00
user_selector_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
user_tips_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
view_as_nested_button_spec.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
viewing_category_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
viewing_group_members_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
viewing_navigation_menu_preferences_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
viewing_reviewable_spec.rb UX: Show "Approve this post?" heading on rejected queued posts (#39767) 2026-05-06 09:29:55 -04:00
viewing_sidebar_as_anonymous_user_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
viewing_sidebar_mobile_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
viewing_sidebar_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
viewing_user_menu_spec.rb FIX: pass app events to notification items (#39438) 2026-04-22 13:00:38 +10:00
viewing_user_private_messages_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
welcome_banner_spec.rb DEV: Silence expected error/debug output in system specs (#39164) 2026-04-13 13:59:41 +02:00
wizard_spec.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00