Commit Graph

63 Commits (bc1db16086d0718c9c0bb61b32b825ba62049bb0)

Author SHA1 Message Date
Erik Johnston 23740eaa3d
Correctly mention previous copyright (#16820) 10 months ago
Erik Johnston 7469fa7585
Simplify internal metadata class. (#16762) 11 months ago
Patrick Cloke 8e1e62c9e0 Update license headers 1 year ago
Patrick Cloke cfb6d38c47
Remove remaining usage of cursor_to_dict. (#16564) 1 year ago
Patrick Cloke cc865fffc0
Convert user_get_threepids response to attrs. (#16468) 1 year ago
Erik Johnston 009b47badf
Factor out `MultiWriter` token from `RoomStreamToken` (#16427) 1 year ago
Patrick Cloke c1e244c8f7
Make cached account data/tags/admin types immutable (#16325) 1 year ago
Erik Johnston 954921736b
Refactor `get_user_by_id` (#16316) 1 year ago
Mathieu Velten dcb2778341
Add last_seen_ts to the admin users API (#16218) 1 year ago
Mathieu Velten dac97642e4
Implements admin API to lock an user (MSC3939) (#15870) 1 year ago
Shay d0c4257f14
`N + 3`: Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters` (#15649) 2 years ago
Dirk Klimpel a068ad7dd4
Add information on uploaded media to user export command. (#15107) 2 years ago
Dirk Klimpel 61bfcd669a
Add account data to export command (#14969) 2 years ago
Dirk Klimpel bf82b56bab
Add more user information to export-data command. (#14894) 2 years ago
Patrick Cloke 265735db9d
Use an enum for direction. (#14927) 2 years ago
Tadeusz Sośnierz 1433b5d5b6
Show erasure status when listing users in the Admin API (#14205) 2 years ago
Brendan Abolivier be76cd8200
Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 2 years ago
Dirk Klimpel f799eac7ea
Add timestamp to user's consent (#13741) 2 years ago
Erik Johnston 1e453053cb
Rename storage classes (#12913) 3 years ago
Erik Johnston 4660d9fdcf
Fix up `state_store` naming (#12871) 3 years ago
Richard van der Hoff e24ff8ebe3
Remove `HomeServer.get_datastore()` (#12031) 3 years ago
Andrew Morgan 18862f20b5
Remove the 'password_hash' from the Users Admin API endpoint response dictionary (#11576) 3 years ago
Patrick Cloke 5cace20bf1
Add missing type hints to `synapse.app`. (#11287) 3 years ago
Rafael Gonçalves 0e16b418f6
Add knock information in admin exported data (#11171) 3 years ago
Patrick Cloke eb9ddc8c2e
Remove the deprecated BaseHandler. (#11005) 3 years ago
Jonathan de Jong 98aec1cc9d
Use inline type hints in `handlers/` and `rest/`. (#10382) 3 years ago
Dirk Klimpel 6c02cca95f
Add SSO `external_ids` to Query User Account admin API (#10261) 3 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 4 years ago
Patrick Cloke b7748d3c00
Import HomeServer from the proper module. (#9665) 4 years ago
Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 4 years ago
Patrick Cloke 9999eb2d02
Add type hints to admin and room list handlers. (#8973) 4 years ago
Patrick Cloke 34a5696f93
Fix typos and spelling errors. (#8639) 4 years ago
Erik Johnston ea70f1c362
Various clean ups to room stream tokens. (#8423) 4 years ago
Patrick Cloke 8a4a4186de
Simplify super() calls to Python 3 syntax. (#8344) 4 years ago
Erik Johnston fe8ed1b46f
Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) 4 years ago
Patrick Cloke c619253db8
Stop sub-classing object (#8249) 4 years ago
Patrick Cloke e739b20588
Fix up types and comments that refer to Deferreds. (#7945) 4 years ago
Dirk Klimpel 56ca93ef59
Admin api to add an email address (#6789) 5 years ago
Andrew Morgan ce84dd9e20
Remove unnecessary abstractions in admin handler (#6751) 5 years ago
Erik Johnston d386f2f339
Add StateMap type alias (#6715) 5 years ago
Erik Johnston 28c98e51ff
Add `local_current_membership` table (#6655) 5 years ago
Manuel Stahl d2906fe666 Allow admin users to create or modify users without a shared secret (#6495) 5 years ago
Erik Johnston 3d46124ad0
Port some admin handlers to async/await (#6559) 5 years ago
Manuel Stahl 649b6bc088 Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) 5 years ago
Erik Johnston 69f0054ce6 Port to use state storage 5 years ago
Olivier Wilkinson (reivilibre) c88a119259 Add GET method to admin API /users/@user:dom/admin 5 years ago
reivilibre 1a7e6eb633
Add Admin API capability to set adminship of a user (#5878) 5 years ago
Amber Brown 4806651744
Replace returnValue with return (#5736) 5 years ago
Erik Johnston b4f5416dd9 pep8 5 years ago
Erik Johnston eadb13d2e9 Remove FileExfiltrationWriter 5 years ago