summary refs log tree commit diff
path: root/synapse/module_api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Do not assume calls to runInteraction return Deferreds. (#8133)Patrick Cloke2020-08-201-3/+7
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-2/+6
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* Wrap register_device coroutine in an ensureDeferred (#7684)Andrew Morgan2020-06-161-5/+7
* Convert the registration handler to async/await. (#7649)Patrick Cloke2020-06-081-2/+6
* Convert auth handler to async/await (#7261)Patrick Cloke2020-04-151-2/+4
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-1/+21
* Factor out complete_sso_login and expose it to the Module APIBrendan Abolivier2020-03-031-0/+19
* Cleanups and additions to the module APIRichard van der Hoff2020-01-122-6/+59
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-1/+1
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff2019-07-081-8/+2
* Update ModuleApi to avoid register(generate_token=True) (#5640)Richard van der Hoff2019-07-081-8/+56
* Run Black. (#5482)Amber Brown2019-06-201-3/+3
* Allow password providers to bind emails (#4947)Andrew Morgan2019-03-281-4/+5
* Support 3PID login in password providers (#4931)Andrew Morgan2019-03-261-3/+15
* Fix registration on workers (#4682)Erik Johnston2019-02-201-1/+1
* Delete devices in various logout situationsRichard van der Hoff2017-11-291-2/+12
* Add more hooks to ModuleApiRichard van der Hoff2017-11-021-0/+34
* Factor _AccountHandler proxy out to ModuleApiRichard van der Hoff2017-11-021-0/+79