| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16... | David Robertson | 2023-11-23 | 1 | -9/+1 |
* | Describe which rate limiter was hit in logs (#16135) | David Robertson | 2023-08-30 | 1 | -0/+31 |
* | Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) | Mathieu Velten | 2023-08-22 | 1 | -0/+5 |
* | Disallow user_consent where experimental MSC3861 is enabled (#16127) | Hugh Nimmo-Smith | 2023-08-22 | 1 | -0/+16 |
* | Remove `worker_replication_*` deprecated settings, with helpful errors on sta... | Jason Little | 2023-07-07 | 1 | -26/+1 |
* | Implement stable support for MSC3882 to allow an existing device/session to g... | Hugh Nimmo-Smith | 2023-06-01 | 1 | -2/+2 |
* | Make the config tests spawn the homeserver only when needed | Quentin Gliech | 2023-05-30 | 1 | -194/+154 |
* | Tests for JWKS endpoint | Hugh Nimmo-Smith | 2023-05-30 | 1 | -11/+106 |
* | Refactor config to be an experimental feature | Hugh Nimmo-Smith | 2023-05-30 | 1 | -0/+202 |
* | Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no... | reivilibre | 2023-05-26 | 1 | -4/+39 |
* | Throw if the appservice config list is the wrong type (#15425) | Will Hunt | 2023-04-12 | 1 | -0/+40 |
* | Use immutabledict instead of frozendict (#15113) | David Robertson | 2023-03-22 | 1 | -3/+3 |
* | Add missing type hints to tests.config. (#14681) | Patrick Cloke | 2022-12-16 | 14 | -91/+102 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 1 | -0/+145 |
* | Reload cache factors from disk on SIGHUP (#12673) | David Robertson | 2022-05-11 | 1 | -0/+8 |
* | Add the `update_user_directory_from_worker` configuration option (superseding... | reivilibre | 2022-05-10 | 1 | -0/+27 |
* | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 2022-05-06 | 1 | -0/+288 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 2 | -10/+22 |
* | Add restrictions by default to open registration in Synapse (#12091) | Shay | 2022-03-25 | 1 | -2/+20 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 1 | -0/+58 |
* | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 2021-12-03 | 1 | -0/+78 |
* | Add missing type hints to config base classes (#11377) | Patrick Cloke | 2021-11-23 | 1 | -8/+14 |
* | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 2021-11-18 | 1 | -0/+9 |
* | Fix synapse.config module "read" command (#11145) | Jason Robinson | 2021-10-22 | 3 | -55/+104 |
* | Reset global cache state before cache tests. (#11036) | Patrick Cloke | 2021-10-12 | 1 | -13/+11 |
* | Ensure each cache config test uses separate state. (#11019) | Patrick Cloke | 2021-10-07 | 1 | -8/+12 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 4 | -63/+58 |
* | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 1 | -3/+3 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 2 | -6/+6 |
* | Add config option to use non-default manhole password and keys (#10643) | Azrenbeth | 2021-09-06 | 1 | -4/+4 |
* | Allow using several custom template directories (#10587) | Brendan Abolivier | 2021-08-17 | 1 | -3/+61 |
* | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 2021-07-13 | 1 | -2/+2 |
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 1 | -97/+0 |
* | Remove redundant code to reload tls cert (#10054) | Richard van der Hoff | 2021-05-27 | 1 | -2/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 11 | -11/+0 |
* | Fix reported bugbear: too broad exception assertion (#9753) | Andrew Morgan | 2021-04-06 | 1 | -2/+3 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -3/+3 |
* | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) | Patrick Cloke | 2021-02-03 | 1 | -1/+60 |
* | Fix validate_config on nested objects (#9054) | Richard van der Hoff | 2021-01-08 | 1 | -0/+53 |
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -0/+82 |
* | Fix specifying cache factors via env vars with * in name. (#7580) | Erik Johnston | 2020-05-27 | 1 | -0/+28 |
* | Don't apply cache factor to event cache. (#7578) | Erik Johnston | 2020-05-27 | 1 | -0/+16 |
* | Fix new flake8 errors (#7470) | Erik Johnston | 2020-05-12 | 1 | -1/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -0/+127 |
* | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 1 | -20/+2 |
* | Share SSL contexts for non-federation requests (#7094) | Richard van der Hoff | 2020-03-17 | 1 | -10/+19 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -9/+16 |
* | Fix well-known lookups with the federation certificate whitelist (#5997) | Amber Brown | 2019-09-14 | 1 | -0/+40 |
* | Servers-known-about statistic (#5981) | Amber Brown | 2019-09-07 | 2 | -23/+36 |
* | Config templating (#5900) | Jorik Schellekens | 2019-08-28 | 3 | -1/+196 |
* | Fixes to the federation rate limiter (#5621) | Richard van der Hoff | 2019-07-05 | 1 | -0/+40 |
* | Update the TLS cipher string and provide configurability for TLS on outgoing ... | Amber Brown | 2019-06-28 | 1 | -1/+114 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 2 | -5/+5 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 4 | -93/+105 |
* | Neilj/fix threepid auth check (with tests) (#4474) | Neil Johnson | 2019-04-01 | 1 | -0/+32 |
* | Use yaml safe_load | Erik Johnston | 2019-03-22 | 2 | -3/+3 |
* | Clarify and fix behaviour when there are multiple aliases | Erik Johnston | 2019-02-14 | 1 | -0/+6 |
* | Add configurable room list publishing rules | Erik Johnston | 2019-02-14 | 1 | -0/+73 |
* | Fix error when loading cert if tls is disabled (#4618) | Richard van der Hoff | 2019-02-12 | 1 | -1/+1 |
* | fix tests | Richard van der Hoff | 2019-02-11 | 1 | -2/+6 |
* | Do not generate self-signed TLS certificates by default. (#4509) | Amber Brown | 2019-01-29 | 2 | -2/+75 |
* | Require ECDH key exchange & remove dh_params (#4429) | Amber Brown | 2019-01-22 | 1 | -1/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/alias_disa... | Erik Johnston | 2018-10-25 | 1 | -1/+1 |
|\ |
|
| * | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -1/+1 |
* | | Use allow/deny | Erik Johnston | 2018-10-25 | 1 | -4/+4 |
* | | Add tests for config generation | Erik Johnston | 2018-10-19 | 1 | -0/+67 |
|/ |
|
* | Run black. | black | 2018-08-10 | 2 | -34/+42 |
* | run isort | Amber Brown | 2018-07-09 | 2 | -0/+4 |
* | Make tests py3 compatible | Adrian Tschira | 2018-04-16 | 1 | -1/+1 |
* | Fix broken config UTs | Richard van der Hoff | 2018-01-09 | 1 | -1/+16 |
* | Add function to load config without generating it | Mark Haines | 2016-06-09 | 2 | -3/+21 |
* | Check that the disable_registration config key is handled correctly | Mark Haines | 2016-02-22 | 1 | -0/+21 |
* | Typo | Erik Johnston | 2016-02-09 | 1 | -1/+1 |
* | Fix test | Erik Johnston | 2016-02-09 | 1 | -3/+4 |
* | Error if macaroon key is missing from config | Daniel Wagner-Hall | 2016-02-05 | 3 | -0/+141 |