Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Simplify registration with email validation #11398

Merged
merged 12 commits into from
Aug 15, 2023
Merged

Simplify registration with email validation #11398

merged 12 commits into from
Aug 15, 2023

Commits on Aug 11, 2023

  1. Simplify registration with email validation

    Instead of having the email validation flow redirect back to the client
    which is error-prone due to 2 clients racing on the /register request
    we only encourage a single tab of Element (the one you started registering
    on) as this fixes both the flakiness and the double-registration.
    t3chguy committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9f80ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee499d View commit details
    Browse the repository at this point in the history
  3. Bump wait

    t3chguy committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1d1b5ee View commit details
    Browse the repository at this point in the history
  4. Iterate

    t3chguy committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    caff0c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Crank the log level

    t3chguy committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c02fdae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a2ca2 View commit details
    Browse the repository at this point in the history
  3. Iterate

    t3chguy committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5d98a40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4109066 View commit details
    Browse the repository at this point in the history
  5. Iterate

    t3chguy committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5679405 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/fix/25832
    
    # Conflicts:
    #	cypress/plugins/index.ts
    #	cypress/plugins/synapsedocker/index.ts
    #	cypress/support/homeserver.ts
    #	yarn.lock
    t3chguy committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d3c2988 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Iterate

    t3chguy committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fa0ec5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d7811 View commit details
    Browse the repository at this point in the history