summary refs log tree commit diff
path: root/synapse/config/homeserver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-261-2/+0
* Add config settings for background update parameters (#11980)Shay2022-03-111-0/+2
* Move experimental & retention config out of the server module. (#11070)Patrick Cloke2021-10-151-0/+2
* Allow configuration of the oEmbed URLs. (#10714)Patrick Cloke2021-08-311-0/+2
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-2/+3
* Enable experimental spaces by default. (#10011)Patrick Cloke2021-05-241-1/+1
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-5/+5
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-1/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Implement MSC2858 support (#9183)Richard van der Hoff2021-01-271-0/+2
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-2/+2
* Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-011-1/+0
* Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-1/+1
* Add ability to shard the federation sender (#7798)Erik Johnston2020-07-101-0/+3
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-0/+2
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-0/+2
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+2
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-0/+2
* Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-021-0/+2
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-33/+35
* Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-0/+2
* Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+2
* Room Statistics (#4338)Amber Brown2019-05-211-10/+32
* Infer no_tls from presence of TLS listenersRichard van der Hoff2019-02-111-1/+1
* Add a script to generate a clean config file (#4315)Richard van der Hoff2018-12-221-7/+0
* Implement SAML2 authentication (#4267)Richard van der Hoff2018-12-071-1/+2
* Rip out half-implemented m.login.saml2 support (#4265)Richard van der Hoff2018-12-061-2/+1
* Add config option to control alias creationErik Johnston2018-10-191-1/+2
* Fix jwt import checkRichard van der Hoff2018-09-071-1/+1
* run isortAmber Brown2018-07-091-18/+18
* Infrastructure for a server notices roomRichard van der Hoff2018-05-171-1/+4
* ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-151-3/+5
* Add user_directory_include_pattern config param to expand search results to a...Matthew Hodgson2017-11-291-1/+2
* Add config to enable group creationErik Johnston2017-10-191-1/+2
* Make the spam checker a moduleDavid Baker2017-09-261-1/+3
* Fix TravisCI tests for PR #2301Caleb James DeLisle2017-06-231-1/+1
* Add configuration parameter to allow redaction of content from push messages ...Caleb James DeLisle2017-06-231-1/+2
* Implement pluggable password authErik Johnston2016-10-031-3/+3
* Inline the synchrotron and pusher configs into the main configMark Haines2016-06-161-1/+3
* Send a rather basic email notifDavid Baker2016-04-201-1/+2
* Introduce LDAP authenticationChristoph Witzany2016-04-061-1/+2
* Add JWT supportNiklas Riekenbrauck2016-03-291-1/+2
* config,handlers/_base: added homeserver config for what state is included in ...Patrik Oldsberg2016-03-041-1/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add config option to disable password loginErik Johnston2015-10-221-1/+3
* Provide ability to login using CASSteven Hammerton2015-10-101-1/+2
* code beautifyMuthu Subramanian2015-07-081-0/+1
* Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian2015-07-081-3/+3
* Allow multiple config files, set up a default config before applying the conf...Mark Haines2015-04-301-1/+1
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-1/+3
* Merge branch 'develop' into key_distributionMark Haines2015-04-291-2/+1
|\
| * Remove now-redundant email configDavid Baker2015-04-231-2/+1
* | Move the key related config parser into a separate fileMark Haines2015-04-241-1/+2
|/
* Add AppServiceConfigKegan Dougal2015-03-311-1/+2
* Commandline option to enable metrics systemPaul "LeoNerd" Evans2015-03-121-1/+3
* Add config option to disable registration.Erik Johnston2015-02-191-1/+2
* Update copyright noticesMark Haines2015-01-061-1/+1
* Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/...David Baker2014-09-231-1/+2
* Added support for the HS to send emails. Use it to send password resets. Adde...Kegan Dougal2014-09-161-2/+6
* Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal2014-09-051-1/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Limit the size of uploadsMark Haines2014-09-031-1/+2
* Add ratelimiting function to basehandlerMark Haines2014-09-021-1/+3
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+26