summary refs log tree commit diff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '42a8e8137' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-4/+15
|\
| * Merge remote-tracking branch 'origin/release-v1.26.0' into developRichard van der Hoff2021-01-211-4/+9
| |\
| | * Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-211-4/+9
| * | Merge tag 'v1.26.0rc1' into developPatrick Cloke2021-01-201-0/+4
| |\|
| * | docs: Add link to Matrix VoIP tester for turn-howto (#9135)rht2021-01-201-0/+6
* | | Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+4
|\ \ \ | | |/ | |/|
| * | Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-0/+4
| |/
* | Merge commit 'fa50e4bf4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-12/+14
|\|
| * Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-201-14/+17
* | Merge commit '73b03722f' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-2/+2
|\|
| * Quote pip install with brackets to avoid shell interpretation. (#9151)Patrick Cloke2021-01-182-2/+2
* | Merge commit '2b467d0b6' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+3
|\|
| * link to the scalability blog post from workers.mdMatthew Hodgson2021-01-181-0/+3
* | Merge commit '9de6b9411' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-230/+245
|\|
| * Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-152-230/+245
* | Merge commit '3e4cdfe5d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+24
|\|
| * Add an admin API endpoint to protect media. (#9086)Patrick Cloke2021-01-151-0/+24
* | Merge commit '420031906' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+8
|\|
| * Give the user a better error when they present bad SSO credsRichard van der Hoff2021-01-131-0/+8
* | Merge commit '233c8b9fc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+1
|\|
| * Register the /devices endpoint on workers. (#9092)Patrick Cloke2021-01-131-0/+1
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-224-0/+165
|\|
| * Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-0/+21
| * Also support remote users on the joined_rooms admin API. (#8948)David Teller2021-01-111-0/+4
| * Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-113-0/+140
* | Merge commit '2fb1c2b6e' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+4
|\|
| * Keycloak mapping_provider example (#9037) (#9057)Christopher Rücker2021-01-081-0/+4
* | Merge commit '63593134a' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-1/+1
|\|
| * Fix typo in docs/systemd-with-workers/README.md (#9035)Emelie2021-01-071-1/+1
* | Merge commit '0312266ee' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+25
|\|
| * Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+25
* | Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-1/+2
|\|
| * Update the value of group_creation_prefix in sample config. (#8992)Jerin J Titus2020-12-291-1/+1
| * Allow redacting events on workers (#8994)Patrick Cloke2020-12-291-0/+1
* | Merge commit '4218473f9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-213-4/+28
|\|
| * Refactor the CAS handler in prep for using the abstracted SSO code. (#8958)Patrick Cloke2020-12-181-3/+3
| * Send the location of the web client to the IS when inviting via 3PIDs. (#8930)Patrick Cloke2020-12-181-0/+6
| * Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-1/+19
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-12/+36
|\|
| * Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-182-12/+21
| * Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-0/+15
* | Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-201-3/+6
|\|
| * Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-3/+6
* | Merge commit 'ff5c4da12' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-201-12/+12
|\|
| * Fix the sample config location for the ip_range_whitelist setting. (#8954)Patrick Cloke2020-12-161-12/+12
* | Merge commit 'f14428b25' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-162-17/+26
|\|
| * Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-111-6/+13
| * Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-11/+13
* | Merge commit 'c64002e1c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-164-30/+92
|\|
| * Deprecate Shutdown Room and Purge Room Admin API (#8829)Dirk Klimpel2020-12-103-9/+47
| * Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-091-21/+45
* | Merge commit '6ff34e00d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-162-50/+86
|\|
| * Combine related media admin API docs (#8839)Dirk Klimpel2020-12-092-50/+86
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-163-10/+19
|\|
| * Clarify config template comments (#8891)Richard van der Hoff2020-12-081-8/+4
| * Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-042-1/+12
| * Merge tag 'v1.24.0rc2' into developPatrick Cloke2020-12-041-0/+7
| |\
| * | Fix a buglet in the SAML username mapping provider doc (#8873)Richard van der Hoff2020-12-041-1/+3
| * | Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-6/+8
* | | Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan2021-03-221-6/+8
* | | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+5
* | | Add knocking support (#81)Andrew Morgan2021-02-091-1/+3
* | | Merge commit '693dab487' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+7
|\ \ \ | | |/ | |/|
| * | Fix a regression that mapping providers should be able to redirect users. (#8...Patrick Cloke2020-12-041-0/+7
| |/
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-0/+11
|\|
| * Fix typo in password_auth_providers docAndrew Morgan2020-12-011-0/+1
| * Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-0/+10
* | Merge commit 'a090b8620' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+5
|\|
| * Add `force_purge` option to delete-room admin api. (#8843)Richard van der Hoff2020-11-301-1/+5
* | Merge commit '7c4344747' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-316-40/+217
|\|
| * Improve documentation how to configure prometheus for workers (#8822)Dirk Klimpel2020-11-261-17/+57
| * Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-0/+7
| * Fix the formatting of push config section (#8818)Andrew Morgan2020-11-251-14/+19
| * Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke2020-11-251-1/+10
| * Clarify documentation of the admin list media API (#8795)Dirk Klimpel2020-11-241-0/+1
| * Update turn-howto (#8779)Richard van der Hoff2020-11-241-8/+123
* | Merge commit '8ca120df7' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-1/+16
|\|
| * Improve error checking for OIDC/SAML mapping providers (#8774)Patrick Cloke2020-11-191-1/+8
| * SAML: Allow specifying the IdP entityid to use. (#8630)Ben Banfield-Zanin2020-11-191-0/+8
* | 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
| * a comma too much (#8771)chagai952020-11-171-1/+1
| * Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-0/+35
* | Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+36
* | 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-313-165/+194
|\|
| * Migrate documentation `docs/admin_api/event_reports` to markdown (#8742)Dirk Klimpel2020-11-132-165/+172
| * SAML: add <mdui:UIInfo> element examples (#8718)Marcus Schopen2020-11-131-0/+22
* | Merge commit '89700dfb8' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+5
|\|
| * Notes on SSO logins and media_repository worker (#8701)Marcus Schopen2020-11-061-0/+5
* | Merge commit 'c3119d153' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-316-9/+104
|\|
| * Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+83
| * Add `displayname` to Shared-Secret Registration for admins (#8722)Dirk Klimpel2020-11-051-1/+3
| * Remove the "draft" status of the Room Details Admin API (#8702)Dirk Klimpel2020-11-031-3/+1
| * Document how to set up multiple event persisters (#8706)Erik Johnston2020-11-031-0/+12
| * grammarMatthew Hodgson2020-11-021-1/+1
| * typoMatthew Hodgson2020-11-021-1/+1
| * Fix typos in systemd-with-workers docAndrew Morgan2020-11-021-2/+2
| * Fix typo in workers docAndrew Morgan2020-11-021-1/+1
* | Merge commit 'f27a78969' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-50/+76
|\|
| * Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635)Patrick Cloke2020-10-301-50/+76
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-43/+125
|\|
| * Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-292-43/+125
* | Merge commit 'c97da1e45' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+79
|\|
| * Add an admin APIs to allow server admins to list users' pushers (#8610)Dirk Klimpel2020-10-281-0/+79
* | Merge commit '88e1d0c52' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-0/+85
|\|
| * Cross-link documentation to the prometheus recording rules. (#8667)Michael Kaye2020-10-271-0/+2
| * Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+83
* | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-59/+202
|\|
| * Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-54/+90
| * Added basic instructions for Azure AD to OpenId documentation (#8582)Peter Krantz2020-10-261-0/+26
| * Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+79
| * Fix filepath of Dex example config (#8657)Andrew Morgan2020-10-261-3/+2
| * Correct the package name in OpenID Connect install instructions (#8634)Andrew Morgan2020-10-261-1/+1
| |\
| | * Correct the package name in authlib install instructionsAndrew Morgan2020-10-221-1/+1
| * | Add field `total` to device list in admin API (#8644)Dirk Klimpel2020-10-261-1/+4
* | | Merge commit '2b7c18087' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-4/+4
|\| |
| * | Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-232-4/+4
| |/
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-3166-863/+143
|\|
| * Add note to manhole.md about bind_address when using with docker (#8526)Christopher May-Townsend2020-10-141-7/+39
| * Update documentation on retention policies limits (#8529)Brendan Abolivier2020-10-141-12/+22
| * Make event persisters periodically announce position over replication. (#8499)Erik Johnston2020-10-121-4/+9
| * Increase default max_upload_size from 10M to 50M (#8502)Mateusz Przybyłowicz2020-10-092-2/+2
| * Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-6/+3
| * Remove docs/sphinx and related references (#8480)Andrew Morgan2020-10-0758-820/+0
| * Update default room version to 6 (#8461)Richard van der Hoff2020-10-051-1/+1
| * Update manhole documentation for async/await. (#8462)Patrick Cloke2020-10-051-2/+5
| * Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-022-0/+22
| * Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball2020-10-012-9/+40
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-301-63/+66
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-213-1/+49
|\|
| * Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-011-0/+12
| * Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-303-1/+37
* | 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 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-0/+11
|\|
| * Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-0/+11
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-0/+5
|\|
| * Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-0/+5
* | Merge commit '2983049a7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-0/+8
|\|
| * Add note to reverse_proxy.md about disabling Apache's mod_security2 (#8375)Julian Fietkau2020-09-231-0/+8
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-212-0/+166
|\|
| * Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+129
| * Admin API for querying rooms where a user is a member (#8306)Dirk Klimpel2020-09-181-0/+37
* | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-28/+30
|\|
| * Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-0/+4
| * Improve SAML error messages (#8248)Patrick Cloke2020-09-141-26/+4
| * Merge tag 'v1.20.0rc3' into developPatrick Cloke2020-09-111-1/+0
| |\
| * | Add /_synapse/client to the reverse proxy docs (#8227)Andrew Morgan2020-09-102-2/+22
* | | Merge commit '2832ef5bb' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+0
|\ \ \ | | |/ | |/|
| * | Remove shared rooms info from upgrade/workers doc as it's still experimental ...Andrew Morgan2020-09-101-1/+0
* | | Merge commit 'a3a90ee03' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-3/+7
|\ \ \ | | |/ | |/|
| * | Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-3/+7
| * | Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-081-0/+18
| |/
* | Merge commit '525efab61' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+5
|\|
| * Systemd docs: configure workers to start after main process. (#8276)Richard van der Hoff2020-09-081-0/+5
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+1
|\|
| * Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-0/+1
* | Merge commit 'abeab964d' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-3/+5
|\|
| * Explain better what GDPR-erased means (#8189)Brendan Abolivier2020-09-011-3/+5
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-11/+20
|\|
| * Wording fixes to 'name' user admin api filter (#8163)Andrew Morgan2020-08-251-3/+4
| * Fix missing double-backtick in RST documentAndrew Morgan2020-08-251-1/+1
| * Search in columns 'name' and 'displayname' in the admin users endpoint (#7377)Manuel Stahl2020-08-251-2/+4
| * Allow capping a room's retention policy (#8104)Brendan Abolivier2020-08-241-8/+14
* | Merge commit 'c9c544cda' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-0/+13
|\|
| * Updated docs: Added note about missing 308 redirect support. (#8120)Ryan Cole2020-08-191-0/+12
| * Add a link to the matrix-synapse-rest-password-provider. (#8111)Patrick Cloke2020-08-181-0/+1
* | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-3/+1
|\|
| * Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-3/+1
* | Merge commit '61d8ff0d4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-7/+0
|\|
| * Move setting of Filter into code.Erik Johnston2020-08-111-7/+0
* | update sample configAndrew Morgan2020-10-191-0/+252
* | Merge commit 'db131b6b2' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-5/+47
|\|
| * 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-111-0/+11
* | Merge commit '1048ed2af' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-3/+10
|\|
| * Clarify that undoing a shutdown might not be possible (#8010)Travis Ralston2020-08-071-3/+10
* | Merge commit '7620912d8' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+7
|\|
| * Add health check endpoint (#8048)Erik Johnston2020-08-071-0/+7
* | Merge commit '079bc3c8e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-162-14/+42
|\|
| * Fixup worker doc (again) (#8000)Erik Johnston2020-08-062-14/+42
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+1
|\|
| * Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* | Merge commit '394be6a0e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-162-1/+33
|\|
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l...Erik Johnston2020-07-317-50/+95
| |\
| | * Add docs for undoing room shutdowns (#7998)Travis Ralston2020-07-311-1/+21
| * | Add ratelimiting on joinsErik Johnston2020-07-311-0/+12
* | | Merge commit '6d4b79002' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-25/+34
|\ \ \ | | |/ | |/|
| * | Update workers docs (#7990)Stuart Mumford2020-07-301-25/+34
* | | Merge commit '606805bf0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+1
|\| |
| * | Fix typo in docs/workers.md (#7992)Erik Johnston2020-07-301-1/+1
| * | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2020-07-303-213/+332
| |\|
* | | Merge commit '3950ae51e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-165-275/+39
|\| |
| * | Various improvements to the docs (#7899)Aaron Raimist2020-07-293-18/+25
| * | Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-4/+9
| * | Option to allow server admins to join complex rooms (#7902)lugino-emeritus2020-07-281-0/+4
| * | Fix typo in metrics docs (#7966)Erik Johnston2020-07-281-1/+1
* | | Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-091-0/+18
* | | Merge commit 'a9631b7b4' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-033-213/+332
|\ \ \ | | |/ | |/|
| * | Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-293-213/+332
| |/
* | Merge commit 'f88c48f3b' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-93/+94
|\|
| * Update the auth providers to be async. (#7935)Patrick Cloke2020-07-231-93/+94
* | Merge commit 'a4cf94a3c' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-2/+3
|\|
| * Update the dates for ACME v1 EOLBrendan Abolivier2020-07-221-2/+3
* | Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-033-15/+43
|\|
| * Fix a typo in the sample config. (#7890)Adrian2020-07-201-1/+1
| * Change sample config's postgres user to synapse_user (#7889)Andrew Morgan2020-07-201-1/+1
| * Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke2020-07-171-1/+3
| * Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-1/+33
| * Combine nginx federation server blocks (#7823)Luke Faraone2020-07-161-11/+5
* | Merge commit 'a973bcb8a' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-5/+6
|\|
| * Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-1/+5
| * Return the proper 403 Forbidden error during errors with JWT logins. (#7844)Patrick Cloke2020-07-151-4/+1
* | Merge commit '85223106f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-2/+69
|\|
| * Allow email subjects to be customised through Synapse's configuration (#7846)Brendan Abolivier2020-07-141-2/+69
* | Merge commit '491f0dab1' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-033-0/+98
|\|
| * Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-143-0/+98
* | Merge commit '77d2c0541' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-3/+34
|\|
| * Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-142-3/+34
* | Merge commit 'f299441cc' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-32/+33
|\|
| * Add ability to shard the federation sender (#7798)Erik Johnston2020-07-101-32/+33
* | Merge commit '43726783e' into dinsicAndrew Morgan2020-08-033-5/+122
|\|
| * Change Caddy links (old is deprecated) (#7789)Nicolai Søborg2020-07-081-1/+1
| * Add documentation for JWT login type and improve sample config. (#7776)Patrick Cloke2020-07-062-4/+121
* | Merge commit 'dc80a0762' into dinsicAndrew Morgan2020-08-031-2/+58
|\|
| * Additional configuration options for auto-join rooms (#7763)Patrick Cloke2020-06-301-2/+58
* | Merge commit 'b44bdd7f7' into dinsicAndrew Morgan2020-08-031-1/+6
|\|
| * Support running multiple media repos. (#7706)Erik Johnston2020-06-171-1/+6
* | Merge commit 'e452973fd' into dinsicAndrew Morgan2020-08-031-1/+1
|\|
| * fix broken link in sample config (#7712)Richard van der Hoff2020-06-161-1/+1
* | Merge commit '5c5516f80' into dinsicAndrew Morgan2020-08-031-0/+44
|\|
| * Add instructions for authing with Keycloak via OpenID (#7659)hungrymonkey2020-06-161-0/+44
* | Merge commit '03619324f' into dinsicAndrew Morgan2020-08-031-2/+22
|\|
| * Increase the default SAML session expirary time to 15 minutes. (#7664)Patrick Cloke2020-06-111-1/+1
| * fix typo in sample_config.yaml (#7652)wondratsch2020-06-111-1/+1
| * Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-0/+20
* | Add option to autobind user's email on registration (#51)Andrew Morgan2020-07-021-0/+18
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-2411-278/+599
|\|
| * Add an option to disable autojoin for guest accounts (#6637)Travis Ralston2020-06-051-0/+7
| * Clarifications to the admin api documentation (#7647)Richard van der Hoff2020-06-057-89/+125
| * Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+209
| * Cleanups to the OpenID Connect integration (#7628)Richard van der Hoff2020-06-033-241/+302
| * Clean up exception handling in SAML2ResponseResource (#7614)Richard van der Hoff2020-06-031-1/+7
| * allow emails to be passed through SAML (#7385)Christopher Cooper2020-05-271-0/+2
* | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-1015-215/+862
|\|
| * Fix sample config docs error (#7581)Jason Robinson2020-05-271-1/+1
| * Fix up commentsErik Johnston2020-05-271-1/+1
| * Fix specifying cache factors via env vars with * in name. (#7580)Erik Johnston2020-05-271-0/+6