Add signup functionality and enhance homeserver connection handling#60
Merged
mjkatgithub merged 3 commits intodevelopfrom Apr 19, 2026
Merged
Add signup functionality and enhance homeserver connection handling#60mjkatgithub merged 3 commits intodevelopfrom
mjkatgithub merged 3 commits intodevelopfrom
Conversation
- Introduce a new signup page with form fields for email, homeserver, username, and password. - Implement registration logic in the `useMatrixClient` composable, handling email verification and signup availability errors. - Update the landing page and login page to include navigation to the signup page. - Add translations for new authentication messages in English and German. - Create E2E tests for signup scenarios, ensuring proper navigation and form visibility. - Add unit tests for the signup page to validate registration flow and error handling.
- Introduce a new connection hint message for users when homeserver access fails, providing guidance on using HTTPS for public servers. - Update `useMatrixClient` to normalize homeserver URLs, ensuring HTTP to HTTPS upgrades for public hostnames to prevent CORS issues. - Modify login and signup error handling to display the new connection hint message when relevant errors occur. - Add unit tests to verify the new homeserver URL normalization and error handling logic. - Update translations for the new connection hint message in English and German.
- Added MVP signup page with Matrix registration and user-facing error feedback. - Implemented a post-signup success banner on the login page. - Normalized homeserver base URL to upgrade public HTTP to HTTPS, preventing CORS failures in the browser.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
useMatrixClient.register).Related Issue
Closes #52
Branch Flow
feature/simple-signup-pagedevelopScope of Changes
Validation
Local checks
Manual test
Risk and Rollback
Checklist