Commit Graph

45 Commits (906cead9ca5fc95fd64680ec18f775f4de6ea97f)

Author SHA1 Message Date
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
Erik Johnston 9ccea16d45 Assume key existence. Update docstrings 5 years ago
Erik Johnston c061d4f237 Fixup from review comments. 5 years ago
Erik Johnston d0b849c86d
Apply comment fixups from code review 5 years ago
Erik Johnston 8ee69f299c Add basic function to get all data for a user out of synapse 5 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Morteza Araby 2849d3f29d admin,storage: added more administrator functionalities 8 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Daniel Wagner-Hall edfcb83473 Flatten devices into a dict, not a list 9 years ago
Daniel Wagner-Hall 526bc33e02 Fix implementation of /admin/whois 9 years ago
Daniel Wagner-Hall a0b181bd17 Remove completely unused concepts from codebase 9 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Erik Johnston 3ccb17ce59 SYN-48: Implement WHOIS rest servlet 10 years ago