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

Allow user to control if they are signed out of all devices when changing password #8259

Merged
merged 24 commits into from
Apr 22, 2022

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    9825e44 View commit details
    Browse the repository at this point in the history
  2. Don't sign out all devices when changing password from Settings tab

    This removes the confirm= param on the ChangePassword component
    hughns committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ac4b135 View commit details
    Browse the repository at this point in the history
  3. Use camelcase variable name

    hughns committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e8eed9d View commit details
    Browse the repository at this point in the history
  4. Add argument type

    Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
    hughns and t3chguy authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    49b12b0 View commit details
    Browse the repository at this point in the history
  5. session => device

    hughns committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    564f0fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bebf72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f360a64 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    13e95bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f9551 View commit details
    Browse the repository at this point in the history
  3. Revert "Don't sign out all devices when changing password from Settin…

    …gs tab"
    
    This reverts commit ac4b135.
    hughns committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    981813d View commit details
    Browse the repository at this point in the history
  4. If homeserver supports it then don't sign out all devices when changi…

    …ng password from Settings tab
    hughns committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e6415b2 View commit details
    Browse the repository at this point in the history
  5. Wording revisions

    hughns committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5c48520 View commit details
    Browse the repository at this point in the history
  6. Whitespace fix

    hughns committed Apr 13, 2022
    2 Configuration menu
    Copy the full SHA
    fd36f66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4380c9 View commit details
    Browse the repository at this point in the history
  8. Wording and whitespace

    hughns committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e8626ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd3a12c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27a7bf1 View commit details
    Browse the repository at this point in the history
  11. Update src/components/views/settings/ChangePassword.tsx

    Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
    hughns and t3chguy authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    36c6fde View commit details
    Browse the repository at this point in the history
  12. Update src/components/structures/auth/ForgotPassword.tsx

    Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
    hughns and t3chguy authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    20b3316 View commit details
    Browse the repository at this point in the history
  13. Refactor to use Modal promises

    hughns committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cff80ac View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    fe384cd View commit details
    Browse the repository at this point in the history
  2. Update translations

    hughns committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f3260a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    853e0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9038ea7 View commit details
    Browse the repository at this point in the history