summary refs log tree commit diff
path: root/synapse/handlers/register.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-07Remember to pick is_admin out of the dbLuke Barnard1-1/+1
2017-11-07Return whether a user is an admin within a groupLuke Barnard1-2/+3
2017-11-07Logging and logcontext fixes for LimiterRichard van der Hoff1-7/+17
2017-11-02Make the get_rooms_in_group API more saneLuke Barnard1-3/+1
2017-11-02support inhibit_login in /registerRichard van der Hoff1-12/+16
2017-11-02Add more hooks to ModuleApiRichard van der Hoff1-0/+34
2017-11-02Add a hook for custom rest endpointsRichard van der Hoff3-0/+74
2017-11-02Factor _AccountHandler proxy out to ModuleApiRichard van der Hoff3-70/+83
2017-11-02Factor out _configure_named_resourceRichard van der Hoff1-46/+64
2017-11-01Fix user-interactive password authRichard van der Hoff1-1/+3
2017-11-01Notify auth providers on logoutRichard van der Hoff3-7/+42
2017-11-01Allow password_auth_providers to return a callbackRichard van der Hoff3-6/+17
2017-11-01Let password auth providers handle arbitrary login typesRichard van der Hoff2-32/+139
2017-11-01switch to setting default displayname in the storage layerMatthew Hodgson2-10/+5
2017-11-01Move access token deletion into auth handlerRichard van der Hoff6-27/+62
2017-11-01Apparently this is pythonDavid Baker1-1/+1
2017-11-01Log login requestsDavid Baker1-0/+10
2017-11-01automatically set default displayname on registerMatthew Hodgson1-1/+8
2017-11-01Break dependency of auth_handler on device_handlerRichard van der Hoff3-13/+6
2017-11-01Fix tests for refresh_token removalRichard van der Hoff1-3/+3
2017-11-01Leave `is_public` as required argument of update_room_group_associationLuke Barnard1-1/+1
2017-11-01Update docs for updating room group associationLuke Barnard2