discourse/spec/system/page_objects/pages
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
..
about.rb DEV: Fix the build on github (#28831) 2024-09-11 07:52:23 +08:00
activate_account.rb UX: Add progress bar to the registration flow (#27694) 2024-08-28 08:43:39 -03:00
admin_about_config_area.rb DEV: Wiring for the admin about config page (#27492) 2024-07-01 05:40:37 +03:00
admin_customize_themes.rb FEATURE: direct link to components for admin sidebar (#26644) 2024-04-17 11:45:59 +10:00
admin_dashboard.rb FEATURE: Add ability to dismiss admin notices (#28916) 2024-09-17 14:43:34 +08:00
admin_embedding_host_form.rb UX: admins embedding page follows admin ux guideline (#30122) 2025-01-06 13:01:08 +11:00
admin_embedding_posts_and_topics.rb UX: admins embedding page follows admin ux guideline (#30122) 2025-01-06 13:01:08 +11:00
admin_embedding.rb FIX: consistent delete button for admin panel (#30592) 2025-01-07 14:05:45 +11:00
admin_flag_form.rb FIX: flaky flags system spec (#29039) 2024-10-08 08:38:42 +11:00
admin_flags.rb FIX: flaky flags system spec (#29039) 2024-10-08 08:38:42 +11:00
admin_new_features.rb FIX: Calculate experiment_enabled on server for "What's new?" (#30599) 2025-01-07 11:27:24 +10:00
admin_objects_theme_setting_editor.rb
admin_permalink_form.rb UX: redesign admin permalinks page (#29634) 2024-11-14 10:03:58 +11:00
admin_permalinks.rb DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
admin_plugins_list.rb DEV: Introduce <DPageHeader /> and <DPageSubheader /> components (#30146) 2024-12-18 08:13:39 +10:00
admin_site_settings.rb DEV: Fix admin confirmation flaky spec (#29456) 2024-10-30 04:59:51 +10:00
admin_site_texts.rb FIX: correctly display category name in replace text modal (#29612) 2024-11-06 13:39:52 +11:00
admin_staff_action_logs.rb FIX: filterable staff logs for flags (#29695) 2024-11-12 11:23:18 +11:00
admin_user_fields.rb DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
admin_user.rb FIX: Don't show silence button on staff users and display similar users (#28423) 2024-08-20 15:27:29 +03:00
admin_users.rb FIX: correct breadcrumb for admin users page (#30173) 2024-12-09 10:52:50 +11:00
admin_watched_words.rb UX: limit "outputs HTML" watched word option to replacements (#28063) 2024-07-25 16:25:56 -03:00
admin_web_hook_events.rb FEATURE: Add Filter for Webhook Events by Status (#27332) 2024-06-07 10:26:00 -05:00
base.rb
category.rb UX: Add group link to category permission row (#28560) 2024-08-28 16:11:16 +10:00
csv_export_pm.rb
discovery.rb
form_template.rb
group_activity_posts.rb DEV: Reusable post-list component (#30312) 2024-12-19 09:20:25 -08:00
group.rb
header.rb
invite_form.rb DEV: Convert account activation pages to use Ember (#28206) 2024-08-12 18:02:00 -03:00
login.rb UX: Add option to use fullpages for login and signup (#29034) 2024-10-15 11:10:54 -03:00
review.rb
search.rb DEV: adds logo page component (#28276) 2024-08-08 13:52:48 +02:00
signup.rb FIX: Name field should appear in the signup form for login-required sites (#30634) 2025-01-08 03:49:34 +03:00
tag.rb FIX: Refresh the edit tag section when navigating to another tag (#28519) 2024-08-23 20:08:24 +03:00
topic.rb DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
user_activity_bookmarks.rb FIX: correctly filter user bookmarks (#28612) 2024-08-28 15:39:07 -04:00
user_invited_pending.rb UX: Simplify invite modal (#28974) 2024-10-21 13:11:43 +03:00
user_notifications.rb
user_preferences_account.rb
user_preferences_interface.rb
user_preferences_navigation_menu.rb
user_preferences_profile.rb FIX: show cooked bio in user profile (#27734) 2024-07-05 12:31:57 +02:00
user_preferences_security.rb
user_preferences.rb
user_private_messages.rb
user_reset_password.rb FIX: User can't reset password with backup codes when only security key is enabled (#27368) 2024-06-06 14:30:42 +08:00
user.rb
wizard.rb FEATURE: Improve wizard quality and rearrange steps (#30055) 2025-01-02 09:28:23 +10:00