| Commit message (Expand) | Author | Age | Files | Lines |
* | Send some ephemeral events to appservices (#8437) | Will Hunt | 2020-10-15 | 1 | -0/+3 |
* | Increase default max_upload_size from 10M to 50M (#8502) | Mateusz Przybyłowicz | 2020-10-09 | 1 | -2/+2 |
* | Update default room version to 6 (#8461) | Richard van der Hoff | 2020-10-05 | 1 | -1/+1 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -0/+18 |
* | Merge tag 'v1.21.0rc2' into develop | Richard van der Hoff | 2020-10-02 | 4 | -6/+15 |
|\ |
|
| * | Convert additional templates to Jinja (#8444) | Patrick Cloke | 2020-10-02 | 4 | -6/+15 |
* | | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -0/+9 |
* | | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 1 | -9/+9 |
|/ |
|
* | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 2020-10-01 | 4 | -5/+30 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -0/+8 |
* | Update description of server_name config option (#8415) | Aaron Raimist | 2020-09-29 | 1 | -4/+17 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -0/+6 |
* | Merge branch 'master' into develop | Andrew Morgan | 2020-09-24 | 1 | -2/+8 |
|\ |
|
| * | Hotfix: disable autoescape by default when rendering Jinja2 templates (#8394) | Andrew Morgan | 2020-09-24 | 2 | -3/+11 |
* | | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 3 | -3/+3 |
* | | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 2 | -3/+0 |
* | | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -30/+4 |
* | | Add experimental support for sharding event persister. Again. (#8294) | Erik Johnston | 2020-09-14 | 3 | -13/+46 |
* | | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 1 | -3/+9 |
* | | Add a config option for validating 'next_link' parameters against a domain wh... | Andrew Morgan | 2020-09-08 | 1 | -1/+32 |
* | | Fix stack overflow when logging system encounters an error (#8268) | Richard van der Hoff | 2020-09-07 | 1 | -2/+23 |
|/ |
|
* | Fix a regression from calling read_templates. (#8252) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 8 | -10/+10 |
* | Revert "Add experimental support for sharding event persister. (#8170)" (#8242) | Brendan Abolivier | 2020-09-04 | 3 | -46/+13 |
* | Add experimental support for sharding event persister. (#8170) | Erik Johnston | 2020-09-02 | 3 | -13/+46 |
* | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 2020-08-24 | 1 | -8/+14 |
* | Add resources.consent conditional dependency back (#8107) | Andrew Morgan | 2020-08-18 | 1 | -20/+0 |
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 4 | -105/+191 |
* | Move setting of Filter into code. | Erik Johnston | 2020-08-11 | 1 | -8/+16 |
* | Change the default log config to reduce disk I/O and storage (#8040) | Erik Johnston | 2020-08-11 | 1 | -5/+36 |
* | Implement login blocking based on SAML attributes (#8052) | Richard van der Hoff | 2020-08-11 | 2 | -0/+99 |
* | Typo | Brendan Abolivier | 2020-08-10 | 1 | -1/+1 |
* | Lint | Brendan Abolivier | 2020-08-10 | 1 | -2/+2 |
* | why mypy why | Brendan Abolivier | 2020-08-10 | 1 | -1/+3 |
* | Lint | Brendan Abolivier | 2020-08-06 | 1 | -1/+1 |
* | Incorporate review | Brendan Abolivier | 2020-08-06 | 1 | -2/+2 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p... | Brendan Abolivier | 2020-08-06 | 2 | -1/+25 |
|\ |
|
| * | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -1/+4 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l... | Erik Johnston | 2020-07-31 | 2 | -18/+7 |
| |\ |
|
| * | | Add ratelimiting on joins | Erik Johnston | 2020-07-31 | 1 | -0/+21 |
* | | | Incorporate review | Brendan Abolivier | 2020-08-06 | 1 | -0/+3 |
* | | | Back out the database hack and replace it with a temporary config setting | Brendan Abolivier | 2020-08-03 | 1 | -0/+10 |
| |/
|/| |
|
* | | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 5 | -15/+73 |
|\| |
|
| * | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 5 | -15/+73 |
* | | Various improvements to the docs (#7899) | Aaron Raimist | 2020-07-29 | 1 | -18/+0 |
* | | Option to allow server admins to join complex rooms (#7902) | lugino-emeritus | 2020-07-28 | 1 | -0/+7 |
|/ |
|
* | Fix a typo in the sample config. (#7890) | Adrian | 2020-07-20 | 1 | -1/+1 |
* | Change sample config's postgres user to synapse_user (#7889) | Andrew Morgan | 2020-07-20 | 1 | -1/+1 |
* | Add a default limit (of 100) to get/sync operations. (#7858) | Patrick Cloke | 2020-07-17 | 1 | -2/+4 |
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 1 | -9/+10 |
* | Add ability to run multiple pusher instances (#7855) | Erik Johnston | 2020-07-16 | 4 | -37/+48 |
* | Allow email subjects to be customised through Synapse's configuration (#7846) | Brendan Abolivier | 2020-07-14 | 1 | -6/+112 |
* | Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827) | Patrick Cloke | 2020-07-14 | 1 | -0/+28 |
* | Fix handling of "off" in encryption_enabled_by_default_for_room_type (#7822) | Brendan Abolivier | 2020-07-13 | 1 | -1/+6 |
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 3 | -66/+132 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 1 | -1/+1 |
* | Add documentation for JWT login type and improve sample config. (#7776) | Patrick Cloke | 2020-07-06 | 1 | -4/+31 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 2 | -2/+2 |
* | Additional configuration options for auto-join rooms (#7763) | Patrick Cloke | 2020-06-30 | 1 | -3/+103 |
* | Support running multiple media repos. (#7706) | Erik Johnston | 2020-06-17 | 1 | -0/+6 |
* | fix broken link in sample config (#7712) | Richard van der Hoff | 2020-06-16 | 1 | -1/+1 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari MannsĂĄker | 2020-06-16 | 3 | -16/+7 |
* | Create a ListenerConfig object (#7681) | Richard van der Hoff | 2020-06-16 | 2 | -102/+157 |
* | Increase the default SAML session expirary time to 15 minutes. (#7664) | Patrick Cloke | 2020-06-11 | 1 | -2/+2 |
* | fix typo in sample_config.yaml (#7652) | wondratsch | 2020-06-11 | 1 | -1/+1 |
* | Take out a lock before modifying _CACHES (#7663) | Richard van der Hoff | 2020-06-10 | 1 | -5/+15 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 2 | -0/+82 |
* | Add an option to disable autojoin for guest accounts (#6637) | Travis Ralston | 2020-06-05 | 1 | -0/+8 |
* | Add support for webp thumbnailing (#7586) | WGH | 2020-06-05 | 1 | -0/+1 |
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -1/+7 |
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 3 | -76/+105 |
* | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 2020-06-03 | 1 | -5/+13 |
* | Fix sample config docs error (#7581) | Jason Robinson | 2020-05-27 | 1 | -1/+1 |
* | Fix up comments | Erik Johnston | 2020-05-27 | 1 | -2/+2 |
* | Fix specifying cache factors via env vars with * in name. (#7580) | Erik Johnston | 2020-05-27 | 1 | -5/+39 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 2 | -2/+29 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 6 | -29/+36 |
* | Add `instance_map` config and route replication calls (#7495) | Erik Johnston | 2020-05-14 | 1 | -0/+17 |
* | Fix copypasted comment (#7477) | Paul Tötterman | 2020-05-13 | 1 | -1/+1 |
* | 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 | 3 | -6/+166 |
* | Merge branch 'release-v1.13.0' into develop | Andrew Morgan | 2020-05-11 | 1 | -1/+0 |
|\ |
|
| * | Drop support for redis.dbid (#7450) | Richard van der Hoff | 2020-05-07 | 1 | -1/+0 |
* | | Extend spam checker to allow for multiple modules (#7435) | Andrew Morgan | 2020-05-08 | 1 | -8/+30 |
* | | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 4 | -7/+191 |
|/ |
|
* | Add a configuration setting for the dummy event threshold (#7422) | Brendan Abolivier | 2020-05-07 | 1 | -0/+15 |
* | Fix fallback value for account_threepid_delegates.email (#7316) | Andrew Morgan | 2020-04-29 | 1 | -3/+8 |
* | Fix typo 'datbases' in ConfigError | Andrew Morgan | 2020-04-28 | 1 | -1/+1 |
* | Don't crash when one of the configuration files is empty (#7341) | Brendan Abolivier | 2020-04-27 | 1 | -0/+6 |
* | Add documentation to the sample config about the templates for SSO. (#7343) | Patrick Cloke | 2020-04-24 | 1 | -0/+24 |
* | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t... | Brendan Abolivier | 2020-04-23 | 1 | -0/+21 |
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 2 | -0/+37 |
* | Fix indention in generated config file (#7300) | Lars Franke | 2020-04-20 | 1 | -22/+22 |
* | Use a template for the SSO success page to allow for customization. (#7279) | Patrick Cloke | 2020-04-17 | 1 | -0/+6 |
* | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 2020-04-17 | 1 | -4/+3 |
* | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 2020-04-15 | 1 | -0/+29 |
* | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 2020-04-09 | 1 | -0/+7 |
* | Fix --help commandline argument (#7249) | Richard van der Hoff | 2020-04-09 | 1 | -16/+8 |
* | Add documentation to password_providers config option (#7238) | Andrew Morgan | 2020-04-08 | 1 | -2/+14 |
* | Extend web_client_location to handle absolute URLs (#7006) | Martin Milata | 2020-04-03 | 1 | -3/+8 |
* | Fix a small typo in the `metrics_flags` config option. (#7171) | Andrew Morgan | 2020-03-30 | 1 | -1/+1 |
* | Always whitelist the login fallback for SSO (#7153) | Richard van der Hoff | 2020-03-27 | 1 | -0/+15 |
* | Add options to prevent users from changing their profile. (#7096) | Dirk Klimpel | 2020-03-27 | 1 | -0/+27 |
* | Don't default to an invalid sqlite config if no database configuration is pro... | Nektarios Katakis | 2020-03-26 | 1 | -22/+47 |
* | Allow server admins to define and enforce a password policy (MSC2000). (#7118) | Dirk Klimpel | 2020-03-26 | 1 | -0/+39 |
* | Remove unused captcha_bypass_secret option (#7137) | Aaron Raimist | 2020-03-25 | 1 | -5/+0 |
* | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 2 | -36/+59 |
* | Revert "Add options to disable setting profile info for prevent changes. (#70... | Richard van der Hoff | 2020-03-17 | 1 | -17/+0 |
* | Lint | Brendan Abolivier | 2020-03-11 | 1 | -2/+1 |
* | Put the file in the templates directory | Brendan Abolivier | 2020-03-11 | 1 | -12/+21 |
* | Update wording and config | Brendan Abolivier | 2020-03-11 | 1 | -0/+3 |
* | Move the default SAML2 error HTML to a dedicated file | Brendan Abolivier | 2020-03-11 | 1 | -18/+11 |
* | Add options to disable setting profile info for prevent changes. (#7053) | Brendan Abolivier | 2020-03-10 | 1 | -0/+17 |
|\ |
|
| * | Update synapse/config/registration.py | Dirk Klimpel | 2020-03-10 | 1 | -1/+1 |
| * | updates after review | dklimpel | 2020-03-09 | 1 | -8/+8 |
| * | add disable_3pid_changes | dklimpel | 2020-03-08 | 1 | -0/+6 |
| * | lint2 | dklimpel | 2020-03-08 | 1 | -2/+2 |
| * | changelog | dklimpel | 2020-03-08 | 1 | -2/+2 |
| * | Add options to disable setting profile info for prevent changes. | dklimpel | 2020-03-08 | 1 | -0/+11 |
* | | Rephrase default message | Brendan Abolivier | 2020-03-10 | 1 | -2/+2 |
* | | Lint | Brendan Abolivier | 2020-03-10 | 1 | -1/+1 |
* | | SAML2: render a comprehensible error page if something goes wrong | Brendan Abolivier | 2020-03-10 | 1 | -0/+26 |
* | | Merge branch 'master' into develop | Brendan Abolivier | 2020-03-03 | 3 | -0/+96 |
|\ \
| |/
|/| |
|
| * | Factor out complete_sso_login and expose it to the Module API | Brendan Abolivier | 2020-03-03 | 1 | -1/+1 |
| * | Add a whitelist for the SSO confirmation step. | Richard van der Hoff | 2020-03-02 | 1 | -0/+18 |
| * | Add a confirmation step to the SSO login flow | Brendan Abolivier | 2020-03-02 | 3 | -0/+78 |
* | | Fix minor issues with email config (#6962) | Richard van der Hoff | 2020-02-24 | 1 | -36/+30 |
* | | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 2 | -3/+3 |
|/ |
|
* | Merge pull request #6907 from matrix-org/babolivier/acme-config | Brendan Abolivier | 2020-02-18 | 1 | -0/+19 |
|\ |
|
| * | Linters are hard but in they end they just want what's best for us | Brendan Abolivier | 2020-02-13 | 1 | -1/+1 |
| * | Add a separator for the config warning | Brendan Abolivier | 2020-02-13 | 1 | -1/+1 |
| * | Add mention and warning about ACME v1 deprecation to the Synapse config | Brendan Abolivier | 2020-02-13 | 1 | -0/+19 |
* | | Add a warning about indentation to generated config (#6920) | Richard van der Hoff | 2020-02-14 | 1 | -2/+14 |
|/ |
|
* | Allow empty federation_certificate_verification_whitelist (#6849) | timfi | 2020-02-06 | 1 | -0/+2 |
* | Fix empty account_validity config block | Andrew Morgan | 2020-01-20 | 1 | -1/+2 |
* | Add more logging around message retention policies support (#6717) | Brendan Abolivier | 2020-01-17 | 1 | -0/+8 |
* | Delegate remote_user_id mapping to the saml mapping provider (#6723) | Richard van der Hoff | 2020-01-17 | 1 | -0/+1 |
* | Clarify the `account_validity` and `email` sections of the sample configurati... | Richard van der Hoff | 2020-01-17 | 3 | -140/+167 |
* | Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typo | Brendan Abolivier | 2020-01-07 | 1 | -5/+5 |
|\ |
|
| * | Reword | Brendan Abolivier | 2020-01-07 | 1 | -3/+3 |
| * | Change the example from 5min to 12h | Brendan Abolivier | 2020-01-07 | 1 | -4/+4 |
| * | Fix a typo in the purge jobs configuration example | Brendan Abolivier | 2020-01-03 | 1 | -1/+1 |
* | | Add experimental 'databases' config (#6580) | Erik Johnston | 2020-01-06 | 1 | -13/+42 |
* | | Automate generation of the sample and debian log configs (#6627) | Richard van der Hoff | 2020-01-03 | 1 | -1/+8 |
* | | Raise an error if someone tries to use the log_file config option (#6626) | Richard van der Hoff | 2020-01-03 | 1 | -2/+15 |
* | | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 1 | -5/+0 |
|/ |
|
* | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 1 | -5/+5 |
* | Add an export_signing_key script (#6546) | Richard van der Hoff | 2019-12-19 | 1 | -8/+15 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -16/+62 |
* | Add option to allow profile queries without sharing a room (#6523) | Will Hunt | 2019-12-16 | 1 | -0/+13 |
* | Bump version of mypy | Erik Johnston | 2019-12-12 | 3 | -4/+4 |
* | Allow SAML username provider plugins (#6411) | Andrew Morgan | 2019-12-10 | 1 | -60/+126 |
* | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 1 | -12/+14 |
* | Add ephemeral messages support (MSC2228) (#6409) | Brendan Abolivier | 2019-12-03 | 1 | -0/+2 |
* | Clarifications for the email configuration settings. (#6423) | Richard van der Hoff | 2019-11-28 | 1 | -1/+16 |
* | Merge pull request #6358 from matrix-org/babolivier/message_retention | Brendan Abolivier | 2019-11-27 | 1 | -1/+182 |
|\ |
|
| * | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 5 | -11/+11 |
| |\ |
|
| * | | Lint again | Brendan Abolivier | 2019-11-19 | 1 | -1/+1 |
| * | | Lint again | Brendan Abolivier | 2019-11-19 | 1 | -1/+1 |
| * | | Lint | Brendan Abolivier | 2019-11-19 | 1 | -15/+24 |
| * | | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -0/+172 |
* | | | Remove assertion and provide a clear warning on startup for missing public_ba... | Andrew Morgan | 2019-11-26 | 2 | -0/+9 |
| |/
|/| |
|
* | | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 3 | -5/+5 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_... | Andrew Morgan | 2019-11-14 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 | Brendan Abolivier | 2019-11-14 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Set room version default to 5 | Neil Johnson | 2019-10-19 | 1 | -1/+1 |
* | | | A couple more instances | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
* | | | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 3 | -4/+4 |
|/ / |
|
* | | Remove last usages of deprecated logging.warn method (#6314) | Andrew Morgan | 2019-11-01 | 1 | -2/+2 |
* | | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 2 | -3/+3 |
* | | Fix typo in domain name in account_threepid_delegates config option (#6273) | Andrew Morgan | 2019-10-30 | 1 | -1/+1 |
* | | Option to suppress resource exceeded alerting (#6173) | Neil Johnson | 2019-10-24 | 1 | -2/+8 |
* | | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 9 | -15/+22 |
|/ |
|
* | Fix logging config for the docker image (#6197) | Richard van der Hoff | 2019-10-18 | 1 | -3/+2 |
* | cas: support setting display name (#6114) | Valérian Rousset | 2019-10-11 | 1 | -0/+3 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 33 | -79/+385 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 6 | -12/+20 |
* | Fix 'redaction_retention_period' sampel config to match guidelines | Erik Johnston | 2019-09-26 | 1 | -1/+1 |
* | Explicitly log when a homeserver does not have a trusted key server configure... | Neil Johnson | 2019-09-26 | 2 | -12/+52 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us... | Erik Johnston | 2019-09-25 | 3 | -61/+185 |
|\ |
|
| * | Enable cleaning up extremities with dummy events by default to prevent undue ... | Neil Johnson | 2019-09-25 | 1 | -3/+1 |
| * | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-24 | 1 | -6/+42 |
| |\ |
|
| | * | Merge pull request #6069 from matrix-org/rav/fix_attribute_mapping | Richard van der Hoff | 2019-09-24 | 1 | -6/+42 |
| | |\ |
|
| | | * | docstrings and comments | Richard van der Hoff | 2019-09-24 | 1 | -7/+21 |
| | | * | Merge branch 'develop' into rav/fix_attribute_mapping | Richard van der Hoff | 2019-09-19 | 14 | -168/+524 |
| | | |\ |
|
| | | * | | Fix a bug with saml attribute maps. | Richard van der Hoff | 2019-09-19 | 1 | -6/+28 |
| * | | | | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-24 | 5 | -3/+44 |
| |\| | | |
|
| | * | | | Add submit_url response parameter to msisdn /requestToken (#6079) | Andrew Morgan | 2019-09-23 | 1 | -0/+2 |
| | * | | | Merge pull request #6064 from matrix-org/rav/saml_config_cleanup | Richard van der Hoff | 2019-09-23 | 1 | -51/+62 |
| | |\ \ \ |
|
| | | * \ \ | Merge branch 'develop' into rav/saml_config_cleanup | Richard van der Hoff | 2019-09-19 | 14 | -168/+524 |
| | | |\ \ \
| | | | | |/
| | | | |/| |
|
| | * | | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000) | Andrew Morgan | 2019-09-23 | 1 | -0/+3 |
| * | | | | | Merge branch 'develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-19 | 14 | -168/+524 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Record mappings from saml users in an external table | Richard van der Hoff | 2019-09-13 | 1 | -2/+76 |
| | |_|/ /
| |/| | | |
|
| * | | | | Make the sample saml config closer to our standards | Richard van der Hoff | 2019-09-13 | 1 | -51/+62 |
| | |_|/
| |/| | |
|
* | | | | Review comments | Erik Johnston | 2019-09-25 | 1 | -1/+1 |
* | | | | Prune rows in user_ips older than configured period | Erik Johnston | 2019-09-24 | 1 | -0/+13 |
| |_|/
|/| | |
|
* | | | fix broken copyrights | Matthew Hodgson | 2019-09-23 | 2 | -2/+2 |
* | | | Allow HS to send emails when adding an email to the HS (#6042) | Andrew Morgan | 2019-09-20 | 1 | -0/+36 |
* | | | Fix typo in account_threepid_delegates config (#6028) | Jorik Schellekens | 2019-09-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -6/+6 |
* | | Fix well-known lookups with the federation certificate whitelist (#5997) | Amber Brown | 2019-09-14 | 1 | -1/+8 |
* | | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -8/+25 |
* | | add report_stats_endpoint config option (#6012) | Sorunome | 2019-09-12 | 1 | -0/+9 |
* | | Blow up config if opentracing is missing (#5985) | Jorik Schellekens | 2019-09-12 | 1 | -0/+7 |
* | | Merge pull request #6015 from matrix-org/erikj/ratelimit_admin_redaction | Erik Johnston | 2019-09-11 | 1 | -0/+13 |
|\ \ |
|
| * | | Fix comments | Erik Johnston | 2019-09-11 | 1 | -1/+1 |
| * | | Allow use of different ratelimits for admin redactions. | Erik Johnston | 2019-09-11 | 1 | -0/+13 |
* | | | Check dependencies on setup in the nicer way. (#5989) | Jorik Schellekens | 2019-09-11 | 2 | -27/+12 |
|/ / |
|
* | | Merge pull request #5934 from matrix-org/erikj/censor_redactions | Erik Johnston | 2019-09-09 | 1 | -0/+17 |
|\ \ |
|
| * | | Default to censoring redactions after seven days | Erik Johnston | 2019-09-09 | 1 | -4/+6 |
| * | | Handle setting retention period to 0 | Erik Johnston | 2019-09-09 | 1 | -1/+1 |
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red... | Erik Johnston | 2019-09-05 | 1 | -8/+5 |
| |\ \ |
|
| * | | | Make redaction retention period configurable | Erik Johnston | 2019-09-05 | 1 | -0/+15 |
* | | | | Servers-known-about statistic (#5981) | Amber Brown | 2019-09-07 | 1 | -0/+31 |
* | | | | Allow Synapse to send registration emails + choose Synapse or an external ser... | Andrew Morgan | 2019-09-06 | 2 | -28/+130 |
| |/ /
|/| | |
|
* | | | Fix and refactor room and user stats (#5971) | Erik Johnston | 2019-09-04 | 1 | -8/+5 |
|/ / |
|
* | | Add a link to python's logging config schema (#5926) | Jorik Schellekens | 2019-08-28 | 1 | -1/+2 |
* | | Let synctl use a config directory. (#5904) | Jorik Schellekens | 2019-08-28 | 1 | -3/+4 |
* | | Config templating (#5900) | Jorik Schellekens | 2019-08-28 | 4 | -37/+161 |
* | | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -42/+61 |
* | | Merge pull request #5895 from matrix-org/erikj/notary_key | Erik Johnston | 2019-08-27 | 1 | -4/+30 |
|\ \ |
|
| * | | Don't implicitly include server signing key | Erik Johnston | 2019-08-23 | 1 | -7/+6 |
| * | | Add config option for keys to use to sign keys | Erik Johnston | 2019-08-21 | 1 | -4/+31 |
* | | | public_base_url is actually public_baseurl | Aaron Raimist | 2019-08-26 | 1 | -1/+1 |
|/ / |
|
* / | Fix up password reset template config names (#5863) | Andrew Morgan | 2019-08-15 | 1 | -8/+8 |
|/ |
|
* | fix config being a dict, actually | Amber H. Brown | 2019-08-14 | 1 | -1/+1 |
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 1 | -0/+20 |
* | Lint | Brendan Abolivier | 2019-08-01 | 1 | -12/+7 |
* | Allow defining HTML templates to serve the user on account renewal | Brendan Abolivier | 2019-08-01 | 1 | -2/+48 |
* | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 2019-07-30 | 1 | -6/+0 |
* | Room Complexity Client Implementation (#5783) | Amber Brown | 2019-07-30 | 1 | -0/+41 |
* | Make Jaeger fully configurable (#5694) | Jorik Schellekens | 2019-07-23 | 1 | -0/+22 |
* | Fix logging in workers (#5729) | Amber Brown | 2019-07-22 | 1 | -0/+1 |
* | Merge branch 'release-v1.2.0' into develop | Jorik Schellekens | 2019-07-22 | 1 | -12/+2 |
|\ |
|
| * | Opentracing Documentation (#5703) | Jorik Schellekens | 2019-07-22 | 1 | -12/+2 |
* | | Remove non-dedicated logging options and command line arguments (#5678) | Amber Brown | 2019-07-19 | 2 | -75/+12 |
|/ |
|
* | enable aggregations support by default | Neil Johnson | 2019-07-18 | 1 | -1/+1 |
* | Clean up opentracing configuration options (#5712) | Richard van der Hoff | 2019-07-18 | 1 | -22/+41 |
* | Clean up arg name and remove lying comment | Erik Johnston | 2019-07-16 | 1 | -7/+5 |
* | Fix invoking add_argument from homeserver.py | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmd | Erik Johnston | 2019-07-15 | 7 | -19/+114 |
|\ |
|
| * | Implement access token expiry (#5660) | Richard van der Hoff | 2019-07-12 | 1 | -0/+16 |
| * | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 2 | -0/+52 |
| * | Remove support for invite_3pid_guest. (#5625) | Richard van der Hoff | 2019-07-05 | 1 | -3/+2 |
| * | Fixes to the federation rate limiter (#5621) | Richard van der Hoff | 2019-07-05 | 1 | -2/+2 |
| * | Make errors about email password resets much clearer (#5616) | Andrew Morgan | 2019-07-05 | 1 | -11/+8 |
| * | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -2/+2 |
| * | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-07-01 | 3 | -2/+47 |
| |\ |
|
| * | | cleanups | Richard van der Hoff | 2019-06-27 | 1 | -6/+13 |
| * | | Add support for tracking SAML2 sessions. | Richard van der Hoff | 2019-06-26 | 1 | -1/+19 |