Commit History

Author SHA1 Message Date
  Andrew Morgan b40657314e Add module API callbacks for adding and deleting local 3PID associations (#15044 1 year ago
  Sean Quah d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
  Patrick Cloke d8cc86eff4 Remove redundant types from comments. (#14412) 1 year ago
  Quentin Gliech cc3a52b33d Support OIDC backchannel logouts (#11414) 1 year ago
  Quentin Gliech 8756d5c87e Save login tokens in database (#13844) 1 year ago
  Brendan Abolivier be76cd8200 Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 1 year ago
  Dirk Klimpel f799eac7ea Add timestamp to user's consent (#13741) 1 year ago
  Quentin Gliech 3dd175b628 `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 1 year ago
  Patrick Cloke 53b77b203a Replace noop background updates with DELETE. (#12954) 2 years ago
  Will Hunt 2d74a8c178 Add `mau_appservice_trial_days` config (#12619) 2 years ago
  Dirk Klimpel 1783156dbc Add some type hints to datastore (#12423) 2 years ago
  reivilibre f871222880 Move `update_client_ip` background job from the main process to the background worker. (#12251) 2 years ago
  Dirk Klimpel ac95167d2f Add some type hints to datastore. (#12255) 2 years ago
  Patrick Cloke bc9dff1d95 Remove unnecessary pass statements. (#12206) 2 years ago
  reivilibre 235d2916ce Fix slow performance of `/logout` in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. (#12056) 2 years ago
  Patrick Cloke 444b04058b Document why auth providers aren't validated in the admin API. (#12004) 2 years ago
  Patrick Cloke 10a88ba91c Use auto_attribs/native type hints for attrs classes. (#11692) 2 years ago
  Dirk Klimpel f82d38ed2e Improve type hints in storage classes. (#11652) 2 years ago
  Sean Quah a4dce5b53d Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) 2 years ago
  Patrick Cloke 9562f0c2f1 Ensure emails are canonicalized before fetching associated user. (#11547) 2 years ago
  reivilibre 1d8b80b334 Support expiry of refresh tokens and expiry of the overall session when refresh tokens are in use. (#11425) 2 years ago
  Patrick Cloke 55669bd3de Add missing type hints to config base classes (#11377) 2 years ago
  Shay 7cebaf9644 Remove code invalidated by deprecated config flag 'trust_identity_servers_for_password_resets' (#11395) 2 years ago
  reivilibre 539e441399 Use auto_attribs for RefreshTokenLookupResult (#11386) 2 years ago
  Patrick Cloke 24b61f379a Add ability to un-shadow-ban via the admin API. (#11347) 2 years ago
  Jason Robinson 63cbdd8af0 Enable changing user type via users admin API (#11174) 2 years ago
  Dirk Klimpel ef7fe09778 Fix setting a user's external_id via the admin API returns 500 and deletes users existing external mappings if that external ID is already mapped (#11051) 2 years ago
  Patrick Cloke 3ab55d43bd Add missing type hints to synapse.api. (#11109) 2 years ago
  David Robertson 51a5da74cc Annotate synapse.storage.util (#10892) 2 years ago
  Patrick Cloke f4b1a9a527 Require direct references to configuration variables. (#10985) 2 years ago