summary refs log tree commit diff
path: root/tests/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-2315-0/+16
* Allow room creation but not publishing to continue if room publication rules ...Shay2024-01-221-2/+35
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-1318-182/+288
|\
| * Update license headersPatrick Cloke2023-11-2118-182/+288
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16...David Robertson2023-11-231-9/+1
|/
* Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-301-0/+31
* Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134)Mathieu Velten2023-08-221-0/+5
* Disallow user_consent where experimental MSC3861 is enabled (#16127)Hugh Nimmo-Smith2023-08-221-0/+16
* Remove `worker_replication_*` deprecated settings, with helpful errors on sta...Jason Little2023-07-071-26/+1
* Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-011-2/+2
* Make the config tests spawn the homeserver only when neededQuentin Gliech2023-05-301-194/+154
* Tests for JWKS endpointHugh Nimmo-Smith2023-05-301-11/+106
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-0/+202
* Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no...reivilibre2023-05-261-4/+39
* Throw if the appservice config list is the wrong type (#15425)Will Hunt2023-04-121-0/+40
* Use immutabledict instead of frozendict (#15113)David Robertson2023-03-221-3/+3
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-1614-91/+102
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-131-0/+145
* Reload cache factors from disk on SIGHUP (#12673)David Robertson2022-05-111-0/+8
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-101-0/+27
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-0/+288
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-112-10/+22
* Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-251-2/+20
* Add config settings for background update parameters (#11980)Shay2022-03-111-0/+58
* Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-031-0/+78
* Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-231-8/+14
* Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-181-0/+9
* Fix synapse.config module "read" command (#11145)Jason Robinson2021-10-223-55/+104
* Reset global cache state before cache tests. (#11036)Patrick Cloke2021-10-121-13/+11
* Ensure each cache config test uses separate state. (#11019)Patrick Cloke2021-10-071-8/+12
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-064-63/+58
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-3/+3
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-232-6/+6
* Add config option to use non-default manhole password and keys (#10643)Azrenbeth2021-09-061-4/+4
* Allow using several custom template directories (#10587)Brendan Abolivier2021-08-171-3/+61
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-2/+2
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-97/+0
* Remove redundant code to reload tls cert (#10054)Richard van der Hoff2021-05-271-2/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-1411-11/+0
* Fix reported bugbear: too broad exception assertion (#9753)Andrew Morgan2021-04-061-2/+3
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+3
* Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-031-1/+60
* Fix validate_config on nested objects (#9054)Richard van der Hoff2021-01-081-0/+53
* 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