| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-05-03 | 1 | -10/+21 |
|\ |
|
| * | more config comment updates | Richard van der Hoff | 2019-05-03 | 1 | -2/+5 |
| * | Blacklist 0.0.0.0 and :: by default for URL previews | Richard van der Hoff | 2019-05-03 | 1 | -10/+18 |
* | | Merge pull request #5124 from matrix-org/babolivier/aliases | Brendan Abolivier | 2019-05-02 | 1 | -0/+11 |
|\ \ |
|
| * | | Add some limitations to alias creation | Brendan Abolivier | 2019-05-02 | 1 | -0/+11 |
* | | | Move admin API to a new prefix | Richard van der Hoff | 2019-05-01 | 1 | -2/+2 |
|/ / |
|
* | | Config option for verifying federation certificates (MSC 1711) (#4967) | Andrew Morgan | 2019-04-25 | 2 | -8/+93 |
* | | Don't crash on lack of expiry templates | Brendan Abolivier | 2019-04-18 | 1 | -2/+6 |
* | | Merge pull request #5047 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-17 | 2 | -9/+50 |
|\ \ |
|
| * | | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 2 | -9/+50 |
* | | | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
* | | | Merge pull request #5027 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-09 | 1 | -0/+17 |
|\| | |
|
| * | | Add account expiration feature | Brendan Abolivier | 2019-04-09 | 1 | -0/+17 |
| |/ |
|
* | | add context to phonehome stats (#5020) | Neil Johnson | 2019-04-08 | 1 | -0/+4 |
* | | Add config option to block users from looking up 3PIDs (#5010) | Brendan Abolivier | 2019-04-04 | 1 | -0/+5 |
* | | Add config.signing_key_path. (#4974) | Richard van der Hoff | 2019-04-02 | 1 | -1/+2 |
|/ |
|
* | Use yaml safe_load | Erik Johnston | 2019-03-22 | 3 | -5/+5 |
* | Merge pull request #4896 from matrix-org/erikj/disable_room_directory | Erik Johnston | 2019-03-21 | 1 | -0/+10 |
|\ |
|
| * | Fix up config comments | Erik Johnston | 2019-03-20 | 1 | -3/+4 |
| * | Add option to disable search room lists | Erik Johnston | 2019-03-19 | 1 | -0/+9 |
* | | Merge pull request #4895 from matrix-org/erikj/disable_user_search | Erik Johnston | 2019-03-20 | 1 | -0/+9 |
|\ \ |
|
| * | | Fix up sample config | Erik Johnston | 2019-03-20 | 1 | -2/+4 |
| * | | Update synapse/config/user_directory.py | Richard van der Hoff | 2019-03-20 | 1 | -1/+1 |
| * | | Add option to disable searching in the user dir | Erik Johnston | 2019-03-19 | 1 | -0/+7 |
| |/ |
|
* | | Add a config option for torture-testing worker replication. (#4902) | Richard van der Hoff | 2019-03-20 | 1 | -0/+5 |
* | | Batch up outgoing read-receipts to reduce federation traffic. (#4890) | Richard van der Hoff | 2019-03-20 | 1 | -0/+12 |
|/ |
|
* | Use a regular HomeServerConfig object for unit tests | Richard van der Hoff | 2019-03-19 | 2 | -2/+10 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 14 | -98/+149 |
* | Add ratelimiting on failed login attempts (#4865) | Brendan Abolivier | 2019-03-18 | 1 | -0/+9 |
* | Add ratelimiting on login (#4821) | Brendan Abolivier | 2019-03-15 | 1 | -18/+40 |
* | Correctly handle all command line options | Erik Johnston | 2019-03-14 | 1 | -1/+23 |
* | Allow passing --daemonize to workers | Erik Johnston | 2019-03-13 | 2 | -1/+11 |
* | Document using a certificate with a full chain (#4849) | Andrew Morgan | 2019-03-13 | 1 | -0/+5 |
* | Clarify what registration_shared_secret allows for (#2885) (#4844) | Aaron Raimist | 2019-03-11 | 1 | -2/+2 |
* | Move settings from registration to ratelimiting in config file | Brendan Abolivier | 2019-03-05 | 2 | -18/+20 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -0/+18 |
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 4 | -13/+25 |
* | Fix ACME config for python 2. (#4717) | Richard van der Hoff | 2019-02-25 | 1 | -3/+7 |
* | switch from google.com to recaptcha.net for reCAPTCHA (#4731) | Matthew Hodgson | 2019-02-25 | 1 | -1/+1 |
* | Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format | Erik Johnston | 2019-02-20 | 1 | -0/+2 |
|\ |
|
| * | Fixup generated metrics config | Erik Johnston | 2019-02-20 | 1 | -0/+2 |
* | | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 24 | -196/+248 |
|/ |
|
* | Merge pull request #4652 from matrix-org/babolivier/acme-delegated | Brendan Abolivier | 2019-02-19 | 1 | -0/+15 |
|\ |
|
| * | Improve config documentation | Brendan Abolivier | 2019-02-19 | 1 | -3/+11 |
| * | Use a configuration parameter to give the domain to generate a certificate for | Brendan Abolivier | 2019-02-18 | 1 | -0/+7 |
* | | Merge pull request #4632 from matrix-org/erikj/basic_sentry | Erik Johnston | 2019-02-18 | 1 | -1/+29 |
|\ \
| |/
|/| |
|
| * | Fixup error handling and message | Erik Johnston | 2019-02-18 | 1 | -5/+6 |
| * | Fixup | Erik Johnston | 2019-02-18 | 1 | -1/+1 |
| * | Fixup comments and add warning | Erik Johnston | 2019-02-13 | 1 | -2/+7 |
| * | Raise an appropriate error message if sentry_sdk missing | Erik Johnston | 2019-02-12 | 1 | -1/+15 |
| * | Basic sentry integration | Erik Johnston | 2019-02-12 | 1 | -0/+8 |
* | | config: Remove a repeated word from a logger warning | Juuso "Linda" Lapinlampi | 2019-02-15 | 1 | -1/+1 |
* | | Merge pull request #4647 from matrix-org/erikj/add_room_publishing_rules | Erik Johnston | 2019-02-15 | 1 | -26/+144 |
|\ \ |
|
| * | | Move defaults up into code | Erik Johnston | 2019-02-15 | 1 | -22/+44 |
| * | | Hoist up checks to reduce overall work | Erik Johnston | 2019-02-15 | 1 | -17/+15 |
| * | | Fixup comments | Erik Johnston | 2019-02-15 | 1 | -8/+27 |
| * | | Clarify comments | Erik Johnston | 2019-02-14 | 1 | -3/+3 |
| * | | Clarify and fix behaviour when there are multiple aliases | Erik Johnston | 2019-02-14 | 1 | -6/+18 |
| * | | Fixup comments | Erik Johnston | 2019-02-14 | 1 | -8/+15 |
| * | | Add configurable room list publishing rules | Erik Johnston | 2019-02-14 | 1 | -17/+77 |
* | | | Fix errors in acme provisioning (#4648) | Richard van der Hoff | 2019-02-14 | 1 | -0/+2 |
|/ / |
|
* / | Special-case the default bind_addresses for metrics listener | Richard van der Hoff | 2019-02-13 | 1 | -1/+5 |
|/ |
|
* | Merge pull request #4625 from matrix-org/rav/fix_generate_config_warnings | Erik Johnston | 2019-02-12 | 1 | -7/+2 |
|\ |
|
| * | fix self-signed cert notice from generate-config | Richard van der Hoff | 2019-02-12 | 1 | -7/+2 |
* | | Disable TLS by default (#4614) | Richard van der Hoff | 2019-02-12 | 2 | -27/+27 |
* | | Fix error when loading cert if tls is disabled (#4618) | Richard van der Hoff | 2019-02-12 | 1 | -15/+42 |
|/ |
|
* | fix tests | Richard van der Hoff | 2019-02-11 | 1 | -1/+1 |
* | Infer no_tls from presence of TLS listeners | Richard van der Hoff | 2019-02-11 | 3 | -12/+23 |
* | Merge branch 'rav/tls_config_logging_fixes' into rav/tls_cert/work | Richard van der Hoff | 2019-02-11 | 1 | -18/+36 |
|\ |
|
| * | Logging improvements around TLS certs | Richard van der Hoff | 2019-02-11 | 1 | -18/+36 |
* | | Fail cleanly if listener config lacks a 'port' | Richard van der Hoff | 2019-02-11 | 1 | -0/+5 |
|/ |
|
* | Clean up default listener configuration (#4586) | Richard van der Hoff | 2019-02-11 | 1 | -48/+81 |
* | ACME Reprovisioning (#4522) | Amber Brown | 2019-02-11 | 1 | -1/+11 |
* | Be tolerant of blank TLS fingerprints config (#4589) | Amber Brown | 2019-02-11 | 1 | -1/+5 |
* | Merge pull request #4420 from matrix-org/jaywink/openid-listener | Erik Johnston | 2019-02-11 | 1 | -0/+10 |
|\ |
|
| * | Fix flake8 issues | Jason Robinson | 2019-01-23 | 1 | -1/+1 |
| * | Remove openid resource from default config | Jason Robinson | 2019-01-23 | 1 | -4/+13 |
| * | Split federation OpenID userinfo endpoint out of the federation resource | Jason Robinson | 2019-01-23 | 1 | -4/+5 |
* | | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 1 | -11/+5 |
* | | Merge branch 'master' into develop | Richard van der Hoff | 2019-02-05 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix default ACME config for py2 (#4564) | Richard van der Hoff | 2019-02-05 | 1 | -1/+1 |
| * | | fix typo in config comments (#4557) | Richard van der Hoff | 2019-02-05 | 1 | -2/+2 |
* | | | by default include m.room.encryption on invites (#3902) | Matthew Hodgson | 2019-01-30 | 1 | -0/+2 |
|/ / |
|
* | | ACME config cleanups (#4525) | Richard van der Hoff | 2019-01-30 | 1 | -26/+74 |
* | | SIGHUP for TLS cert reloading (#4495) | Amber Brown | 2019-01-30 | 1 | -8/+11 |
* | | Merge pull request #4512 from matrix-org/anoa/consent_dir | Andrew Morgan | 2019-01-29 | 1 | -1/+13 |
|\ \ |
|
| * | | Check consent dir path on startup | Andrew Morgan | 2019-01-29 | 1 | -1/+13 |
* | | | Merge pull request #4498 from matrix-org/travis/fix-docs-public_baseurl | Travis Ralston | 2019-01-29 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't recommend :8448 to people on public_baseurl | Travis Ralston | 2019-01-28 | 1 | -1/+1 |
* | | | Do not generate self-signed TLS certificates by default. (#4509) | Amber Brown | 2019-01-29 | 1 | -43/+18 |
|/ / |
|
* | | Fix quoting for allowed_local_3pids example config (#4476) | Richard van der Hoff | 2019-01-25 | 1 | -3/+3 |
* | | Merge pull request #4435 from matrix-org/neilj/fix_threepid_auth_check | Neil Johnson | 2019-01-24 | 1 | -5/+4 |
|\ \ |
|
| * | | move guard out of is_threepid_reserved and into register.py | Neil Johnson | 2019-01-22 | 1 | -2/+0 |
| * | | Fix None guard in config.server.is_threepid_reserved | Neil Johnson | 2019-01-22 | 1 | -5/+6 |
| |/ |
|
* | | Clarify docs for public_baseurl | David Baker | 2019-01-24 | 1 | -1/+5 |
* | | Support ACME for certificate provisioning (#4384) | Amber Brown | 2019-01-23 | 2 | -26/+93 |
|/ |
|
* | Merge pull request #4423 from matrix-org/neilj/disable_msisdn_on_registration | Neil Johnson | 2019-01-22 | 1 | -0/+9 |
|\ |
|
| * | fix line length | Neil Johnson | 2019-01-21 | 1 | -1/+3 |
| * | Config option to disable requesting MSISDN on registration | Neil Johnson | 2019-01-21 | 1 | -0/+7 |
* | | Require ECDH key exchange & remove dh_params (#4429) | Amber Brown | 2019-01-22 | 1 | -40/+0 |
|/ |
|
* | Changing macaroon_secret_key no longer logs you out (#4387) | Richard van der Hoff | 2019-01-16 | 1 | -3/+0 |
* | Merge branch rav/macaroon_key_fix_0.34 into rav/macaroon_key_fix_0.34.1 | Richard van der Hoff | 2019-01-10 | 1 | -2/+2 |
|\ |
|
| * | Revert "Fix macaroon_secret_key fallback logic" | Richard van der Hoff | 2019-01-10 | 1 | -3/+3 |
| * | Merge branch 'rav/macaroon_key_fix' into rav/macaroon_key_fix_0.34 | Richard van der Hoff | 2019-01-10 | 1 | -5/+5 |
| |\ |
|
| | * | Fix macaroon_secret_key fallback logic | Richard van der Hoff | 2019-01-10 | 1 | -3/+3 |
| | * | Fix fallback to signing key for macaroon-secret-key | Richard van der Hoff | 2019-01-10 | 1 | -2/+2 |
* | | | Fix synapse.config.__main__ on python 3 (#4356) | Amber Brown | 2019-01-08 | 1 | -1/+1 |
* | | | Check jinja version for consent resource (#4327) | Richard van der Hoff | 2019-01-07 | 1 | -1/+37 |
* | | | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 9 | -46/+89 |
* | | | Fix indentation in default config (#4313) | Richard van der Hoff | 2018-12-22 | 1 | -35/+35 |
* | | | Merge branch 'release-v0.34.0' into develop | Richard van der Hoff | 2018-12-11 | 1 | -15/+27 |
|\| | |
|
| * | | Stop installing Matrix Console by default | Richard van der Hoff | 2018-12-11 | 1 | -15/+27 |
* | | | Implement SAML2 authentication (#4267) | Richard van der Hoff | 2018-12-07 | 2 | -1/+112 |
* | | | Rip out half-implemented m.login.saml2 support (#4265) | Richard van der Hoff | 2018-12-06 | 2 | -57/+1 |
* | | | Implement .well-known handling (#4262) | Richard van der Hoff | 2018-12-05 | 1 | -0/+9 |
|/ / |
|
* | | Add an option to enable recording IPs for appservice users (#3831) | Travis Ralston | 2018-12-04 | 1 | -0/+5 |
* | | Add an option to disable search for homeservers which may not be interested i... | Travis Ralston | 2018-12-04 | 1 | -1/+11 |
* | | Remove riot.im from the list of trusted Identity Servers in the default confi... | Neil Johnson | 2018-11-20 | 1 | -1/+3 |
* | | Add option to track MAU stats (but not limit people) (#3830) | Travis Ralston | 2018-11-15 | 1 | -0/+6 |
* | | Add config variables for enabling terms auth and the policy name (#4142) | Travis Ralston | 2018-11-06 | 1 | -0/+18 |
* | | Set the encoding to UTF8 in the default logconfig (#4138) | Amber Brown | 2018-11-03 | 1 | -0/+1 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/alias_disa... | Erik Johnston | 2018-10-25 | 5 | -88/+92 |
|\ \ |
|
| * \ | Merge branch 'develop' of github.com:matrix-org/synapse into matthew/autocrea... | Neil Johnson | 2018-10-25 | 4 | -68/+91 |
| |\ \ |
|
| | * | | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -1/+1 |
| | * | | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 2 | -63/+60 |
| | * | | Calculate absolute path for email templates | Richard van der Hoff | 2018-10-19 | 1 | -22/+18 |
| * | | | isort | Neil Johnson | 2018-10-24 | 1 | -2/+1 |
| * | | | remove errant exception and style | Neil Johnson | 2018-10-23 | 1 | -1/+1 |
| * | | | clean up config error logic and imports | Neil Johnson | 2018-10-17 | 1 | -5/+4 |
| * | | | improve auto room join logic, comments and tests | Neil Johnson | 2018-10-12 | 1 | -1/+10 |
| * | | | fix UTs | Matthew Hodgson | 2018-09-28 | 1 | -1/+1 |
| * | | | untested stab at autocreating autojoin rooms | Matthew Hodgson | 2018-09-28 | 1 | -0/+4 |
* | | | | Use allow/deny | Erik Johnston | 2018-10-25 | 1 | -6/+6 |
* | | | | Use match rather than search | Erik Johnston | 2018-10-24 | 1 | -2/+3 |
* | | | | Add config option to control alias creation | Erik Johnston | 2018-10-19 | 2 | -1/+103 |
| |/ /
|/| | |
|
* | | | Put the warning blob at the top of the file | Richard van der Hoff | 2018-10-17 | 1 | -6/+9 |
* | | | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -3/+30 |
|/ / |
|
* | | Replaced all occurences of e.message with str(e) | Schnuffle | 2018-09-27 | 1 | -1/+1 |
* | | Remove some superfluous logging (#3855) | Amber Brown | 2018-09-13 | 1 | -1/+16 |
* | | Fix jwt import check | Richard van der Hoff | 2018-09-07 | 2 | -1/+1 |
* | | move threepid checker to config, add missing yields | Neil Johnson | 2018-08-31 | 1 | -0/+17 |
* | | Change admin_uri to admin_contact in config and errors | Erik Johnston | 2018-08-24 | 1 | -2/+2 |
* | | Implement trail users | Erik Johnston | 2018-08-23 | 1 | -0/+6 |
* | | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 1 | -1/+2 |
* | | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 1 | -0/+6 |
* | | server limits config docs | Neil Johnson | 2018-08-17 | 1 | -0/+26 |
* | | add new error type ResourceLimit | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
* | | update admin email to uri | Neil Johnson | 2018-08-15 | 1 | -1/+1 |
* | | replace admin_email with admin_uri for greater flexibility | Neil Johnson | 2018-08-15 | 1 | -1/+1 |
* | | support admin_email config and pass through into blocking errors, return Auth... | Neil Johnson | 2018-08-13 | 1 | -0/+4 |
* | | Revert "support admin_email config and pass through into blocking errors, ret... | Neil Johnson | 2018-08-13 | 1 | -4/+0 |
* | | support admin_email config and pass through into blocking errors, return Auth... | Neil Johnson | 2018-08-13 | 1 | -0/+4 |
* | | log *after* reloading log config | Richard van der Hoff | 2018-08-10 | 1 | -2/+1 |
* | | Merge branch 'develop' into neilj/disable_hs | Neil Johnson | 2018-08-08 | 1 | -0/+3 |
|\ \ |
|
| * | | implement reserved users for mau limits | Neil Johnson | 2018-08-07 | 1 | -1/+1 |
| * | | load mau limit threepids | Neil Johnson | 2018-08-06 | 1 | -0/+3 |
* | | | disable HS from config | Neil Johnson | 2018-08-04 | 1 | -0/+4 |
|/ / |
|
* / | fix (lots of) py3 test failures | Neil Johnson | 2018-08-03 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' into develop | Richard van der Hoff | 2018-08-02 | 1 | -0/+2 |
|\ |
|
| * | Merge pull request #3377 from Valodim/note-affinity | Richard van der Hoff | 2018-07-19 | 1 | -0/+2 |
| |\ |
|
| | * | add note that the affinity package is required for the cpu_affinity setting | Vincent Breitmoser | 2018-06-09 | 1 | -0/+2 |
| | * | Merge tag 'v0.31.0' | Neil Johnson | 2018-06-06 | 3 | -1/+20 |
| | |\ |
|
* | | | | remove need to plot limit_usage_by_mau | Neil Johnson | 2018-08-01 | 1 | -3/+6 |
* | | | | coding style | Neil Johnson | 2018-07-31 | 1 | -1/+1 |
* | | | | limit register and sign in on number of monthly users | Neil Johnson | 2018-07-30 | 1 | -0/+5 |
* | | | | Comment dummy TURN parameters in default config | David Baker | 2018-07-11 | 1 | -2/+2 |
|/ / / |
|
* | | | run isort | Amber Brown | 2018-07-09 | 13 | -51/+59 |
* | | | More server_name validation | Richard van der Hoff | 2018-07-04 | 1 | -2/+9 |
* | | | fix tests | Matthew Hodgson | 2018-06-28 | 1 | -0/+1 |
* | | | add ip_range_whitelist parameter to limit where ASes can connect from | Matthew Hodgson | 2018-06-28 | 1 | -1/+10 |
* | | | Write a clear restart indicator in logs | Richard van der Hoff | 2018-06-20 | 1 | -6/+18 |
* | | | Merge remote-tracking branch 'origin/master' into develop | Richard van der Hoff | 2018-06-05 | 1 | -0/+3 |
|\| |
| |/
|/| |
|
| * | remove trailing whitespace | Richard van der Hoff | 2018-05-30 | 1 | -2/+2 |
| * | fix english and wrap comment | Richard van der Hoff | 2018-05-30 | 1 | -1/+2 |
| * | add link to thorough instruction how to configure consent | Ruben Barkow | 2018-05-25 | 1 | -0/+2 |
* | | Add private IPv6 addresses to preview blacklist #3312 | Felix Schäfer | 2018-06-01 | 1 | -0/+3 |
* | | Run Prometheus on a different port, optionally. (#3274) | Amber Brown | 2018-05-31 | 1 | -0/+10 |
* | | Fix default for send_server_notice_to_guests | Richard van der Hoff | 2018-05-25 | 1 | -1/+1 |
* | | Avoid sending consent notice to guest users | Richard van der Hoff | 2018-05-25 | 1 | -1/+7 |
|/ |
|
* | Allow overriding the server_notices user's avatar | Richard van der Hoff | 2018-05-23 | 1 | -3/+12 |
* | Support for putting %(consent_uri)s in messages | Richard van der Hoff | 2018-05-23 | 1 | -4/+7 |
* | Reject attempts to send event before privacy consent is given | Richard van der Hoff | 2018-05-22 | 1 | -0/+10 |
* | Move consent config parsing into ConsentConfig | Richard van der Hoff | 2018-05-22 | 1 | -1/+15 |
* | Send users a server notice about consent | Richard van der Hoff | 2018-05-22 | 1 | -0/+8 |
* | Rename 'version' param on user consent config | Richard van der Hoff | 2018-05-22 | 1 | -4/+6 |
* | Replace inline docstrings with "Attributes" in class docstring | Richard van der Hoff | 2018-05-18 | 1 | -23/+15 |
* | Infrastructure for a server notices room | Richard van der Hoff | 2018-05-17 | 2 | -1/+89 |
* | ConsentResource to gather policy consent from users | Richard van der Hoff | 2018-05-15 | 4 | -3/+63 |
* | Merge pull request #3085 from NotAFile/py3-config-text-mode | Richard van der Hoff | 2018-04-30 | 2 | -4/+4 |
|\ |
|
| * | open log_config in text mode too | Adrian Tschira | 2018-04-28 | 1 | -1/+1 |
| * | Open config file in non-bytes mode | Adrian Tschira | 2018-04-10 | 1 | -3/+3 |
* | | Merge pull request #3084 from NotAFile/py3-certs-byte-mode | Richard van der Hoff | 2018-04-30 | 1 | -2/+2 |
|\ \ |
|
| * | | Open certificate files as bytes | Adrian Tschira | 2018-04-10 | 1 | -2/+2 |
| |/ |
|
* / | Use six.moves.urlparse | Adrian Tschira | 2018-04-15 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #3074 from NotAFile/fix-py3-prints | Richard van der Hoff | 2018-04-09 | 1 | -5/+5 |
|\ |
|
| * | use python3-compatible prints | Adrian Tschira | 2018-04-06 | 1 | -5/+5 |
* | | Replace some type checks with six type checks | Adrian Tschira | 2018-04-07 | 2 | -5/+9 |
|/ |
|
* | spell out not to massively increase bcrypt rounds | Matthew Hodgson | 2018-03-19 | 1 | -1/+3 |
* | Add replication http endpoint for event sending | Erik Johnston | 2018-02-07 | 1 | -0/+8 |
* | Add federation_domain_whitelist option (#2820) | Matthew Hodgson | 2018-01-22 | 1 | -0/+22 |
* | Merge pull request #2813 from matrix-org/matthew/registrations_require_3pid | Matthew Hodgson | 2018-01-22 | 1 | -0/+19 |
|\ |
|
| * | rewrite based on PR feedback: | Matthew Hodgson | 2018-01-19 | 1 | -3/+9 |
| * | add registrations_require_3pid | Matthew Hodgson | 2018-01-19 | 1 | -0/+13 |
* | | Fix passing wrong config to provider constructor | Erik Johnston | 2018-01-18 | 1 | -1/+1 |
* | | Remove duplicate directory test | Erik Johnston | 2018-01-18 | 1 | -4/+0 |
* | | Fixup comments | Erik Johnston | 2018-01-18 | 1 | -1/+5 |
* | | Make storage providers more configurable | Erik Johnston | 2018-01-18 | 1 | -11/+72 |
|/ |
|
* | fix typo | Matthew Hodgson | 2018-01-16 | 1 | -1/+1 |
* | Actually make it work | Erik Johnston | 2018-01-12 | 1 | -0/+5 |
* | Merge pull request #2763 from matrix-org/rav/fix_config_uts | Richard van der Hoff | 2018-01-09 | 1 | -2/+2 |
|\ |
|
| * | Fix broken config UTs | Richard van der Hoff | 2018-01-09 | 1 | -2/+2 |
* | | Make indentation of generated log config consistent | Richard van der Hoff | 2018-01-09 | 1 | -17/+17 |
|/ |
|
* | Remove 'verbosity'/'log_file' from generated cfg | Richard van der Hoff | 2018-01-05 | 1 | -8/+4 |
* | Merge pull request #2683 from seckrv/fix_pwd_auth_prov_typo | Richard van der Hoff | 2017-12-18 | 1 | -2/+2 |
|\ |
|
| * | synapse/config/password_auth_providers: Fixed bracket typo | Richard von Seck | 2017-11-16 | 1 | -2/+2 |
* | | Allow binds to both :: and 0.0.0.0 | Silke Hofstra | 2017-12-17 | 1 | -5/+3 |
* | | Adapt the default config to bind on IPv6. | Willem Mulder | 2017-12-17 | 1 | -8/+9 |
* | | better doc | Matthew Hodgson | 2017-12-04 | 1 | -1/+4 |
* | | switch to a simpler 'search_all_users' button as per review feedback | Matthew Hodgson | 2017-12-04 | 1 | -7/+8 |
* | | Merge branch 'develop' into matthew/search-all-local-users | Matthew Hodgson | 2017-11-30 | 1 | -0/+6 |
|\ \ |
|
| * | | Add config option to disable media_repo on main synapse | Richard van der Hoff | 2017-11-22 | 1 | -0/+6 |
* | | | specify default user_directory_include_pattern | Matthew Hodgson | 2017-11-30 | 1 | -0/+1 |
* | | | untested WIP but might actually work | Matthew Hodgson | 2017-11-29 | 1 | -3/+2 |
* | | | Add user_directory_include_pattern config param to expand search results to a... | Matthew Hodgson | 2017-11-29 | 2 | -1/+42 |
|/ / |
|
* / | Check group_id belongs to this domain | Luke Barnard | 2017-11-16 | 1 | -0/+1 |
|/ |
|
* | Print instead of logging | David Baker | 2017-11-13 | 1 | -11/+4 |
* | Make the commented config have the default | David Baker | 2017-11-09 | 1 | -1/+1 |
* | better comments | David Baker | 2017-11-08 | 1 | -2/+5 |
* | Log if any of the old config flags are set | David Baker | 2017-11-08 | 1 | -2/+24 |
* | Rename redact_content option to include_content | David Baker | 2017-11-08 | 1 | -15/+13 |
* | Add a hook for custom rest endpoints | Richard van der Hoff | 2017-11-02 | 1 | -0/+7 |
* | Clean up backwards-compat hacks for ldap | Richard van der Hoff | 2017-10-31 | 1 | -20/+19 |
* | fix typo | Matthew Hodgson | 2017-10-29 | 1 | -1/+1 |
* | Fix error when running synapse with no logfile | Richard van der Hoff | 2017-10-26 | 1 | -1/+5 |
* | tip for generating tls_fingerprints | Matthew Hodgson | 2017-10-24 | 1 | -0/+6 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Flake8 | Erik Johnston | 2017-10-19 | 1 | -4/+0 |
* | Add missing file... | Erik Johnston | 2017-10-19 | 1 | -0/+36 |
* | Add config to enable group creation | Erik Johnston | 2017-10-19 | 1 | -1/+2 |
* | Improve error handling for missing files (#2551) | Richard van der Hoff | 2017-10-17 | 3 | -17/+33 |
* | pep8 | David Baker | 2017-10-17 | 1 | -1/+2 |
* | Add config option to auto-join new users to rooms | David Baker | 2017-10-16 | 1 | -0/+6 |
* | Copy everything to backup | Erik Johnston | 2017-10-12 | 1 | -1/+3 |
* | Basic implementation of backup media store | Erik Johnston | 2017-10-12 | 1 | -0/+18 |
* | Forgot the new file again :( | David Baker | 2017-09-27 | 1 | -0/+35 |
* | Make the spam checker a module | David Baker | 2017-09-26 | 1 | -1/+3 |
* | Factor out module loading to a separate place | David Baker | 2017-09-26 | 1 | -12/+10 |
* | Add a config option to block all room invites (#2457) | Richard van der Hoff | 2017-09-19 | 1 | -0/+10 |
* | Fix process startup | Richard van der Hoff | 2017-08-16 | 1 | -10/+13 |
* | explain why CPU affinity is a good idea | Matthew Hodgson | 2017-08-15 | 1 | -0/+8 |