summary refs log tree commit diff
path: root/synapse/module_api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-071-3/+2
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-0/+2
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-291-1/+53
* disallow-untyped-defs for the module_api (#11029)David Robertson2021-11-291-30/+55
* Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-231-1/+1
* Add/Unerase annotations to Module API (#11341)reivilibre2021-11-181-23/+134
* Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-101-2/+2
* Add a module API method to retrieve state from a room (#11204)Brendan Abolivier2021-10-291-0/+49
* Add a ModuleApi method to update a user's membership in a room (#11147)Brendan Abolivier2021-10-281-1/+99
* Document the version each module API method was added to Synapse (#11183)Brendan Abolivier2021-10-261-11/+88
* Fix module API's `get_user_ip_and_agents` function when run on workers (#11112)Sean Quah2021-10-251-1/+5
* Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth2021-10-131-0/+9
* Mark Module API error imports as re-exported and mark Synapse as containing t...reivilibre2021-10-131-2/+9
* Add type hints to `synapse.storage.databases.main.client_ips` (#10972)Sean Quah2021-10-121-3/+3
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-3/+5
* Extend ModuleApi with the methods we'll need to reject spam based on …IP - ...David Teller2021-09-221-1/+81
* Add type hints for event streams. (#10856)Patrick Cloke2021-09-211-1/+1
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-2/+2
* Merge branch 'release-v1.41' into developErik Johnston2021-08-181-2/+10
|\
| * Allow modules to run looping call on all instances (#10638)Erik Johnston2021-08-181-1/+8
| * Centralise the custom template directory (#10596)Brendan Abolivier2021-08-171-1/+2
* | Port the PresenceRouter module interface to the new generic interface (#10524)Azrenbeth2021-08-171-0/+10
|/
* Allow using several custom template directories (#10587)Brendan Abolivier2021-08-171-1/+4
* Add `get_userinfo_by_id` method to `ModuleApi` (#9581)Jason Robinson2021-08-041-1/+11
* Fix a handful of type annotations. (#10446)Richard van der Hoff2021-07-221-1/+1
* Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-201-0/+6
* One last inline type hint (for the whole repo) (#10418)Jonathan de Jong2021-07-161-1/+1
* Add a module type for account validity (#9884)Brendan Abolivier2021-07-162-11/+214
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-241-1/+1
* Standardise the module interface (#10062)Brendan Abolivier2021-06-182-1/+30
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-33/+30
* Don't send normal presence updates over federation replication stream (#9828)Erik Johnston2021-04-191-5/+8
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-142-2/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-5/+7
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-0/+50
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-041-4/+27
* Fix additional type hints from Twisted upgrade. (#9518)Patrick Cloke2021-03-031-2/+2
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+7
* Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-011-2/+8
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-1/+4
* Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-1/+29
* Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-1/+28
* Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-051-0/+67
* 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