Commit History

Author SHA1 Message Date
  Patrick Cloke 6d47b7e325 Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 1 year ago
  Will Hunt 15382b1afa Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 2 years ago
  Brendan Abolivier 300ed0b8a6 Add module callbacks called for reacting to deactivation status change and profile update (#12062) 2 years ago
  Richard van der Hoff e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
  reivilibre df54c8485a Remove account data (including client config, push rules and ignored users) upon user deactivation. (#11621) 2 years ago
  Sean Quah df95d3aec2 Revert change to counting of deactivated users towards the monthly active users limit (#11127) 2 years ago
  Patrick Cloke eb9ddc8c2e Remove the deprecated BaseHandler. (#11005) 2 years ago
  Hillery Shay eda8c88b84 Add functionality to remove deactivated users from the monthly_active_users table (#10947) 2 years ago
  David Robertson dcfd864970 Fix reactivated users not being added to the user directory (#10782) 2 years ago
  David Robertson 60453315bd Always add local users to the user directory (#10796) 2 years ago
  Patrick Cloke 01c88a09cd Use direct references for some configuration variables (#10798) 2 years ago
  David Robertson 318162f5de Easy refactors of the user directory (#10789) 2 years ago
  Andrew Morgan 71f0623de9 Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 3 years ago
  Jonathan de Jong 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Patrick Cloke b7748d3c00 Import HomeServer from the proper module. (#9665) 3 years ago
  Erik Johnston 1e62d9ee8c Ensure pushers are deleted for deactivated accounts (#9285) 3 years ago
  Eric Eastwood 0a00b7ff14 Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Dirk Klimpel 7a2e9b549d Remove user's avatar URL and displayname when deactivated. (#8932) 3 years ago
  Erik Johnston f737368a26 Add admin API for logging in as a user (#8617) 3 years ago
  Patrick Cloke 629a951b49 Move additional tasks to the background worker, part 4 (#8513) 3 years ago
  Patrick Cloke c9c0ad5e20 Remove the deprecated Handlers object (#8494) 3 years ago
  Patrick Cloke a93f3121f8 Add type hints to some handlers (#8505) 3 years ago
  Patrick Cloke 8a4a4186de Simplify super() calls to Python 3 syntax. (#8344) 3 years ago
  Patrick Cloke 13d77464c9 Follow-up to admin API to re-activate accounts (#7908) 3 years ago
  Patrick Cloke 8c7d0f163d Allow accounts to be re-activated from the admin APIs. (#7847) 4 years ago
  Patrick Cloke 457096e6df Support handling registration requests across multiple client readers. (#7830) 4 years ago
  Erik Johnston 28c98e51ff Add `local_current_membership` table (#6655) 4 years ago
  Erik Johnston 3d46124ad0 Port some admin handlers to async/await (#6559) 4 years ago
  Andrew Morgan a9c44d4008 Remove local threepids on account deactivation (#6426) 4 years ago
  Brendan Abolivier 3e42d47a5a Incorporate review 4 years ago