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

Allow for identifier dicts in User Interactive Auth dicts #7438

Closed
wants to merge 17 commits into from

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    b674bb8 View commit details
    Browse the repository at this point in the history
  2. Factor out identifier -> username conversion into its own method

    We then use this in both login and authhandler, the latter being where we process m.login.password
    User Interactive Authentication responses, which can now include identifiers
    anoadragon453 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    7044c1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f240a8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb64c95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1807115 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    358e51b View commit details
    Browse the repository at this point in the history
  7. Changelog

    anoadragon453 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    699904c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    7184c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1876235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f4b0c View commit details
    Browse the repository at this point in the history
  4. Update synapse/handlers/auth.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    anoadragon453 and clokep committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    efb5670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53981c3 View commit details
    Browse the repository at this point in the history
  6. Docstring spacing

    anoadragon453 committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b1c0eb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9277e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    cb272bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af21fbb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Merge branch 'develop' of github.com:matrix-org/synapse into anoa/use…

    …r_param_ui_auth
    
    * 'develop' of github.com:matrix-org/synapse: (369 commits)
      Add functions to `MultiWriterIdGen` used by events stream (#8164)
      Do not allow send_nonmember_event to be called with shadow-banned users. (#8158)
      Changelog fixes
      1.19.1rc1
      Make StreamIdGen `get_next` and `get_next_mult` async  (#8161)
      Wording fixes to 'name' user admin api filter (#8163)
      Fix missing double-backtick in RST document
      Search in columns 'name' and 'displayname' in the admin users endpoint (#7377)
      Add type hints for state. (#8140)
      Stop shadow-banned users from sending non-member events. (#8142)
      Allow capping a room's retention policy (#8104)
      Add healthcheck for default localhost 8008 port on /health endpoint. (#8147)
      Fix flaky shadow-ban tests. (#8152)
      Fix join ratelimiter breaking profile updates and idempotency (#8153)
      Do not apply ratelimiting on joins to appservices (#8139)
      Don't fail /submit_token requests on incorrect session ID if request_token_inhibit_3pid_errors is turned on (#7991)
      Do not apply ratelimiting on joins to appservices (#8139)
      Micro-optimisations to get_auth_chain_ids (#8132)
      Allow denying or shadow banning registrations via the spam checker (#8034)
      Stop shadow-banned users from sending invites. (#8095)
      ...
    anoadragon453 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    7affcd0 View commit details
    Browse the repository at this point in the history