discourse/spec/system
Osama Sayegh 4f9359d056
FIX: Name field should appear in the signup form for login-required sites (#30634)
Meta topic: https://meta.discourse.org/t/full-name-at-sign-up-went-missing/345662/17?u=osama

The preloaded `site` object for anons on login-required sites is a stripped down version of the full object with just a specific set of attributes and doesn't use the site serializer. This results in the `full_name_required_for_signup` and `full_name_visible_in_signup` attributes not making it to the client app when a login-required site is accessed by an anon, causing the name field in the signup form to not be rendered, even when it's required.

This commit includes those attributes in the stripped down version of the `site` object that's used for anons on login-required sites.
2025-01-08 03:49:34 +03:00
..
composer FIX: editing post while replying (#29985) 2024-12-02 16:06:36 +01:00
emojis
groups
helpers
page_objects FIX: Name field should appear in the signup form for login-required sites (#30634) 2025-01-08 03:49:34 +03:00
topic_list DEV: Introduce new 'glimmer topic list mode' site setting (#30375) 2024-12-19 17:38:35 +00:00
user_page
about_page_spec.rb
admin_about_config_area_spec.rb FIX: Don't secure the about banner image (#29889) 2024-11-25 11:12:00 +03:00
admin_backups_spec.rb
admin_badges_grouping_modal_spec.rb
admin_badges_spec.rb
admin_customize_emojis_spec.rb DEV: Convert admin emojis UI to new layout (#29615) 2024-11-11 15:04:15 +08:00
admin_customize_form_templates_spec.rb DEV: Cleanup todos from codebase (#30394) 2024-12-19 18:22:33 -08:00
admin_customize_themes_spec.rb
admin_dashboard_community_health_spec.rb
admin_dashboard_new_features_spec.rb FIX: Calculate experiment_enabled on server for "What's new?" (#30599) 2025-01-07 11:27:24 +10:00
admin_editing_objects_typed_theme_setting_spec.rb
admin_embeddable_hosts_spec.rb UX: admins embedding page follows admin ux guideline (#30122) 2025-01-06 13:01:08 +11:00
admin_flags_spec.rb UX: Add Sentence Casing for Setting Names (#30479) 2024-12-31 09:55:53 +11:00
admin_notices_spec.rb
admin_permalinks_page_spec.rb FEATURE: settings tab for permalinks (#30192) 2024-12-19 10:40:34 +11:00
admin_sidebar_navigation_spec.rb UX: Update email and security sidebar link copy (#30563) 2025-01-07 09:59:31 +10:00
admin_site_setting_label_formatting_spec.rb UX: Add Sentence Casing for Setting Names (#30479) 2024-12-31 09:55:53 +11:00
admin_site_setting_requires_confirmation_spec.rb
admin_site_setting_search_spec.rb
admin_site_texts_spec.rb
admin_staff_action_logs_spec.rb FIX: filterable staff logs for flags (#29695) 2024-11-12 11:23:18 +11:00
admin_user_badges_spec.rb
admin_user_fields_spec.rb DEV: Introduce <DPageHeader /> and <DPageSubheader /> components (#30146) 2024-12-18 08:13:39 +10:00
admin_user_spec.rb UX: admins users page follows admin ux guideline (#29873) 2024-12-02 10:11:23 +11:00
admin_users_list_spec.rb FEATURE: Add an option to block IPs and emails to bulk user delete (#29993) 2024-12-09 14:25:31 +03:00
admin_watched_words_spec.rb
admin_web_hook_events_spec.rb
bookmarks_spec.rb
bootstrap_error_pages_spec.rb
category_topics_spec.rb FIX: Dismiss unread posts in subcategories (#29671) 2024-11-14 10:06:12 -05:00
change_owner_spec.rb
composer_spec.rb DEV: Remove unused binding.pry (#30207) 2024-12-10 11:25:37 -06:00
composer_uploads_spec.rb
content_security_policy_spec.rb
create_account_spec.rb
create_invite_spec.rb FIX: Add back the option to create invite without emailing (#29641) 2024-11-08 07:59:24 +03:00
csv_exports_spec.rb
custom_sidebar_sections_spec.rb
discovery_breadcrumb_navigation_spec.rb
discovery_category_spec.rb
discovery_list_spec.rb FIX: Correctly toggle bulk select checkboxes for regular users (#29984) 2024-11-28 09:39:17 -05:00
dismissing_new_spec.rb FIX: Dismiss unread posts in subcategories (#29671) 2024-11-14 10:06:12 -05:00
edit_category_form_templates_spec.rb
edit_category_security_spec.rb DEV: Fix random typos (#30023) 2024-12-02 07:34:05 +08:00
editing_sidebar_categories_navigation_spec.rb
editing_sidebar_community_section_spec.rb
editing_sidebar_tags_navigation_spec.rb
email_change_spec.rb DEV: Change hide_email_address_taken default to true (#30293) 2024-12-17 10:46:04 +08:00
ember_deprecation_spec.rb DEV: Upgrade dependencies to Ember 5.12 (#30131) 2024-12-11 11:09:25 -03:00
filtering_topics_spec.rb DEV: Remove experimental_topics_filter setting (#29902) 2024-11-25 10:49:40 -05:00
flagging_post_spec.rb
forgot_password_spec.rb
grant_badge_spec.rb FEATURE: Show when a badge has been granted for a post (#29696) 2024-12-03 13:43:27 +11:00
group_activity_spec.rb
group_card_spec.rb
hashtag_autocomplete_spec.rb
header_spec.rb
homepage_spec.rb
keyboard_shortcuts_spec.rb
login_spec.rb DEV: Change hide_email_address_taken default to true (#30293) 2024-12-17 10:46:04 +08:00
navigation_menu_state_integration_spec.rb
network_disconnected_spec.rb
new_category_spec.rb
new_topic_list_spec.rb
post_menu_spec.rb FIX: Recover user deleted post (#30145) 2024-12-06 15:47:57 -03:00
post_replies_spec.rb
post_selection_copy_quote_spec.rb
post_selection_fast_edit_spec.rb FIX: fast edit with a typographic character 2024-12-10 12:13:10 +01:00
post_small_action_spec.rb
powered_by_discourse_spec.rb
private_message_map_spec.rb
request_tracker_spec.rb
reviewables_spec.rb
s3_secure_uploads_spec.rb
s3_uploads_spec.rb
scroll_manager_service_spec.rb
search_spec.rb
signup_spec.rb FIX: Name field should appear in the signup form for login-required sites (#30634) 2025-01-08 03:49:34 +03:00
social_authentication_spec.rb FEATURE: Add option to hide full name input at signup (#30471) 2024-12-30 22:26:20 +03:00
table_builder_spec.rb
tag_notification_level_spec.rb DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
tag_synonyms_spec.rb
tag_view_spec.rb
tags_intersection_spec.rb
theme_qunit_spec.rb
topic_admin_menu_spec.rb
topic_bulk_select_spec.rb DEV: Fix flaky test with bulk select closing topics (#29871) 2024-11-20 16:34:44 -07:00
topic_list_focus_spec.rb
topic_map_spec.rb UX: reduce bottom topic map threshold, with protections (#29665) 2024-11-13 07:58:44 -05:00
topic_page_spec.rb
topics_unread_when_closed_spec.rb
user_activation_spec.rb
user_activity_bookmarks_spec.rb
user_invites_spec.rb
user_selector_spec.rb
user_tips_spec.rb
viewing_category_spec.rb
viewing_group_members_spec.rb
viewing_navigation_menu_preferences_spec.rb
viewing_sidebar_as_anonymous_user_spec.rb
viewing_sidebar_mobile_spec.rb
viewing_sidebar_spec.rb
viewing_user_menu_spec.rb
viewing_user_private_messages_spec.rb
wizard_spec.rb FIX: Wizard branding step null logo (#30523) 2025-01-02 10:44:31 +10:00