| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -1/+5 |
* | Update postgres docs (#9989) | Richard van der Hoff | 2021-05-14 | 1 | -102/+96 |
* | Support enabling opentracing by user (#9978) | Richard van der Hoff | 2021-05-14 | 2 | -11/+19 |
* | Update minimum supported version in postgres.md (#9988) | Andrew Morgan | 2021-05-14 | 1 | -1/+1 |
* | Update SSO mapping providers documentation about unique IDs. (#9980) | Patrick Cloke | 2021-05-13 | 1 | -7/+11 |
* | Send the `m.room.create` stripped event with invites (support MSC1772). (#9966) | Patrick Cloke | 2021-05-11 | 1 | -0/+1 |
* | Add config option to hide device names over federation (#9945) | Aaron Raimist | 2021-05-11 | 1 | -0/+6 |
* | Limit how often GC happens by time. (#9902) | Erik Johnston | 2021-05-05 | 1 | -0/+10 |
* | Add port parameter to the sample config for psycopg2 args (#9911) | Andrew Morgan | 2021-05-04 | 1 | -0/+1 |
* | Delete room endpoint (#9889) | ThibF | 2021-04-29 | 1 | -1/+10 |
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 2 | -3/+3 |
* | Port "Allow users to click account renewal links multiple times without hitti... | Andrew Morgan | 2021-04-19 | 1 | -63/+85 |
* | Add an admin API to manage ratelimit for a specific user (#9648) | Dirk Klimpel | 2021-04-13 | 1 | -1/+116 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 2 | -2/+256 |
* | Merge branch 'master' into develop | Erik Johnston | 2021-04-06 | 1 | -0/+33 |
|\ |
|
| * | Add deprecation policy doc (#9723) | Erik Johnston | 2021-04-06 | 1 | -0/+33 |
* | | Add `order_by` to list user admin API (#9691) | Dirk Klimpel | 2021-04-01 | 1 | -22/+63 |
* | | Make sample config allowed_local_3pids regex stricter. (#9719) | Denis Kasak | 2021-03-31 | 1 | -2/+2 |
* | | Replace `room_invite_state_types` with `room_prejoin_state` (#9700) | Richard van der Hoff | 2021-03-30 | 2 | -8/+28 |
|/ |
|
* | Update the OIDC sample config (#9695) | Richard van der Hoff | 2021-03-29 | 1 | -31/+3 |
* | Preserve host in example apache config (#9696) | Paul Tötterman | 2021-03-26 | 1 | -2/+5 |
* | docs: fallback/web endpoint does not appear to be mounted on workers (#9679) | Ben Banfield-Zanin | 2021-03-24 | 1 | -2/+1 |
* | Increase default join burst ratelimiting (#9674) | Erik Johnston | 2021-03-23 | 1 | -2/+2 |
* | Add SSO attribute requirements for OIDC providers (#9609) | Hubbe | 2021-03-16 | 1 | -0/+24 |
* | Pass SSO IdP information to spam checker's registration function (#9626) | Andrew Morgan | 2021-03-16 | 1 | -1/+7 |
* | Add support for stable MSC2858 API (#9617) | Richard van der Hoff | 2021-03-16 | 2 | -5/+5 |
* | Clean up config settings for stats (#9604) | Richard van der Hoff | 2021-03-16 | 1 | -12/+13 |
* | Fix spam checker modules documentation example (#9580) | Jason Robinson | 2021-03-10 | 1 | -0/+10 |
* | Link to the List user's media admin API from media Admin API docs (#9571) | Andrew Morgan | 2021-03-09 | 1 | -2/+14 |
* | JWT OIDC secrets for Sign in with Apple (#9549) | Richard van der Hoff | 2021-03-09 | 2 | -4/+59 |
* | Fixup sample config | Erik Johnston | 2021-03-09 | 1 | -2/+1 |
* | Update reverse proxy to add OpenBSD relayd example configuration. (#9508) | Leo Bärring | 2021-03-06 | 1 | -2/+49 |
* | Update nginx reverse-proxy docs (#9512) | Richard van der Hoff | 2021-03-03 | 1 | -0/+2 |
* | Add support for X-Forwarded-Proto (#9472) | Richard van der Hoff | 2021-02-24 | 1 | -13/+23 |
* | Fix typo in spam checker documentation | Andrew Morgan | 2021-02-24 | 1 | -1/+1 |
* | Fix deleting pushers when using sharded pushers. (#9465) | Erik Johnston | 2021-02-22 | 1 | -4/+0 |
* | Add an `order_by` field to list users' media admin API. (#8978) | Dirk Klimpel | 2021-02-22 | 1 | -4/+34 |
* | example systemd config: propagate reloads to units (#9463) | Richard van der Hoff | 2021-02-22 | 2 | -0/+2 |
* | Clean up the user directory sample config section (#9385) | Andrew Morgan | 2021-02-22 | 1 | -18/+29 |
* | Add a config option to prioritise local users in user directory search result... | Andrew Morgan | 2021-02-19 | 1 | -0/+5 |
* | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 1 | -0/+14 |
* | Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#... | Rishabh Arya | 2021-02-18 | 1 | -3/+3 |
* | Add http2 to the nginx example config (#9390) | David Vo | 2021-02-18 | 1 | -4/+4 |
* | Revert "Update workers.md" | Richard van der Hoff | 2021-02-18 | 1 | -1/+1 |
* | Add the shadow-banning status to the display user admin API. (#9400) | Dirk Klimpel | 2021-02-17 | 1 | -3/+6 |
* | Update workers.md | Richard van der Hoff | 2021-02-17 | 1 | -1/+2 |
* | Update workers.md | Richard van der Hoff | 2021-02-17 | 1 | -1/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -12/+4 |
* | Fix OIDC gitiea redirect URL. (#9404) | Marcus | 2021-02-16 | 1 | -1/+1 |
* | Document that pusher instances are shardable (#9407) | Erik Johnston | 2021-02-16 | 1 | -1/+9 |
* | Fix sample config | Andrew Morgan | 2021-02-12 | 1 | -1/+1 |
* | Merge tag 'v1.27.0rc2' into develop | Patrick Cloke | 2021-02-11 | 1 | -11/+9 |
|\ |
|
| * | Backout changes for automatically calculating the public baseurl. (#9313) | Patrick Cloke | 2021-02-11 | 1 | -11/+9 |
* | | Add XWiki OIDC provider example. (#9324) | Thomas Mortagne | 2021-02-09 | 1 | -0/+22 |
* | | Merge pull request #9150 from Yoric/develop-context | David Teller | 2021-02-08 | 1 | -0/+119 |
|\ \ |
|
| * | | FIXUP: Documenting /_synapse/admin/v1/rooms/<room_id>/context/<event_id> | David Teller | 2021-01-28 | 1 | -0/+119 |
* | | | Merge branch 'erikj/media_spam_checker' into develop | Erik Johnston | 2021-02-04 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add check_media_file_for_spam spam checker hook | Erik Johnston | 2021-02-04 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Correct `matrix-synapse.service` reference in TURN howto docs. (#9308) | dykstranet | 2021-02-04 | 1 | -1/+1 |
* | | | Fix escaping of braces in OIDC sample config. (#9317) | Patrick Cloke | 2021-02-04 | 1 | -5/+5 |
* | | | Merge branch 'social_login_hotfixes' into develop | Richard van der Hoff | 2021-02-03 | 1 | -10/+4 |
|\| | |
|
| * | | Clarify documentation about escaping URLs in templates. (#9310) | Patrick Cloke | 2021-02-03 | 1 | -10/+4 |
* | | | config: Add detail to auto_join_rooms comment (#9291) | dykstranet | 2021-02-03 | 1 | -0/+2 |
* | | | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) | Patrick Cloke | 2021-02-03 | 1 | -0/+8 |
|/ / |
|
* | | Add an admin API to get the current room state (#9168) | Travis Ralston | 2021-02-02 | 1 | -0/+30 |
* | | Put SAML callback URI under /_synapse/client. (#9289) | Richard van der Hoff | 2021-02-02 | 2 | -3/+3 |
* | | Put OIDC callback URI under /_synapse/client. (#9288) | Richard van der Hoff | 2021-02-01 | 2 | -10/+11 |
* | | Add an OpenID example config for Gitea. (#9134) | Oliver Hanikel | 2021-02-01 | 1 | -0/+34 |
* | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 2 | -0/+38 |
|\ \ |
|
| * | | Collect terms consent from the user during SSO registration (#9276) | Richard van der Hoff | 2021-02-01 | 2 | -0/+23 |
| * | | Improve styling and wording of SSO UIA templates (#9286) | Richard van der Hoff | 2021-02-01 | 1 | -0/+15 |
* | | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 2 | -10/+54 |
|\| | |
|
| * | | Replace username picker with a template (#9275) | Richard van der Hoff | 2021-02-01 | 1 | -1/+31 |
| * | | Improve styling and wording of SSO redirect confirm template (#9272) | Richard van der Hoff | 2021-02-01 | 1 | -1/+13 |
| * | | Fix SSO on workers (#9271) | Richard van der Hoff | 2021-02-01 | 1 | -8/+10 |
* | | | Ratelimit invites by room and target user (#9258) | Erik Johnston | 2021-01-29 | 1 | -0/+10 |
* | | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-01-28 | 2 | -7/+24 |
|\| | |
|
| * | | Add 'brand' field to MSC2858 response (#9242) | Richard van der Hoff | 2021-01-27 | 2 | -4/+12 |
| * | | Support for scraping email addresses from OIDC providers (#9245) | Richard van der Hoff | 2021-01-27 | 1 | -3/+12 |
* | | | Ratelimit 3PID /requestToken API (#9238) | Erik Johnston | 2021-01-28 | 1 | -1/+5 |
| |/
|/| |
|
* | | Add notes on integrating with Facebook for SSO login. (#9244) | Richard van der Hoff | 2021-01-27 | 1 | -5/+48 |
* | | Add a note to changelog about redis usage (#9227) | Erik Johnston | 2021-01-27 | 1 | -1/+4 |
* | | Do not require the CAS service URL setting (use public_baseurl instead). (#9199) | Patrick Cloke | 2021-01-26 | 1 | -4/+0 |
* | | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-26 | 1 | -0/+30 |
|\ \ |
|
| * | | Add an admin API for shadow-banning users. (#9209) | Patrick Cloke | 2021-01-25 | 1 | -0/+30 |
| |/ |
|
* | | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-23 | 10 | -246/+480 |
|\| |
|
| * | Merge remote-tracking branch 'origin/release-v1.26.0' into develop | Richard van der Hoff | 2021-01-21 | 1 | -4/+9 |
| |\ |
|
| | * | Prefix idp_id with "oidc-" (#9189) | Richard van der Hoff | 2021-01-21 | 1 | -4/+9 |
| * | | Merge tag 'v1.26.0rc1' into develop | Patrick Cloke | 2021-01-20 | 1 | -0/+4 |
| |\| |
|
| | * | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -0/+4 |
| * | | docs: Add link to Matrix VoIP tester for turn-howto (#9135) | rht | 2021-01-20 | 1 | -0/+6 |
| |/ |
|
| * | Give `public_baseurl` a default value (#9159) | Richard van der Hoff | 2021-01-20 | 1 | -14/+17 |
| * | Quote pip install with brackets to avoid shell interpretation. (#9151) | Patrick Cloke | 2021-01-18 | 2 | -2/+2 |
| * | link to the scalability blog post from workers.md | Matthew Hodgson | 2021-01-18 | 1 | -0/+3 |
| * | Land support for multiple OIDC providers (#9110) | Richard van der Hoff | 2021-01-15 | 2 | -230/+245 |
| * | Add an admin API endpoint to protect media. (#9086) | Patrick Cloke | 2021-01-15 | 1 | -0/+24 |
| * | Give the user a better error when they present bad SSO creds | Richard van der Hoff | 2021-01-13 | 1 | -0/+8 |
| * | Register the /devices endpoint on workers. (#9092) | Patrick Cloke | 2021-01-13 | 1 | -0/+1 |
| * | Remove user's avatar URL and displayname when deactivated. (#8932) | Dirk Klimpel | 2021-01-12 | 1 | -0/+21 |
| * | Also support remote users on the joined_rooms admin API. (#8948) | David Teller | 2021-01-11 | 1 | -0/+4 |
| * | Use a chain cover index to efficiently calculate auth chain difference (#8868) | Erik Johnston | 2021-01-11 | 3 | -0/+140 |
* | | Add depth and received_ts to forward_extremities admin API response | Jason Robinson | 2021-01-23 | 1 | -1/+7 |
* | | Address pr feedback | Jason Robinson | 2021-01-11 | 1 | -9/+3 |
* | | Clarify rooms.md | Jason Robinson | 2021-01-11 | 1 | -1/+1 |
* | | Add changelog and admin API docs | Jason Robinson | 2021-01-09 | 1 | -0/+53 |
|/ |
|
* | Keycloak mapping_provider example (#9037) (#9057) | Christopher Rücker | 2021-01-08 | 1 | -0/+4 |
* | Fix typo in docs/systemd-with-workers/README.md (#9035) | Emelie | 2021-01-07 | 1 | -1/+1 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -0/+25 |
* | Update the value of group_creation_prefix in sample config. (#8992) | Jerin J Titus | 2020-12-29 | 1 | -1/+1 |
* | Allow redacting events on workers (#8994) | Patrick Cloke | 2020-12-29 | 1 | -0/+1 |
* | Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) | Patrick Cloke | 2020-12-18 | 1 | -3/+3 |
* | Send the location of the web client to the IS when inviting via 3PIDs. (#8930) | Patrick Cloke | 2020-12-18 | 1 | -0/+6 |
* | Allow server admin to get admin bit in rooms where local user is an admin (#8... | Erik Johnston | 2020-12-18 | 1 | -1/+19 |
* | Implement a username picker for synapse (#8942) | Richard van der Hoff | 2020-12-18 | 2 | -12/+21 |
* | Allow re-using a UI auth validation for a period of time (#8970) | Patrick Cloke | 2020-12-18 | 1 | -0/+15 |
* | Make search statement in List Room and User Admin API case-insensitive (#8931) | Dirk Klimpel | 2020-12-17 | 1 | -3/+6 |
* | Fix the sample config location for the ip_range_whitelist setting. (#8954) | Patrick Cloke | 2020-12-16 | 1 | -12/+12 |
* | Allow spam-checker modules to be provide async methods. (#8890) | David Teller | 2020-12-11 | 1 | -6/+13 |
* | Add number of local devices to Room Details Admin API (#8886) | Dirk Klimpel | 2020-12-11 | 1 | -11/+13 |
* | Deprecate Shutdown Room and Purge Room Admin API (#8829) | Dirk Klimpel | 2020-12-10 | 3 | -9/+47 |
* | Default to blacklisting reserved IP ranges and add a whitelist. (#8870) | Patrick Cloke | 2020-12-09 | 1 | -21/+45 |
* | Combine related media admin API docs (#8839) | Dirk Klimpel | 2020-12-09 | 2 | -50/+86 |
* | Clarify config template comments (#8891) | Richard van der Hoff | 2020-12-08 | 1 | -8/+4 |
* | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 2020-12-04 | 2 | -1/+12 |
* | Merge tag 'v1.24.0rc2' into develop | Patrick Cloke | 2020-12-04 | 1 | -0/+7 |
|\ |
|
| * | Fix a regression that mapping providers should be able to redirect users. (#8... | Patrick Cloke | 2020-12-04 | 1 | -0/+7 |
* | | Fix a buglet in the SAML username mapping provider doc (#8873) | Richard van der Hoff | 2020-12-04 | 1 | -1/+3 |
* | | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -6/+8 |
|/ |
|
* | Fix typo in password_auth_providers doc | Andrew Morgan | 2020-12-01 | 1 | -0/+1 |
* | Add a config option to change whether unread push notification counts are per... | Andrew Morgan | 2020-11-30 | 1 | -0/+10 |
* | Add `force_purge` option to delete-room admin api. (#8843) | Richard van der Hoff | 2020-11-30 | 1 | -1/+5 |
* | Improve documentation how to configure prometheus for workers (#8822) | Dirk Klimpel | 2020-11-26 | 1 | -17/+57 |
* | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 2020-11-25 | 1 | -0/+7 |
* | Fix the formatting of push config section (#8818) | Andrew Morgan | 2020-11-25 | 1 | -14/+19 |
* | Support trying multiple localparts for OpenID Connect. (#8801) | Patrick Cloke | 2020-11-25 | 1 | -1/+10 |
* | Clarify documentation of the admin list media API (#8795) | Dirk Klimpel | 2020-11-24 | 1 | -0/+1 |
* | Update turn-howto (#8779) | Richard van der Hoff | 2020-11-24 | 1 | -8/+123 |
* | Improve error checking for OIDC/SAML mapping providers (#8774) | Patrick Cloke | 2020-11-19 | 1 | -1/+8 |
* | SAML: Allow specifying the IdP entityid to use. (#8630) | Ben Banfield-Zanin | 2020-11-19 | 1 | -0/+8 |
* | SAML: Document allowing a clock/time difference from IdP (#8731) | Marcus Schopen | 2020-11-18 | 1 | -0/+6 |
* | a comma too much (#8771) | chagai95 | 2020-11-17 | 1 | -1/+1 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -0/+35 |
* | Clarify the usecase for an msisdn delegate (#8734) | Adrian Wannenmacher | 2020-11-14 | 1 | -2/+3 |
* | Migrate documentation `docs/admin_api/event_reports` to markdown (#8742) | Dirk Klimpel | 2020-11-13 | 2 | -165/+172 |
* | SAML: add <mdui:UIInfo> element examples (#8718) | Marcus Schopen | 2020-11-13 | 1 | -0/+22 |
* | Notes on SSO logins and media_repository worker (#8701) | Marcus Schopen | 2020-11-06 | 1 | -0/+5 |
* | Add an admin API for users' media statistics (#8700) | Dirk Klimpel | 2020-11-05 | 1 | -0/+83 |
* | Add `displayname` to Shared-Secret Registration for admins (#8722) | Dirk Klimpel | 2020-11-05 | 1 | -1/+3 |
* | Remove the "draft" status of the Room Details Admin API (#8702) | Dirk Klimpel | 2020-11-03 | 1 | -3/+1 |
* | Document how to set up multiple event persisters (#8706) | Erik Johnston | 2020-11-03 | 1 | -0/+12 |
* | grammar | Matthew Hodgson | 2020-11-02 | 1 | -1/+1 |
* | typo | Matthew Hodgson | 2020-11-02 | 1 | -1/+1 |
* | Fix typos in systemd-with-workers doc | Andrew Morgan | 2020-11-02 | 1 | -2/+2 |
* | Fix typo in workers doc | Andrew Morgan | 2020-11-02 | 1 | -1/+1 |
* | Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635) | Patrick Cloke | 2020-10-30 | 1 | -50/+76 |
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 2 | -43/+125 |
* | Add an admin APIs to allow server admins to list users' pushers (#8610) | Dirk Klimpel | 2020-10-28 | 1 | -0/+79 |
* | Cross-link documentation to the prometheus recording rules. (#8667) | Michael Kaye | 2020-10-27 | 1 | -0/+2 |
* | Add admin API to list users' local media (#8647) | Dirk Klimpel | 2020-10-27 | 1 | -0/+83 |
* | Split admin API for reported events into a detail and a list view (#8539) | Dirk Klimpel | 2020-10-26 | 1 | -54/+90 |
* | Added basic instructions for Azure AD to OpenId documentation (#8582) | Peter Krantz | 2020-10-26 | 1 | -0/+26 |
* | Add an admin api to delete local media. (#8519) | Dirk Klimpel | 2020-10-26 | 1 | -0/+79 |
* | Fix filepath of Dex example config (#8657) | Andrew Morgan | 2020-10-26 | 1 | -3/+2 |
* | Correct the package name in OpenID Connect install instructions (#8634) | Andrew Morgan | 2020-10-26 | 1 | -1/+1 |
|\ |
|
| * | Correct the package name in authlib install instructions | Andrew Morgan | 2020-10-22 | 1 | -1/+1 |
* | | Add field `total` to device list in admin API (#8644) | Dirk Klimpel | 2020-10-26 | 1 | -1/+4 |
* | | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 2 | -4/+4 |
|/ |
|
* | Add note to manhole.md about bind_address when using with docker (#8526) | Christopher May-Townsend | 2020-10-14 | 1 | -7/+39 |
* | Update documentation on retention policies limits (#8529) | Brendan Abolivier | 2020-10-14 | 1 | -12/+22 |
* | Make event persisters periodically announce position over replication. (#8499) | Erik Johnston | 2020-10-12 | 1 | -4/+9 |
* | Increase default max_upload_size from 10M to 50M (#8502) | Mateusz Przybyłowicz | 2020-10-09 | 2 | -2/+2 |
* | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 2020-10-07 | 1 | -6/+3 |
* | Remove docs/sphinx and related references (#8480) | Andrew Morgan | 2020-10-07 | 58 | -820/+0 |
* | Update default room version to 6 (#8461) | Richard van der Hoff | 2020-10-05 | 1 | -1/+1 |
* | Update manhole documentation for async/await. (#8462) | Patrick Cloke | 2020-10-05 | 1 | -2/+5 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 2 | -0/+22 |
* | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 2 | -9/+40 |
* | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 2020-10-01 | 1 | -0/+12 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 3 | -1/+37 |
* | Update description of server_name config option (#8415) | Aaron Raimist | 2020-09-29 | 1 | -4/+17 |
* | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 2020-09-28 | 1 | -0/+11 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -0/+5 |
* | Add note to reverse_proxy.md about disabling Apache's mod_security2 (#8375) | Julian Fietkau | 2020-09-23 | 1 | -0/+8 |
* | Admin API for reported events (#8217) | Dirk Klimpel | 2020-09-22 | 1 | -0/+129 |
* | Admin API for querying rooms where a user is a member (#8306) | Dirk Klimpel | 2020-09-18 | 1 | -0/+37 |
* | Add the topic and avatar to the room details admin API (#8305) | Tulir Asokan | 2020-09-14 | 1 | -0/+4 |
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -26/+4 |
* | Merge tag 'v1.20.0rc3' into develop | Patrick Cloke | 2020-09-11 | 1 | -1/+0 |
|\ |
|
| * | Remove shared rooms info from upgrade/workers doc as it's still experimental ... | Andrew Morgan | 2020-09-10 | 1 | -1/+0 |
* | | Add /_synapse/client to the reverse proxy docs (#8227) | Andrew Morgan | 2020-09-10 | 2 | -2/+22 |
* | | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 1 | -3/+7 |
* | | Add a config option for validating 'next_link' parameters against a domain wh... | Andrew Morgan | 2020-09-08 | 1 | -0/+18 |
|/ |
|
* | Systemd docs: configure workers to start after main process. (#8276) | Richard van der Hoff | 2020-09-08 | 1 | -0/+5 |
* | Add /user/{user_id}/shared_rooms/ api (#7785) | Will Hunt | 2020-09-02 | 1 | -0/+1 |
* | Explain better what GDPR-erased means (#8189) | Brendan Abolivier | 2020-09-01 | 1 | -3/+5 |
* | Wording fixes to 'name' user admin api filter (#8163) | Andrew Morgan | 2020-08-25 | 1 | -3/+4 |
* | Fix missing double-backtick in RST document | Andrew Morgan | 2020-08-25 | 1 | -1/+1 |
* | Search in columns 'name' and 'displayname' in the admin users endpoint (#7377) | Manuel Stahl | 2020-08-25 | 1 | -2/+4 |
* | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 2020-08-24 | 1 | -8/+14 |
* | Updated docs: Added note about missing 308 redirect support. (#8120) | Ryan Cole | 2020-08-19 | 1 | -0/+12 |
* | Add a link to the matrix-synapse-rest-password-provider. (#8111) | Patrick Cloke | 2020-08-18 | 1 | -0/+1 |
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -3/+1 |
* | Move setting of Filter into code. | Erik Johnston | 2020-08-11 | 1 | -7/+0 |
* | 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 | 1 | -0/+11 |
* | Clarify that undoing a shutdown might not be possible (#8010) | Travis Ralston | 2020-08-07 | 1 | -3/+10 |
* | Add health check endpoint (#8048) | Erik Johnston | 2020-08-07 | 1 | -0/+7 |
* | Fixup worker doc (again) (#8000) | Erik Johnston | 2020-08-06 | 2 | -14/+42 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l... | Erik Johnston | 2020-07-31 | 7 | -50/+95 |
|\ |
|
| * | Add docs for undoing room shutdowns (#7998) | Travis Ralston | 2020-07-31 | 1 | -1/+21 |
| * | Update workers docs (#7990) | Stuart Mumford | 2020-07-30 | 1 | -25/+34 |
| * | Fix typo in docs/workers.md (#7992) | Erik Johnston | 2020-07-30 | 1 | -1/+1 |
| * | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 3 | -213/+332 |
| |\ |
|
| * | | Various improvements to the docs (#7899) | Aaron Raimist | 2020-07-29 | 3 | -18/+25 |
| * | | Add an option to disable purge in delete room admin API (#7964) | Dirk Klimpel | 2020-07-28 | 1 | -4/+9 |
| * | | Option to allow server admins to join complex rooms (#7902) | lugino-emeritus | 2020-07-28 | 1 | -0/+4 |
| * | | Fix typo in metrics docs (#7966) | Erik Johnston | 2020-07-28 | 1 | -1/+1 |
* | | | Add ratelimiting on joins | Erik Johnston | 2020-07-31 | 1 | -0/+12 |
| |/
|/| |
|
* | | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 3 | -213/+332 |
|/ |
|
* | Update the auth providers to be async. (#7935) | Patrick Cloke | 2020-07-23 | 1 | -93/+94 |
* | Update the dates for ACME v1 EOL | Brendan Abolivier | 2020-07-22 | 1 | -2/+3 |
* | 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 | -1/+3 |
* | Add admin endpoint to get members in a room. (#7842) | Michael Albert | 2020-07-16 | 1 | -1/+33 |
* | Combine nginx federation server blocks (#7823) | Luke Faraone | 2020-07-16 | 1 | -11/+5 |
* | Allow accounts to be re-activated from the admin APIs. (#7847) | Patrick Cloke | 2020-07-15 | 1 | -1/+5 |
* | Return the proper 403 Forbidden error during errors with JWT logins. (#7844) | Patrick Cloke | 2020-07-15 | 1 | -4/+1 |
* | Allow email subjects to be customised through Synapse's configuration (#7846) | Brendan Abolivier | 2020-07-14 | 1 | -2/+69 |
* | Add delete room admin endpoint (#7613) | Dirk Klimpel | 2020-07-14 | 3 | -0/+98 |
* | Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827) | Patrick Cloke | 2020-07-14 | 2 | -3/+34 |
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 1 | -32/+33 |
* | Change Caddy links (old is deprecated) (#7789) | Nicolai Søborg | 2020-07-08 | 1 | -1/+1 |
* | Add documentation for JWT login type and improve sample config. (#7776) | Patrick Cloke | 2020-07-06 | 2 | -4/+121 |
* | Additional configuration options for auto-join rooms (#7763) | Patrick Cloke | 2020-06-30 | 1 | -2/+58 |
* | Support running multiple media repos. (#7706) | Erik Johnston | 2020-06-17 | 1 | -1/+6 |
* | fix broken link in sample config (#7712) | Richard van der Hoff | 2020-06-16 | 1 | -1/+1 |
* | Add instructions for authing with Keycloak via OpenID (#7659) | hungrymonkey | 2020-06-16 | 1 | -0/+44 |
* | Increase the default SAML session expirary time to 15 minutes. (#7664) | Patrick Cloke | 2020-06-11 | 1 | -1/+1 |
* | fix typo in sample_config.yaml (#7652) | wondratsch | 2020-06-11 | 1 | -1/+1 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -0/+20 |
* | Add an option to disable autojoin for guest accounts (#6637) | Travis Ralston | 2020-06-05 | 1 | -0/+7 |
* | Clarifications to the admin api documentation (#7647) | Richard van der Hoff | 2020-06-05 | 7 | -89/+125 |
* | Add device management to admin API (#7481) | Dirk Klimpel | 2020-06-05 | 1 | -0/+209 |
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 3 | -241/+302 |
* | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 2020-06-03 | 1 | -1/+7 |
* | allow emails to be passed through SAML (#7385) | Christopher Cooper | 2020-05-27 | 1 | -0/+2 |
* | Fix sample config docs error (#7581) | Jason Robinson | 2020-05-27 | 1 | -1/+1 |
* | Fix up comments | Erik Johnston | 2020-05-27 | 1 | -1/+1 |