summary refs log tree commit diff
path: root/tests/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-0/+82
* Fix specifying cache factors via env vars with * in name. (#7580)Erik Johnston2020-05-271-0/+28
* Don't apply cache factor to event cache. (#7578)Erik Johnston2020-05-271-0/+16
* Fix new flake8 errors (#7470)Erik Johnston2020-05-121-1/+1
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-0/+127
* Improve database configuration docs (#6988)Richard van der Hoff2020-03-201-20/+2
* Share SSL contexts for non-federation requests (#7094)Richard van der Hoff2020-03-171-10/+19
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-9/+16
* Fix well-known lookups with the federation certificate whitelist (#5997)Amber Brown2019-09-141-0/+40
* Servers-known-about statistic (#5981)Amber Brown2019-09-072-23/+36
* Config templating (#5900)Jorik Schellekens2019-08-283-1/+196
* Fixes to the federation rate limiter (#5621)Richard van der Hoff2019-07-051-0/+40
* Update the TLS cipher string and provide configurability for TLS on outgoing ...Amber Brown2019-06-281-1/+114
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-202-5/+5
* Run Black on the tests again (#5170)Amber Brown2019-05-104-93/+105
* Neilj/fix threepid auth check (with tests) (#4474)Neil Johnson2019-04-011-0/+32
* Use yaml safe_loadErik Johnston2019-03-222-3/+3
* Clarify and fix behaviour when there are multiple aliasesErik Johnston2019-02-141-0/+6
* Add configurable room list publishing rulesErik Johnston2019-02-141-0/+73
* Fix error when loading cert if tls is disabled (#4618)Richard van der Hoff2019-02-121-1/+1
* fix testsRichard van der Hoff2019-02-111-2/+6
* Do not generate self-signed TLS certificates by default. (#4509)Amber Brown2019-01-292-2/+75
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-1/+0
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/alias_disa...Erik Johnston2018-10-251-1/+1
|\
| * Fix a number of flake8 errorsRichard van der Hoff2018-10-241-1/+1
* | Use allow/denyErik Johnston2018-10-251-4/+4
* | Add tests for config generationErik Johnston2018-10-191-0/+67
|/
* Run black.black2018-08-102-34/+42
* run isortAmber Brown2018-07-092-0/+4
* Make tests py3 compatibleAdrian Tschira2018-04-161-1/+1
* Fix broken config UTsRichard van der Hoff2018-01-091-1/+16
* Add function to load config without generating itMark Haines2016-06-092-3/+21
* Check that the disable_registration config key is handled correctlyMark Haines2016-02-221-0/+21
* TypoErik Johnston2016-02-091-1/+1
* Fix testErik Johnston2016-02-091-3/+4
* Error if macaroon key is missing from configDaniel Wagner-Hall2016-02-053-0/+141