summary refs log tree commit diff
path: root/synapse/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.37.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0113-183/+118
|\
| * Warn users trying to use the deprecated spam checker interface (#10210)Brendan Abolivier2021-06-221-0/+15
| * Add endpoints for backfilling history (MSC2716) (#9247)Eric Eastwood2021-06-221-0/+3
| * Implement config option `sso.update_profile_information` (#10108)jkanefendt2021-06-211-0/+15
| * Fix performance of responding to user key requests over federation (#10221)Erik Johnston2021-06-211-0/+2
| * Ensure that errors during startup are written to the logs and the console. (#...Richard van der Hoff2021-06-211-3/+1
| * Standardise the module interface (#10062)Brendan Abolivier2021-06-184-17/+54
| * Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-173-151/+6
| * Always require users to re-authenticate for dangerous operations. (#10184)Patrick Cloke2021-06-161-0/+4
| * Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-151-7/+0
| * Fix 'ip_range_whitelist' not working for federation servers (#10115)Michael Kutzner2021-06-151-12/+15
| * Mention that you need to configure max upload size in reverse proxy as well (...Aaron Raimist2021-06-101-0/+4
| * Implement knock feature (#6739)Sorunome2021-06-092-1/+7
* | Merge tag 'v1.36.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-312-42/+3
|\|
| * Remove redundant code to reload tls cert (#10054)Richard van der Hoff2021-05-271-19/+3
| * Remove the experimental spaces enabled flag. (#10063)Patrick Cloke2021-05-261-23/+0
* | Merge tag 'v1.35.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-316-60/+58
|\|
| * Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-1/+7
| * Remove tls_fingerprints option (#9280)Jerin J Titus2021-05-241-50/+0
| * Enable experimental spaces by default. (#10011)Patrick Cloke2021-05-242-2/+19
| * Remove superfluous call to bool() (#9986)Dan Callahan2021-05-141-1/+1
| * Support enabling opentracing by user (#9978)Richard van der Hoff2021-05-141-6/+31
* | Merge tag 'v1.34.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-315-5/+54
|\|
| * Send the `m.room.create` stripped event with invites (support MSC1772). (#9966)Patrick Cloke2021-05-111-4/+2
| * Merge branch 'master' into developBrendan Abolivier2021-05-111-2/+2
| |\
| * | Add config option to hide device names over federation (#9945)Aaron Raimist2021-05-111-0/+10
| * | Optionally track memory usage of each LruCache (#9881)Erik Johnston2021-05-051-0/+11
| * | Limit how often GC happens by time. (#9902)Erik Johnston2021-05-051-1/+30
| * | Add port parameter to the sample config for psycopg2 args (#9911)Andrew Morgan2021-05-041-0/+1
* | | Merge tag 'v1.33.2' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-2/+2
|\ \ \ | | |/ | |/|
| * | Merge pull request from GHSA-x345-32rc-8h85Richard van der Hoff2021-05-111-2/+2
| |/
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3139-68/+87
|\|
| * Improved validation for received requests (#9817)Richard van der Hoff2021-04-231-1/+2
| * Allow OIDC cookies to work on non-root public baseurls (#9726)Andrew Morgan2021-04-231-4/+4
| * Split presence out of master (#9820)Erik Johnston2021-04-231-1/+26
| * Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-221-2/+2
| * Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-207-17/+27
| * Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-195-131/+170
| * More robust handling of the Content-Type header for thumbnail generation (#9788)rkfg2021-04-141-0/+1
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-1437-37/+0
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-316-37/+164
|\|
| * Bump black configuration to target py36 (#9781)Dan Callahan2021-04-131-1/+1
| * Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+4
| * Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-3/+36
| * Add an experimental room version to support restricted join rules. (#9717)Patrick Cloke2021-03-311-1/+6
| * Make sample config allowed_local_3pids regex stricter. (#9719)Denis Kasak2021-03-311-2/+2
| * Include m.room.create in invite_room_state for Spaces (#9710)Richard van der Hoff2021-03-301-0/+4
| * Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-23/+112
* | Merge commit '78e48f61b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-33/+7
|\|
| * Update the OIDC sample config (#9695)Richard van der Hoff2021-03-291-31/+3
| * Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-2/+4
* | Merge commit 'c73cc2c2a' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-4/+4
|\|
| * Increase default join burst ratelimiting (#9674)Erik Johnston2021-03-231-4/+4
* | Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+2
|\|
| * Merge branch 'develop' into babolivier/msc3026Brendan Abolivier2021-03-191-0/+2
| |\
| * | Move support for MSC3026 behind an experimental flagBrendan Abolivier2021-03-181-0/+2
* | | Merge commit '0e3558473' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+3
|\ \ \ | | |/ | |/|
| * | Initial spaces summary API (#9643)Richard van der Hoff2021-03-181-0/+3
| |/
* | Merge commit 'ad721fc55' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-236-7/+59
|\|
| * Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-166-6/+20
| * Add SSO attribute requirements for OIDC providers (#9609)Hubbe2021-03-161-1/+39
* | Merge commit 'd315e9644' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-19/+39
|\|
| * Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-161-2/+11
| * Clean up config settings for stats (#9604)Richard van der Hoff2021-03-161-17/+28
* | Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-12/+118
|\|
| * JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-093-11/+118
* | Merge commit '7fdc6cefb' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+4
|\|
| * Fix additional type hints. (#9543)Patrick Cloke2021-03-091-1/+4
* | Merge commit '22db45bd4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-2/+1
|\|
| * quick config comment tweak to clarify allow_profile_lookup_over_federationMatthew Hodgson2021-03-081-2/+1
* | Merge commit '292792194' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-235-21/+116
|\|
| * Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-245-21/+116
* | Merge commit '1b2d6d55c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+0
|\|
| * Remove vestiges of uploads_path config (#9462)Richard van der Hoff2021-02-221-1/+0
* | Merge commit 'e22b71810' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-43/+71
|\|
| * Clean up the user directory sample config section (#9385)Andrew Morgan2021-02-221-32/+37
| * Ratelimit cross-user key sharing requests. (#8957)Patrick Cloke2021-02-191-0/+10
| * Add documentation and type hints to parse_duration. (#9432)Patrick Cloke2021-02-191-2/+15
* | Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-2/+26
|\|
| * Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+9
| * Add configs to make profile data more private (#9203)AndrewFerr2021-02-192-0/+24
* | Merge commit '1381cd05b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-4/+6
|\|
| * Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#...Rishabh Arya2021-02-181-4/+6
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-2313-53/+110
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-1610-28/+55
| * Fix some typos.Patrick Cloke2021-02-122-2/+2
| * Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-117-26/+52
| |\
| * | Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-113-23/+53
* | | Merge commit 'e40d88cff' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-227-23/+46
|\ \ \ | | |/ | |/|
| * | Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-117-26/+52
* | | Merge commit '2ab6e67ab' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-225-42/+102
|\ \ \ | | |/ | |/|
| * | Fix escaping of braces in OIDC sample config. (#9317)Patrick Cloke2021-02-041-5/+5
| * | Merge branch 'social_login_hotfixes' into developRichard van der Hoff2021-02-031-10/+4
| |\|
| | * Clarify documentation about escaping URLs in templates. (#9310)Patrick Cloke2021-02-031-10/+4
| * | config: Add detail to auto_join_rooms comment (#9291)dykstranet2021-02-031-0/+2
| * | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-032-27/+91
| |/
* | Merge commit '261093072' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-5/+5
|\|
| * Put SAML callback URI under /_synapse/client. (#9289)Richard van der Hoff2021-02-021-4/+4
| * Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-011-1/+1
| * Merge branch 'social_login' into developRichard van der Hoff2021-02-011-0/+37
| |\
* | \ Merge commit '351845452' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+37
|\ \ \ | | |/ | |/|
| * | Collect terms consent from the user during SSO registration (#9276)Richard van der Hoff2021-02-011-0/+22
| * | Improve styling and wording of SSO UIA templates (#9286)Richard van der Hoff2021-02-011-0/+15
* | | Merge commit '18ab35284' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-224-39/+69
|\ \ \ | | |/ | |/|
| * | Merge branch 'social_login' into developRichard van der Hoff2021-02-013-39/+50
| |\|
| | * Replace username picker with a template (#9275)Richard van der Hoff2021-02-013-38/+37
| | * Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-011-1/+13
| * | Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-291-0/+19
* | | Merge commit 'e19396d62' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-31/+51
|\| |
| * | Merge branch 'social_login' into developRichard van der Hoff2021-01-281-28/+39
| |\|
| | * Add 'brand' field to MSC2858 response (#9242)Richard van der Hoff2021-01-271-25/+27
| | * Support for scraping email addresses from OIDC providers (#9245)Richard van der Hoff2021-01-271-3/+12
| * | Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-282-3/+12
* | | Merge commit '2e537a028' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-225-23/+32
|\| |
| * | Merge branch 'social_login' into developRichard van der Hoff2021-01-273-0/+33
| |\|
| | * Implement MSC2858 support (#9183)Richard van der Hoff2021-01-273-0/+33
| * | Clean-up the template loading code. (#9200)Patrick Cloke2021-01-274-23/+29
* | | Merge commit '1baab2035' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-7/+10
|\| |
| * | Do not require the CAS service URL setting (use public_baseurl instead). (#9199)Patrick Cloke2021-01-262-7/+8
| * | Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-0/+2
| |/
* | Merge commit '42a8e8137' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-4/+35
|\|
| * Add a check for duplicate IdP ids (#9184)Richard van der Hoff2021-01-211-0/+11
| * Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-211-4/+24
* | Merge commit 'c8e6e0584' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-3/+9
|\|
| * Tighten the restrictions on `idp_id` (#9177)Richard van der Hoff2021-01-201-3/+9
* | Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-1/+21
|\|
| * Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-202-1/+21
* | Merge commit 'fa50e4bf4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-227-45/+27
|\|
| * Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-207-51/+30
* | Merge commit '73b03722f' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-11/+32
|\|
| * Fix error messages from OIDC config parsing (#9153)Richard van der Hoff2021-01-191-10/+15
| * Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-1/+17
* | Merge commit '9de6b9411' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-143/+188
|\|
| * Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-152-143/+188
* | Merge commit '3e4cdfe5d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-7/+5
|\|
| * Remote dependency on distutils (#9125)Richard van der Hoff2021-01-151-6/+5
* | Merge commit 'd34c6e127' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-3/+23
|\|
| * Store an IdP ID in the OIDC session (#9109)Richard van der Hoff2021-01-151-3/+23
* | Merge commit '420031906' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+10
|\|
| * Give the user a better error when they present bad SSO credsRichard van der Hoff2021-01-131-0/+10
* | Merge commit 'dc3c83a93' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-45/+170
|\|
| * Add jsonschema verification for the oidc provider configRichard van der Hoff2021-01-131-0/+50
| * Extract OIDCProviderConfig objectRichard van der Hoff2021-01-131-45/+120
* | Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-2/+10
|\|
| * Fix validate_config on nested objects (#9054)Richard van der Hoff2021-01-081-1/+1
| * Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-071-1/+9
* | Merge commit '0312266ee' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+27
|\|
| * Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+27
* | Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-1/+1
|\|
| * Update the value of group_creation_prefix in sample config. (#8992)Jerin J Titus2020-12-291-1/+1
* | Merge commit '4218473f9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+22
|\|
| * Send the location of the web client to the IS when inviting via 3PIDs. (#8930)Patrick Cloke2020-12-181-0/+22
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-214-12/+31
|\|
| * Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-181-2/+3
| * Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-183-7/+27
* | Merge commit 'ff5c4da12' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-202-12/+12
|\|
| * Fix the sample config location for the ip_range_whitelist setting. (#8954)Patrick Cloke2020-12-162-12/+12
* | Merge commit '01333681b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-161-1/+1
|\|
| * Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-141-1/+1
* | Merge commit 'c64002e1c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-163-61/+98
|\|
| * Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-093-61/+98
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-1613-35/+73
|\|
| * Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-0810-27/+59
| * Clarify config template comments (#8891)Richard van der Hoff2020-12-082-8/+4
| * Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-041-0/+10
| * Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-15/+25
* | Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan2021-03-221-15/+25
* | Change knock room version to v7 (#88)Andrew Morgan2021-03-181-3/+1
* | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+9
* | Add knocking support (#81)Andrew Morgan2021-02-094-9/+53
* | Ensure we read account validity templates from custom template dir if provide...Andrew Morgan2021-01-191-1/+4
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+13
|\|
| * Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-0/+13
* | Merge commit '7c4344747' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-15/+20
|\|
| * Fix the formatting of push config section (#8818)Andrew Morgan2020-11-251-15/+20
* | Merge commit '8ca120df7' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+10
|\|
| * SAML: Allow specifying the IdP entityid to use. (#8630)Ben Banfield-Zanin2020-11-191-0/+10
* | Merge commit '03e392f78' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+6
|\|
| * SAML: Document allowing a clock/time difference from IdP (#8731)Marcus Schopen2020-11-181-0/+6
* | Merge commit 'f12589547' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-2/+3
|\|
| * Clarify the usecase for an msisdn delegate (#8734)Adrian Wannenmacher2020-11-141-2/+3
* | Merge commit '4a54b821b' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+22
|\|
| * SAML: add <mdui:UIInfo> element examples (#8718)Marcus Schopen2020-11-131-0/+22
* | Merge commit 'f27a78969' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-54/+80
|\|
| * Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635)Patrick Cloke2020-10-303-54/+80
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-48/+48
|\|
| * Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-48/+48
* | Merge commit '2b7c18087' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-315-5/+5
|\|
| * Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-235-5/+5
* | Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-311-0/+3
|\|
| * Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+3
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-315-12/+39
|\|
| * Increase default max_upload_size from 10M to 50M (#8502)Mateusz PrzybyƂowicz2020-10-091-2/+2
| * Update default room version to 6 (#8461)Richard van der Hoff2020-10-051-1/+1
| * Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+18
| * Merge tag 'v1.21.0rc2' into developRichard van der Hoff2020-10-024-6/+15
| |\
| * | Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball2020-10-011-0/+9
| * | Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-011-9/+9
* | | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-305-130/+151
* | | Merge commit '6a8fd03ac' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-214-6/+15
|\ \ \ | | |/ | |/|
| * | Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-024-6/+15
| |/
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-215-5/+38
|\|
| * Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-014-5/+30
| * Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-301-0/+8
* | Merge commit '8238b55e0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-4/+17
|\|
| * Update description of server_name config option (#8415)Aaron Raimist2020-09-291-4/+17
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-212-6/+6
|\|
| * Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-0/+6
| * Merge branch 'master' into developAndrew Morgan2020-09-241-2/+8
| |\
* | \ Merge commit '920dd1083' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-212-2/+14
|\ \ \ | | |/ | |/|
| * | Hotfix: disable autoescape by default when rendering Jinja2 templates (#8394)Andrew Morgan2020-09-242-3/+11
* | | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-213-3/+3
|\ \ \ | | |/ | |/|
| * | Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-183-3/+3
* | | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-206-46/+50
|\| |
| * | Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-172-3/+0
| * | Improve SAML error messages (#8248)Patrick Cloke2020-09-141-30/+4
| * | Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-143-13/+46
* | | Merge commit 'a3a90ee03' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-3/+9
|\| |
| * | Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-3/+9
| * | Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-081-1/+32
* | | Merge commit '77794ebc7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+23
|\| |
| * | Fix stack overflow when logging system encounters an error (#8268)Richard van der Hoff2020-09-071-2/+23
| |/
* | Merge commit '77b4711bc' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\|
| * Fix a regression from calling read_templates. (#8252)Patrick Cloke2020-09-041-1/+1
* | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-208-10/+10
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-048-10/+10
* | Merge commit '9f8abdcc3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-46/+13
|\|
| * Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-043-46/+13
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-13/+46
|\|
| * Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-023-13/+46
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-8/+14
|\|
| * Allow capping a room's retention policy (#8104)Brendan Abolivier2020-08-241-8/+14
* | Merge commit '8b6c176ae' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-20/+0
|\|
| * Add resources.consent conditional dependency back (#8107)Andrew Morgan2020-08-181-20/+0
* | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-194-105/+191
|\|
| * Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-174-105/+191
* | Merge commit '61d8ff0d4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-8/+16
|\|
| * Move setting of Filter into code.Erik Johnston2020-08-111-8/+16
* | Merge commit 'db131b6b2' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-193-5/+135
|\|
| * Change the default log config to reduce disk I/O and storage (#8040)Erik Johnston2020-08-111-5/+36
| * Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-112-0/+99
| * TypoBrendan Abolivier2020-08-101-1/+1
| * LintBrendan Abolivier2020-08-101-2/+2
| * why mypy whyBrendan Abolivier2020-08-101-1/+3
| * LintBrendan Abolivier2020-08-061-1/+1
| * Incorporate reviewBrendan Abolivier2020-08-061-2/+2
| * Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p...Brendan Abolivier2020-08-062-1/+25
| |\
| * | Incorporate reviewBrendan Abolivier2020-08-061-0/+3
| * | Back out the database hack and replace it with a temporary config settingBrendan Abolivier2020-08-031-0/+10
* | | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+4
|\ \ \ | | |/ | |/|