summary refs log tree commit diff
path: root/synapse/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-113-6/+166
* Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-1/+0
|\
| * Drop support for redis.dbid (#7450)Richard van der Hoff2020-05-071-1/+0
* | Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-081-8/+30
* | Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-084-7/+191
|/
* Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier2020-05-071-0/+15
* Fix fallback value for account_threepid_delegates.email (#7316)Andrew Morgan2020-04-291-3/+8
* Fix typo 'datbases' in ConfigErrorAndrew Morgan2020-04-281-1/+1
* Don't crash when one of the configuration files is empty (#7341)Brendan Abolivier2020-04-271-0/+6
* Add documentation to the sample config about the templates for SSO. (#7343)Patrick Cloke2020-04-241-0/+24
* Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-231-0/+21
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-222-0/+37
* Fix indention in generated config file (#7300)Lars Franke2020-04-201-22/+22
* Use a template for the SSO success page to allow for customization. (#7279)Patrick Cloke2020-04-171-0/+6
* Clarify the comments for media_storage_providers options (#7272)Tristan Lins2020-04-171-4/+3
* Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+29
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-0/+7
* Fix --help commandline argument (#7249)Richard van der Hoff2020-04-091-16/+8
* Add documentation to password_providers config option (#7238)Andrew Morgan2020-04-081-2/+14
* Extend web_client_location to handle absolute URLs (#7006)Martin Milata2020-04-031-3/+8
* Fix a small typo in the `metrics_flags` config option. (#7171)Andrew Morgan2020-03-301-1/+1
* Always whitelist the login fallback for SSO (#7153)Richard van der Hoff2020-03-271-0/+15
* Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-271-0/+27
* Don't default to an invalid sqlite config if no database configuration is pro...Nektarios Katakis2020-03-261-22/+47
* Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel2020-03-261-0/+39
* Remove unused captcha_bypass_secret option (#7137)Aaron Raimist2020-03-251-5/+0
* Improve database configuration docs (#6988)Richard van der Hoff2020-03-202-36/+59
* Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-171-17/+0
* LintBrendan Abolivier2020-03-111-2/+1
* Put the file in the templates directoryBrendan Abolivier2020-03-111-12/+21
* Update wording and configBrendan Abolivier2020-03-111-0/+3
* Move the default SAML2 error HTML to a dedicated fileBrendan Abolivier2020-03-111-18/+11
* Add options to disable setting profile info for prevent changes. (#7053)Brendan Abolivier2020-03-101-0/+17
|\
| * Update synapse/config/registration.pyDirk Klimpel2020-03-101-1/+1
| * updates after reviewdklimpel2020-03-091-8/+8
| * add disable_3pid_changesdklimpel2020-03-081-0/+6
| * lint2dklimpel2020-03-081-2/+2
| * changelogdklimpel2020-03-081-2/+2
| * Add options to disable setting profile info for prevent changes.dklimpel2020-03-081-0/+11
* | Rephrase default messageBrendan Abolivier2020-03-101-2/+2
* | LintBrendan Abolivier2020-03-101-1/+1
* | SAML2: render a comprehensible error page if something goes wrongBrendan Abolivier2020-03-101-0/+26
* | Merge branch 'master' into developBrendan Abolivier2020-03-033-0/+96
|\ \ | |/ |/|
| * Factor out complete_sso_login and expose it to the Module APIBrendan Abolivier2020-03-031-1/+1
| * Add a whitelist for the SSO confirmation step.Richard van der Hoff2020-03-021-0/+18
| * Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-023-0/+78
* | Fix minor issues with email config (#6962)Richard van der Hoff2020-02-241-36/+30
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-212-3/+3
|/
* Merge pull request #6907 from matrix-org/babolivier/acme-configBrendan Abolivier2020-02-181-0/+19
|\
| * Linters are hard but in they end they just want what's best for usBrendan Abolivier2020-02-131-1/+1
| * Add a separator for the config warningBrendan Abolivier2020-02-131-1/+1
| * Add mention and warning about ACME v1 deprecation to the Synapse configBrendan Abolivier2020-02-131-0/+19
* | Add a warning about indentation to generated config (#6920)Richard van der Hoff2020-02-141-2/+14
|/
* Allow empty federation_certificate_verification_whitelist (#6849)timfi2020-02-061-0/+2
* Fix empty account_validity config blockAndrew Morgan2020-01-201-1/+2
* Add more logging around message retention policies support (#6717)Brendan Abolivier2020-01-171-0/+8
* Delegate remote_user_id mapping to the saml mapping provider (#6723)Richard van der Hoff2020-01-171-0/+1
* Clarify the `account_validity` and `email` sections of the sample configurati...Richard van der Hoff2020-01-173-140/+167
* Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typoBrendan Abolivier2020-01-071-5/+5
|\
| * RewordBrendan Abolivier2020-01-071-3/+3
| * Change the example from 5min to 12hBrendan Abolivier2020-01-071-4/+4
| * Fix a typo in the purge jobs configuration exampleBrendan Abolivier2020-01-031-1/+1
* | Add experimental 'databases' config (#6580)Erik Johnston2020-01-061-13/+42
* | Automate generation of the sample and debian log configs (#6627)Richard van der Hoff2020-01-031-1/+8
* | Raise an error if someone tries to use the log_file config option (#6626)Richard van der Hoff2020-01-031-2/+15
* | Remove unused, undocumented "content repo" resource (#6628)Richard van der Hoff2020-01-031-5/+0
|/
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-201-5/+5
* Add an export_signing_key script (#6546)Richard van der Hoff2019-12-191-8/+15
* Add database config class (#6513)Erik Johnston2019-12-181-16/+62
* Add option to allow profile queries without sharing a room (#6523)Will Hunt2019-12-161-0/+13
* Bump version of mypyErik Johnston2019-12-123-4/+4
* Allow SAML username provider plugins (#6411)Andrew Morgan2019-12-101-60/+126
* privacy by default for room dir (#6355)Neil Johnson2019-12-041-12/+14
* Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-0/+2
* Clarifications for the email configuration settings. (#6423)Richard van der Hoff2019-11-281-1/+16
* Merge pull request #6358 from matrix-org/babolivier/message_retentionBrendan Abolivier2019-11-271-1/+182
|\
| * Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-265-11/+11
| |\
| * | Lint againBrendan Abolivier2019-11-191-1/+1
| * | Lint againBrendan Abolivier2019-11-191-1/+1
| * | LintBrendan Abolivier2019-11-191-15/+24
| * | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+172
* | | Remove assertion and provide a clear warning on startup for missing public_ba...Andrew Morgan2019-11-262-0/+9
| |/ |/|
* | Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-213-5/+5
* | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_...Andrew Morgan2019-11-141-1/+1
|\ \
| * \ Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5Brendan Abolivier2019-11-141-1/+1
| |\ \ | | |/ | |/|
| | * Set room version default to 5Neil Johnson2019-10-191-1/+1
* | | A couple more instancesAndrew Morgan2019-11-121-1/+1
* | | Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-123-4/+4
|/ /
* | Remove last usages of deprecated logging.warn method (#6314)Andrew Morgan2019-11-011-2/+2
* | Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-312-3/+3
* | Fix typo in domain name in account_threepid_delegates config option (#6273)Andrew Morgan2019-10-301-1/+1
* | Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-241-2/+8
* | Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-239-15/+22
|/
* Fix logging config for the docker image (#6197)Richard van der Hoff2019-10-181-3/+2
* cas: support setting display name (#6114)Valérian Rousset2019-10-111-0/+3
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-1033-79/+385
* Fix up some typechecking (#6150)Amber Brown2019-10-026-12/+20
* Fix 'redaction_retention_period' sampel config to match guidelinesErik Johnston2019-09-261-1/+1
* Explicitly log when a homeserver does not have a trusted key server configure...Neil Johnson2019-09-262-12/+52
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us...Erik Johnston2019-09-253-61/+185
|\
| * Enable cleaning up extremities with dummy events by default to prevent undue ...Neil Johnson2019-09-251-3/+1
| * Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-241-6/+42
| |\
| | * Merge pull request #6069 from matrix-org/rav/fix_attribute_mappingRichard van der Hoff2019-09-241-6/+42
| | |\
| | | * docstrings and commentsRichard van der Hoff2019-09-241-7/+21
| | | * Merge branch 'develop' into rav/fix_attribute_mappingRichard van der Hoff2019-09-1914-168/+524
| | | |\
| | | * | Fix a bug with saml attribute maps.Richard van der Hoff2019-09-191-6/+28
| * | | | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-245-3/+44
| |\| | |
| | * | | Add submit_url response parameter to msisdn /requestToken (#6079)Andrew Morgan2019-09-231-0/+2
| | * | | Merge pull request #6064 from matrix-org/rav/saml_config_cleanupRichard van der Hoff2019-09-231-51/+62
| | |\ \ \
| | | * \ \ Merge branch 'develop' into rav/saml_config_cleanupRichard van der Hoff2019-09-1914-168/+524
| | | |\ \ \ | | | | | |/ | | | | |/|
| | * | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2019-09-231-0/+3
| * | | | | Merge branch 'develop' into rav/saml_mapping_workRichard van der Hoff2019-09-1914-168/+524
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Record mappings from saml users in an external tableRichard van der Hoff2019-09-131-2/+76
| | |_|/ / | |/| | |
| * | | | Make the sample saml config closer to our standardsRichard van der Hoff2019-09-131-51/+62
| | |_|/ | |/| |
* | | | Review commentsErik Johnston2019-09-251-1/+1
* | | | Prune rows in user_ips older than configured periodErik Johnston2019-09-241-0/+13
| |_|/ |/| |
* | | fix broken copyrightsMatthew Hodgson2019-09-232-2/+2
* | | Allow HS to send emails when adding an email to the HS (#6042)Andrew Morgan2019-09-201-0/+36
* | | Fix typo in account_threepid_delegates config (#6028)Jorik Schellekens2019-09-181-1/+1
| |/ |/|
* | (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-6/+6
* | Fix well-known lookups with the federation certificate whitelist (#5997)Amber Brown2019-09-141-1/+8
* | Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-8/+25
* | add report_stats_endpoint config option (#6012)Sorunome2019-09-121-0/+9
* | Blow up config if opentracing is missing (#5985)Jorik Schellekens2019-09-121-0/+7
* | Merge pull request #6015 from matrix-org/erikj/ratelimit_admin_redactionErik Johnston2019-09-111-0/+13
|\ \
| * | Fix commentsErik Johnston2019-09-111-1/+1
| * | Allow use of different ratelimits for admin redactions.Erik Johnston2019-09-111-0/+13
* | | Check dependencies on setup in the nicer way. (#5989)Jorik Schellekens2019-09-112-27/+12
|/ /
* | Merge pull request #5934 from matrix-org/erikj/censor_redactionsErik Johnston2019-09-091-0/+17
|\ \
| * | Default to censoring redactions after seven daysErik Johnston2019-09-091-4/+6
| * | Handle setting retention period to 0Erik Johnston2019-09-091-1/+1
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red...Erik Johnston2019-09-051-8/+5
| |\ \
| * | | Make redaction retention period configurableErik Johnston2019-09-051-0/+15
* | | | Servers-known-about statistic (#5981)Amber Brown2019-09-071-0/+31
* | | | Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-062-28/+130
| |/ / |/| |
* | | Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-8/+5
|/ /
* | Add a link to python's logging config schema (#5926)Jorik Schellekens2019-08-281-1/+2
* | Let synctl use a config directory. (#5904)Jorik Schellekens2019-08-281-3/+4
* | Config templating (#5900)Jorik Schellekens2019-08-284-37/+161
* | Implement a structured logging output system. (#5680)Amber Brown2019-08-281-42/+61
* | Merge pull request #5895 from matrix-org/erikj/notary_keyErik Johnston2019-08-271-4/+30
|\ \
| * | Don't implicitly include server signing keyErik Johnston2019-08-231-7/+6
| * | Add config option for keys to use to sign keysErik Johnston2019-08-211-4/+31
* | | public_base_url is actually public_baseurlAaron Raimist2019-08-261-1/+1
|/ /
* / Fix up password reset template config names (#5863)Andrew Morgan2019-08-151-8/+8
|/
* fix config being a dict, actuallyAmber H. Brown2019-08-141-1/+1
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-0/+20
* LintBrendan Abolivier2019-08-011-12/+7
* Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-011-2/+48
* Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff2019-07-301-6/+0
* Room Complexity Client Implementation (#5783)Amber Brown2019-07-301-0/+41
* Make Jaeger fully configurable (#5694)Jorik Schellekens2019-07-231-0/+22
* Fix logging in workers (#5729)Amber Brown2019-07-221-0/+1
* Merge branch 'release-v1.2.0' into developJorik Schellekens2019-07-221-12/+2
|\
| * Opentracing Documentation (#5703)Jorik Schellekens2019-07-221-12/+2
* | Remove non-dedicated logging options and command line arguments (#5678)Amber Brown2019-07-192-75/+12
|/
* enable aggregations support by defaultNeil Johnson2019-07-181-1/+1
* Clean up opentracing configuration options (#5712)Richard van der Hoff2019-07-181-22/+41
* Clean up arg name and remove lying commentErik Johnston2019-07-161-7/+5
* Fix invoking add_argument from homeserver.pyErik Johnston2019-07-151-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmdErik Johnston2019-07-157-19/+114
|\
| * Implement access token expiry (#5660)Richard van der Hoff2019-07-121-0/+16
| * Add basic opentracing support (#5544)Jorik Schellekens2019-07-112-0/+52
| * Remove support for invite_3pid_guest. (#5625)Richard van der Hoff2019-07-051-3/+2
| * Fixes to the federation rate limiter (#5621)Richard van der Hoff2019-07-051-2/+2
| * Make errors about email password resets much clearer (#5616)Andrew Morgan2019-07-051-11/+8
| * Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-2/+2
| * Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-07-013-2/+47
| |\
| * | cleanupsRichard van der Hoff2019-06-271-6/+13
| * | Add support for tracking SAML2 sessions.Richard van der Hoff2019-06-261-1/+19
| * | Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-06-2631-620/+704
| |\ \
| * | | Code cleanups and simplifications.Richard van der Hoff2019-06-111-1/+6
| * | | Merge remote-tracking branch 'origin/develop' into rav/saml2_clientRichard van der Hoff2019-06-104-99/+422
| |\ \ \
| * | | | SAML2 Improvements and redirect stuffAlexander Trost2019-06-021-0/+1
* | | | | Move creation of ArgumentParser to callerErik Johnston2019-07-151-10/+5
* | | | | Fix up commentsErik Johnston2019-07-151-1/+1
* | | | | Change add_arguments to be a static methodErik Johnston2019-07-155-5/+39
* | | | | Add basic admin cmd appErik Johnston2019-07-021-3/+45
| |_|_|/ |/| | |
* | | | Update the TLS cipher string and provide configurability for TLS on outgoing ...Amber Brown2019-06-281-1/+31
* | | | Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+7
* | | | Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan2019-06-271-1/+9
| |_|/ |/| |
* | | Merge pull request #5524 from matrix-org/rav/new_cmdline_optionsRichard van der Hoff2019-06-242-5/+41
|\ \ \
| * | | Add "--open-private-ports" cmdline optionRichard van der Hoff2019-06-242-5/+26
| * | | Add --data-directory commandline argumentRichard van der Hoff2019-06-241-0/+15
* | | | Merge pull request #5523 from matrix-org/rav/arg_defaultsRichard van der Hoff2019-06-2429-107/+87
|\| | |
| * | | Don't load the generated config as the default.Richard van der Hoff2019-06-2429-94/+60
| * | | Ensure that all config options have sensible defaultsRichard van der Hoff2019-06-244-13/+27
* | | | Merge pull request #5534 from matrix-org/babolivier/federation-publicroomsBrendan Abolivier2019-06-241-10/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Split public rooms directory auth config in twoBrendan Abolivier2019-06-241-10/+34
* | | | Remove unused Config.config_dir_path attributeRichard van der Hoff2019-06-241-3/+0
* | | | Allow configuration of the path used for ACME account keys.Richard van der Hoff2019-06-241-2/+14
|/ / /
* | | Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-2430-63/+99
* | | Drop support for cpu_affinity (#5525)Richard van der Hoff2019-06-222-25/+0
* | | Improve help and cmdline option names for --generate-config options (#5512)Richard van der Hoff2019-06-211-22/+28
* | | Refactor Config parser and add some comments. (#5511)Richard van der Hoff2019-06-211-14/+35
* | | Improve logging when generating config files (#5510)Richard van der Hoff2019-06-213-1/+7
* | | Run Black. (#5482)Amber Brown2019-06-2022-427/+369
* | | Add experimental option to reduce extremities.Erik Johnston2019-06-181-0/+6
* | | Merge pull request #5440 from matrix-org/babolivier/third_party_event_rulesBrendan Abolivier2019-06-142-0/+44
|\ \ \
| * | | Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-142-0/+44
| | |/ | |/|
* / | Don't warn user about password reset disabling through config code (#5387)Andrew Morgan2019-06-111-6/+5
|/ /
* | Improve startup checks for insecure notary configs (#5392)Richard van der Hoff2019-06-101-4/+23
* | Set default room version to v4. (#5379)Neil Johnson2019-06-061-1/+1
* | Add ability to perform password reset via email without trusting the identity...Andrew Morgan2019-06-061-15/+138
* | Stop hardcoding trust of old matrix.org key (#5374)Richard van der Hoff2019-06-061-39/+189
* | Merge branch 'rav/fix_custom_ca' into rav/enable_tls_verificationRichard van der Hoff2019-06-052-1/+17
|\ \
| * | Fix `federation_custom_ca_list` configuration option.Richard van der Hoff2019-06-051-1/+1
| * | Neilj/mau tracking config explainer (#5284)Neil Johnson2019-06-051-0/+16
* | | Validate federation server TLS certificates by default.Richard van der Hoff2019-06-051-5/+5
|/ /
* | Merge pull request #5341 from matrix-org/babolivier/email_configBrendan Abolivier2019-06-041-42/+57
|\ \ | |/ |/|
| * Only parse from email if providedBrendan Abolivier2019-06-041-4/+5
| * LintBrendan Abolivier2019-06-041-1/+0
| * Make account validity renewal emails work when email notifs are disabledBrendan Abolivier2019-06-041-42/+57
* | Merge pull request #5276 from matrix-org/babolivier/account_validity_job_deltaErik Johnston2019-05-311-1/+5
|\ \
| * | Move delta from +10% to -10%Brendan Abolivier2019-05-311-1/+1
| * | Gah pythonBrendan Abolivier2019-05-311-1/+1
| * | Make max_delta equal to period * 10%Brendan Abolivier2019-05-311-11/+4
| * | Allow configuring a range for the account validity startup jobBrendan Abolivier2019-05-281-0/+11
| |/
* | Fix docs on resetting the user directory (#5036)Aaron Raimist2019-05-281-3/+3
* | Add missing blank line in config (#5249)Richard van der Hoff2019-05-241-0/+1
* | Add config option for setting homeserver's default room version (#5223)Andrew Morgan2019-05-231-0/+32
* | Room Statistics (#4338)Amber Brown2019-05-212-10/+92
* | Merge pull request #5204 from matrix-org/babolivier/account_validity_expirati...Brendan Abolivier2019-05-211-0/+8
|\|
| * DocBrendan Abolivier2019-05-211-0/+8
* | Merge pull request #5209 from matrix-org/erikj/reactions_baseErik Johnston2019-05-201-0/+5
|\ \ | |/ |/|
| * Add aggregations APIErik Johnston2019-05-161-0/+5
* | Add option to disable per-room profilesBrendan Abolivier2019-05-161-0/+11
* | Make all the rate limiting options more consistent (#5181)Amber Brown2019-05-151-42/+73
|/
* Add ability to blacklist ip ranges for federation traffic (#5043)Andrew Morgan2019-05-131-0/+38
* add options to require an access_token to GET /profile and /publicRooms on CS...Matthew Hodgson2019-05-081-0/+27
* Merge branch 'master' into developRichard van der Hoff2019-05-031-10/+21
|\
| * more config comment updatesRichard van der Hoff2019-05-031-2/+5
| * Blacklist 0.0.0.0 and :: by default for URL previewsRichard van der Hoff2019-05-031-10/+18
* | Merge pull request #5124 from matrix-org/babolivier/aliasesBrendan Abolivier2019-05-021-0/+11
|\ \
| * | Add some limitations to alias creationBrendan Abolivier2019-05-021-0/+11
* | | Move admin API to a new prefixRichard van der Hoff2019-05-011-2/+2
|/ /
* | Config option for verifying federation certificates (MSC 1711) (#4967)Andrew Morgan2019-04-252-8/+93
* | Don't crash on lack of expiry templatesBrendan Abolivier2019-04-181-2/+6
* | Merge pull request #5047 from matrix-org/babolivier/account_expirationBrendan Abolivier2019-04-172-9/+50
|\ \
| * | Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-172-9/+50
* | | Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* | | Merge pull request #5027 from matrix-org/babolivier/account_expirationBrendan Abolivier2019-04-091-0/+17
|\| |
| * | Add account expiration featureBrendan Abolivier2019-04-091-0/+17
| |/
* | add context to phonehome stats (#5020)Neil Johnson2019-04-081-0/+4
* | Add config option to block users from looking up 3PIDs (#5010)Brendan Abolivier2019-04-041-0/+5
* | Add config.signing_key_path. (#4974)Richard van der Hoff2019-04-021-1/+2
|/
* Use yaml safe_loadErik Johnston2019-03-223-5/+5
* Merge pull request #4896 from matrix-org/erikj/disable_room_directoryErik Johnston2019-03-211-0/+10
|\
| * Fix up config commentsErik Johnston2019-03-201-3/+4
| * Add option to disable search room listsErik Johnston2019-03-191-0/+9