Commit Graph

140 Commits (c31793a784059d3c90c1a81396fa832fa9efebac)

Author SHA1 Message Date
Erik Johnston 5c88bb722f Move PaginationHandler to its own file 6 years ago
Amber Brown e1a237eaab
Admin API for creating new users (#3415) 6 years ago
Erik Johnston bacdf0cbf9 Move RoomContextHandler out of Handlers 6 years ago
Erik Johnston 8cb8df55e9 Split MessageHandler into read only and writers 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Amber Brown 77ac14b960
Pass around the reactor explicitly (#3385) 7 years ago
Richard van der Hoff 8810685df9 Stub out ServerNoticesSender on the workers 7 years ago
Richard van der Hoff 9ea219c514 Send users a server notice about consent 7 years ago
Richard van der Hoff fed62e21ad Infrastructure for a server notices room 7 years ago
Richard van der Hoff c46367d0d7 Move RoomCreationHandler out of synapse.handlers.Handlers 7 years ago
Richard van der Hoff 47815edcfa ConsentResource to gather policy consent from users 7 years ago
Adrian Tschira 6495dbb326 Burminate v1auth 7 years ago
Erik Johnston 3f0f06cb31 Split RoomMemberWorkerHandler to separate file 7 years ago
Erik Johnston b27320b550 Implement RoomMemberWorkerHandler 7 years ago
Erik Johnston d45a114824 Raise, don't return, exception 7 years ago
Erik Johnston b78717b87b Split RoomMemberHandler into base and master class 7 years ago
Erik Johnston cb9f8e527c s/replication_client/federation_client/ 7 years ago
Erik Johnston cea462e285 s/replication_server/federation_server 7 years ago
Erik Johnston 265b993b8a Split replication layer into two 7 years ago
Erik Johnston c3f79c9da5 Split out edu/query registration to a separate class 7 years ago
Erik Johnston 784f036306 Move RoomMemberHandler out of Handlers 7 years ago
Erik Johnston 3fa362502c Update places where we create events 7 years ago
Richard van der Hoff 6da4c4d3bd Factor out resolve_state_groups to a separate handler 7 years ago
Richard van der Hoff 25adde9a04 Factor out get_db_conn to HomeServer base class 7 years ago
Matthew Hodgson 47d99a20d5 Add user_directory_include_pattern config param to expand search results to additional users 7 years ago
Richard van der Hoff ae31f8ce45 Move set_password into its own handler 7 years ago
Richard van der Hoff 7ca5c68233 Move deactivate_account into its own handler 7 years ago
Richard van der Hoff e1fd4751de Build MediaRepositoryResource as a homeserver dependency 7 years ago
Richard van der Hoff 7298ed7c51 Clean up dependency list 7 years ago
David Baker 6cd5fcd536 Make the spam checker a module 7 years ago
Erik Johnston bf81f3cf2c Split out profile handler to fix tests 7 years ago
Erik Johnston 2f9eafdd36 Add local group server support 7 years ago
Erik Johnston b8ca494ee9 Initial group server implementation 7 years ago
Erik Johnston eeb2f9e546 Add user_directory to database 8 years ago
Erik Johnston cafe659f72 Store ActionGenerator in HomeServer 8 years ago
David Baker 1a9255c12e Use CodeMessageException subclass instead 8 years ago
David Baker a90a0f5c8a Propagate errors sensibly from proxied IS requests 8 years ago
Luke Barnard d892079844 Finish implementing RM endpoint 8 years ago
Erik Johnston 36c28bc467 Update all the workers and master to use TCP replication 8 years ago
Erik Johnston 51adaac953 Fix email push in pusher worker 8 years ago
Erik Johnston feec718265 Shuffle receipt handler around so that worker apps don't need to load it 8 years ago
Erik Johnston 26072df6af Ensure only main or federation_sender process can send federation traffic 8 years ago
Erik Johnston ed787cf09e Hook up the send queue and create a federation sender worker 8 years ago
Erik Johnston 847d5db1d1 Add transaction queue and transport layer to DI 8 years ago
Erik Johnston 87528f0756 Support /initialSync in synchrotron worker 8 years ago
Erik Johnston a70a43bc51 Move RoomListHandler into a separate file 8 years ago
Mark Haines d4a35ada28 Send device messages over federation 8 years ago
Erik Johnston 4e1cebd56f Make synchrotron accept /events 8 years ago
Richard van der Hoff 986615b0b2 Move e2e query logic into a handler 8 years ago
Richard van der Hoff f863a52cea Add device_id support to /login 8 years ago