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

Support registration tokens #7275

Merged
merged 24 commits into from
Jan 24, 2023
Merged

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    5b10be8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Backwards compatibility with unstable auth type

    Some server installs are not updated to use the stable version
    of the registration token authentication type, so also handle
    the unstable version defined in MSC3231.
    
    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    39c258a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Make LOGIN_TYPE public and readonly

    Co-authored-by: Travis Ralston <[email protected]>
    govynnus and turt2live committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8d3e1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddf830 View commit details
    Browse the repository at this point in the history
  3. Remove line related to skinning

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    f9a3fe8 View commit details
    Browse the repository at this point in the history
  4. Change empty string to null

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    47e3a7a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Use "public"s for new code style

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3a30db6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge branch 'develop' into registration-tokens

    So CI tests pass
    govynnus committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e76180e View commit details
    Browse the repository at this point in the history
  2. Change input to AccessibleButton

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed May 16, 2022
    Configuration menu
    Copy the full SHA
    939a5ec View commit details
    Browse the repository at this point in the history
  3. Add more detail regarding source of token

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6fa9204 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    8e911d6 View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    The text and button type will be the same every time
    for registration tokens, unlike (possibly) for SSO.
    
    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    f489cd5 View commit details
    Browse the repository at this point in the history
  3. Change null back to ""

    Due to the following warning when attempting to test:
    > Warning: `value` prop on `input` should not be null.
    > Consider using an empty string to clear the component or
    > `undefined` for uncontrolled components.
    
    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    6cb3260 View commit details
    Browse the repository at this point in the history
  4. Disable submit button when no token entered

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    3ebb998 View commit details
    Browse the repository at this point in the history
  5. Add test for registration tokens

    Adapted from test/components/views/dialogs/InteractiveAuthDialog-test.tsx
    
    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    a19b417 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    73e0f8a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    43a3e4e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    1881fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04911e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Fix linting errors

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    aea870d View commit details
    Browse the repository at this point in the history
  2. Fix test for registration tokens

    Signed-off-by: Callum Brown <[email protected]>
    govynnus committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3636932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a632da7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    3a944c0 View commit details
    Browse the repository at this point in the history
  2. Add missing type

    andybalaam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    284ba03 View commit details
    Browse the repository at this point in the history