summary refs log tree commit diff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.47.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0629-277/+535
|\
| * Add some background update admin APIs (#11263)Erik Johnston2021-11-082-0/+85
| * Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-7/+6
| * Minor cleanup to Debian packaging (#11269)Dan Callahan2021-11-072-2/+2
| * Add doc to integrate synapse with LemonLDAP OIDC (#11257)Julian2021-11-051-0/+38
| * Make minor correction to type of auth_checkers callbacks (#11253)reivilibre2021-11-041-1/+1
| * fix a small typo in the delete room api docsAndrew Morgan2021-11-031-1/+1
| * Add search by room ID and room alias to List Room admin API (#11099)Dirk Klimpel2021-11-021-3/+8
| * Make `check_event_allowed` module API callback not fail open (accept events) ...reivilibre2021-11-011-0/+8
| * Remove deprecated delete room admin API (#11213)Dirk Klimpel2021-11-012-10/+10
| * Support for serving server well-known files (#11211)Richard van der Hoff2021-11-012-37/+63
| * Add domain specific matching for haproxy config (#11128)Brett Bethke2021-11-011-1/+1
| * Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-0119-168/+232
| * Deprecate user_may_create_room_with_invites (#11206)Brendan Abolivier2021-11-012-36/+13
| * Clarify lack of Windows support in documentation (#11198)Sean Quah2021-10-292-12/+13
| * docs/openid: Add Authentik documentation. (#11151)Skyler Mäntysaari2021-10-281-0/+34
| * Implement an `on_new_event` callback (#11126)Brendan Abolivier2021-10-261-0/+21
* | Merge tag 'v1.46.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0616-119/+459
|\|
| * Enable changing user type via users admin API (#11174)Jason Robinson2021-10-261-2/+7
| * Add more information what happens when a user is deactivated (#11083)Dirk Klimpel2021-10-221-0/+10
| * Show error when timestamp in seconds is provided to the /purge_media_cache AP...Aaron R2021-10-201-3/+3
| * Remove false warning about copying the log config to a homeserver.yaml (#11092)Travis Ralston2021-10-201-6/+6
| * Document the version of Synapse each module callback was introduced in (#11132)Brendan Abolivier2021-10-205-0/+44
| * Fix instances of [example]{.title-ref} in the upgrade notes (#11118)Andrew Morgan2021-10-191-27/+27
| * Document Synapse's behaviour when dealing with multiple modules (#11096)Brendan Abolivier2021-10-187-8/+153
| * Move experimental & retention config out of the server module. (#11070)Patrick Cloke2021-10-151-41/+42
| * Update doc of the allowed characters for registration tokens (#11093)Dirk Klimpel2021-10-151-1/+1
| * Fix upgrade dead links (#11069)David Robertson2021-10-131-4/+4
| * Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth2021-10-135-28/+163
* | Merge tag 'v1.45.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-068-16/+150
|\|
| * Update upgrade notesBrendan Abolivier2021-10-121-0/+9
| * Include the requirements for [mypy,lint] in [dev] (#11034)reivilibre2021-10-111-1/+1
| * Revert accidental push to develop.Olivier Wilkinson (reivilibre)2021-10-081-1/+1
| * Update contributing guide to use [all,dev]Olivier Wilkinson (reivilibre)2021-10-081-1/+1
| * Add content to the Synapse documentation intro page (#10990)Andrew Morgan2021-10-062-1/+75
| * Add a spamchecker method to allow or deny 3pid invites (#10894)Brendan Abolivier2021-10-061-0/+35
| * Add a spamchecker callback to allow or deny room joins (#10910)Brendan Abolivier2021-10-061-0/+15
| * Updated development doc on samling environment for testing. (#10973)Max Kratz2021-10-061-6/+5
| * Remove "reference" wording according Synapse homeserver (#10971)Max Kratz2021-10-062-5/+6
| * Update links to MSCs in documentation (#10991)Dirk Klimpel2021-10-052-3/+4
* | Merge tag 'v1.44.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-068-178/+310
|\|
| * Update installation instructions (#10919)Richard van der Hoff2021-09-291-163/+165
| * Avoid storing URL cache files in storage providers (#10911)Sean Quah2021-09-271-0/+7
| * Add a spamchecker callback to allow or deny room creation based on invites (#...Brendan Abolivier2021-09-241-0/+29
| * Update postgresql testing script (#10906)David Robertson2021-09-241-0/+47
| * Add documentation for experimental feature flags. (#10865)Patrick Cloke2021-09-222-0/+38
| * Refactor oEmbed previews (#10814)Patrick Cloke2021-09-211-8/+13
| * Always add local users to the user directory (#10796)David Robertson2021-09-211-5/+9
| * Fix #10837 by adding JSON encoding/decoding to the Module API example… (#10...Charles Wright2021-09-171-2/+2
* | Merge tag 'v1.43.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0619-586/+576
|\|
| * Fix copy-paste error in the password section of the sample-config. (#10804)BramvdnHeuvel2021-09-131-1/+1
| * Fix 2 typos in docs/log_contexts.md (#10795)reivilibre2021-09-101-2/+2
| * Easy refactors of the user directory (#10789)David Robertson2021-09-101-0/+37
| * Improve the modules doc (#10758)Brendan Abolivier2021-09-089-404/+536
| * Document that /spaces & /hierarchy can be routed to workers. (#10648)Patrick Cloke2021-09-082-1/+14
| * Use attrs internally for the URL preview code & add documentation. (#10753)Patrick Cloke2021-09-073-77/+52
| * Add config option to use non-default manhole password and keys (#10643)Azrenbeth2021-09-062-4/+43
| * Doc: Clarifying undoing room shutdowns (#10480)David Teller2021-09-061-15/+27
| * Fix documentation of directory name for remote thumbnails (#10556)cuttingedge11092021-09-021-1/+1
| * Merge tag 'v1.42.0rc1' into developOlivier Wilkinson (reivilibre)2021-09-011-3/+3
| |\
| * | Allow configuration of the oEmbed URLs. (#10714)Patrick Cloke2021-08-311-0/+21
* | | Merge tag 'v1.42.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0615-197/+891
|\ \ \ | | |/ | |/|
| * | 1.42.0rc1Olivier Wilkinson (reivilibre)2021-09-011-3/+3
| |/
| * Advertise matrix-org.github.io/synapse docs (#10595)David Robertson2021-08-311-5/+425
| * Removed page summaries from the top of installation and contributing doc pag...Azrenbeth2021-08-272-40/+6
| * Clarifications to reverse_proxy.md (#10708)Richard van der Hoff2021-08-271-5/+5
| * Remove pushers when deleting 3pid from account (#10581)Azrenbeth2021-08-261-0/+5
| * doc: add django-oauth-toolkit to oidc doc (#10192)Hugo DELVAL2021-08-231-0/+48
| * Fix the titles in the OIDC documentation (#10639)Andrew Morgan2021-08-231-6/+10
| * Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-214-0/+312
| * Remove not needed database updates in modify user admin API (#10627)Dirk Klimpel2021-08-191-2/+6
| * Merge branch 'release-v1.41' into developErik Johnston2021-08-186-222/+309
| |\
| * | Display an error page during failure of fallback UIA. (#10561)Callum Brown2021-08-181-0/+8
| * | Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-174-125/+13
| * | Port the PresenceRouter module interface to the new generic interface (#10524)Azrenbeth2021-08-173-14/+52
* | | Add a spamchecker method to allow or deny 3pid invites (#10894)Brendan Abolivier2021-10-261-0/+35
* | | Add a spamchecker callback to allow or deny room joins (#10910)Brendan Abolivier2021-10-261-0/+15
* | | Add a spamchecker callback to allow or deny room creation based on invites (#...Brendan Abolivier2021-10-261-0/+189
* | | Revert shadow HS support (#104)Brendan Abolivier2021-09-271-9/+0
* | | Sample configBrendan Abolivier2021-09-021-66/+0
* | | Merge tag 'v1.41.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0111-241/+542
|\ \ \ | | |/ | |/|
| * | Update docs/upgrade.md with new versionErik Johnston2021-08-181-1/+1
| * | Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only...Andrew Morgan2021-08-182-1/+9
| * | Allow /createRoom to be run on workers (#10564)Andrew Morgan2021-08-171-0/+1
| * | Centralise the custom template directory (#10596)Brendan Abolivier2021-08-174-206/+270
| * | Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518)reivilibre2021-08-171-7/+20
| |/
| * Allow to edit `external_ids` by Edit User admin API (#10598)Dirk Klimpel2021-08-171-11/+29
| * Add an admin API to check if a username is available (#10578)Will Hunt2021-08-171-0/+20
| * Manhole: wrap coroutines in `defer.ensureDeferred` automatically (#10602)reivilibre2021-08-161-1/+1
| * Admin API to delete media for a specific user (#10558)Dirk Klimpel2021-08-112-6/+57
| * support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-112-3/+30
| * Moved homeserver documentation above reverse proxy examples (#10551)Drew Short2021-08-091-10/+13
| * Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-061-0/+8
| * Merge remote-tracking branch 'origin/release-v1.40' into developRichard van der Hoff2021-08-051-28/+23
| |\
| * | Add documentation for configuring a forward proxy. (#10443)Dirk Klimpel2021-08-052-0/+75
| * | Add warnings to ip_range_blacklist usage with proxies (#10129)Kento Okamoto2021-08-031-0/+4
| * | Make sync response cache time configurable. (#10513)Richard van der Hoff2021-08-031-0/+9
* | | Merge tag 'v1.40.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0112-38/+121
|\ \ \ | | |/ | |/|
| * | fix broken links in `upgrade.md` (#10543)Dirk Klimpel2021-08-051-28/+23
| |/
| * Revert use of PeriodicallyFlushingMemoryHandler by default (#10515)reivilibre2021-08-031-4/+1
| * Add developer documentation to explain room DAG concepts like `outliers` and ...Eric Eastwood2021-08-032-0/+80
| * Allow setting transaction limit for db connections (#10440)Toni Spets2021-08-021-0/+4
| * Add a PeriodicallyFlushingMemoryHandler to prevent logging silence (#10407)reivilibre2021-07-271-1/+4
| * Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-3/+7
| * Move dev/ docs to development/ (#10453)Eric Eastwood2021-07-227-6/+6
| * Fix the hierarchy of OpenID providers in the docs. (#10445)Patrick Cloke2021-07-211-1/+1
* | Merge tag 'v1.39.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0120-476/+326
|\|
| * Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-203-14/+74
| * Add a module type for account validity (#9884)Brendan Abolivier2021-07-162-91/+41
| * Merge branch 'master' into developBrendan Abolivier2021-07-151-2/+4
| |\
| | * Make deprecation notice of the spam checker doc more obvious (#10395)Brendan Abolivier2021-07-151-2/+4
| * | Updating install prerequisites for newer macOS & ARM Macs. (#9971)Luke Walsh2021-07-151-3/+6
| * | Docs: Use something other than the document name to describe a page (#10399)Andrew Morgan2021-07-1511-23/+21
| * | Update the logcontext doc (#10353)Brendan Abolivier2021-07-151-230/+101
| * | doc: Add delegation example to the caddy reverse proxy section (#10368)Moritz Dietz2021-07-141-0/+27
| * | Instructions on installing RC debs (#10396)Richard van der Hoff2021-07-141-9/+12
| * | Fix some links in `docs` and `contrib` (#10370)Dirk Klimpel2021-07-132-7/+9
| * | Merge tag 'v1.38.0rc2' into developErik Johnston2021-07-096-13/+604
| |\|
| * | Fix formatting in the logcontext doc (#10337)Brendan Abolivier2021-07-081-1/+1
| * | Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-082-50/+5
| * | Fix a broken link in the admin api docs (#10322)Richard van der Hoff2021-07-071-2/+2
| * | Merge remote-tracking branch 'origin/release-v1.38' into developRichard van der Hoff2021-07-072-22/+24
| |\ \
| * | | Simplify structure of room admin API docs (#10313)Dirk Klimpel2021-07-071-45/+24
* | | | Merge tag 'v1.38.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0112-73/+2068
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix broken links in INSTALL.md (#10331)Dirk Klimpel2021-07-086-13/+604
| | |/ | |/|
| * | Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-072-22/+24
| |/
| * Add upgrade notes about disk space for events migration (#10314)Richard van der Hoff2021-07-061-1/+39
| * Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-28/+34
| * Fix bad link in modules documentation (#10302)Brendan Abolivier2021-07-021-1/+1
| * Add SSO `external_ids` to Query User Account admin API (#10261)Dirk Klimpel2021-07-011-1/+11
| * Fix the homeserver config example in presence router docs (#10288)Andrew Morgan2021-06-301-1/+3
| * Convert UPGRADE.rst to markdown (#10166)Andrew Morgan2021-06-233-8/+1354
* | Merge tag 'v1.37.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0126-330/+543
|\|
| * Implement config option `sso.update_profile_information` (#10108)jkanefendt2021-06-211-0/+11
| * Describe callbacks signatures as async in new modules doc (#10206)Brendan Abolivier2021-06-181-8/+8
| * Standardise the module interface (#10062)Brendan Abolivier2021-06-184-14/+279
| * Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-173-264/+9
| * Always require users to re-authenticate for dangerous operations. (#10184)Patrick Cloke2021-06-161-0/+4
| * A guide to the request log lines format. (#8436)Michael Kaye2021-06-162-0/+45
| * Fix broken links in documentation (#10180)Dirk Klimpel2021-06-1618-51/+52
| * Notes on boolean columns in database schemas (#10164)Richard van der Hoff2021-06-111-0/+42
| * Support for database schema version ranges (#9933)Richard van der Hoff2021-06-112-1/+97
| * Mention that you need to configure max upload size in reverse proxy as well (...Aaron Raimist2021-06-101-0/+4
* | Merge tag 'v1.36.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3141-1209/+2122
|\|
| * Name release branches just after major.minor (#10013)Dan Callahan2021-06-081-4/+4
| * Make link in docs use HTTPS (#10130)Rohan Sharma2021-06-071-1/+1
| * Compile and render Synapse's docs into a browsable, mobile-friendly and searc...Andrew Morgan2021-06-0330-54/+903
| * Convert admin api docs to markdown (#10089)Andrew Morgan2021-06-038-1132/+1159
| * Add new admin APIs to remove media by media ID from quarantine. (#10044)Dirk Klimpel2021-06-021-0/+22
| * Move some more endpoints off master (#10084)Erik Johnston2021-05-271-0/+3
| * Make reason and score optional for report_event (#10077)Callum Brown2021-05-271-2/+2
| * Remove the experimental spaces enabled flag. (#10063)Patrick Cloke2021-05-261-15/+0
| * Add an admin API for unprotecting local media from quarantine (#10040)Dirk Klimpel2021-05-261-0/+21
| * Update CAPTCHA documentation to mention turning off verify origin feature (#1...Aaron Raimist2021-05-261-22/+28
* | Merge tag 'v1.35.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-318-150/+179
|\|
| * Remove tls_fingerprints option (#9280)Jerin J Titus2021-05-241-27/+0
| * Enable experimental spaces by default. (#10011)Patrick Cloke2021-05-241-0/+15
| * Add missing entry to the table of contents of room admin API (#10043)Dirk Klimpel2021-05-241-0/+1
| * Merge branch 'master' of github.com:matrix-org/synapse into developAndrew Morgan2021-05-201-1/+1
| |\
| | * Update user_directory.md (#10016)Javier Junquera Sánchez2021-05-201-1/+1
| * | Hardened systemd unit files (#9803)Savyasachee Jha2021-05-191-0/+30
| * | Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-1/+5
| * | Update postgres docs (#9989)Richard van der Hoff2021-05-141-102/+96
| * | Support enabling opentracing by user (#9978)Richard van der Hoff2021-05-142-11/+19
| * | Update minimum supported version in postgres.md (#9988)Andrew Morgan2021-05-141-1/+1
| * | Update SSO mapping providers documentation about unique IDs. (#9980)Patrick Cloke2021-05-131-7/+11
| |/
* | Merge tag 'v1.34.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-312-1/+28
|\|
| * Send the `m.room.create` stripped event with invites (support MSC1772). (#9966)Patrick Cloke2021-05-111-0/+1
| * Add config option to hide device names over federation (#9945)Aaron Raimist2021-05-111-0/+6
| * Limit how often GC happens by time. (#9902)Erik Johnston2021-05-051-0/+10
| * Add port parameter to the sample config for psycopg2 args (#9911)Andrew Morgan2021-05-041-0/+1
| * Delete room endpoint (#9889)ThibF2021-04-291-1/+10
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-312-3/+88
|\|
| * Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-202-3/+3
| * Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-63/+85
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-314-35/+463
|\|
| * Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-1/+116
| * Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-062-2/+256
| * Merge branch 'master' into developErik Johnston2021-04-061-0/+33
| |\
| * | Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-011-22/+63
| * | Make sample config allowed_local_3pids regex stricter. (#9719)Denis Kasak2021-03-311-2/+2
| * | Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-302-8/+28
* | | Merge commit '1d8863c67' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+33
|\ \ \ | | |/ | |/|
| * | Add deprecation policy doc (#9723)Erik Johnston2021-04-061-0/+33
| |/
* | Merge commit '78e48f61b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-33/+8
|\|
| * Update the OIDC sample config (#9695)Richard van der Hoff2021-03-291-31/+3
| * Preserve host in example apache config (#9696)Paul Tötterman2021-03-261-2/+5
* | Merge commit 'c73cc2c2a' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-4/+3
|\|
| * docs: fallback/web endpoint does not appear to be mounted on workers (#9679)Ben Banfield-Zanin2021-03-241-2/+1
| * Increase default join burst ratelimiting (#9674)Erik Johnston2021-03-231-2/+2
* | Merge commit 'ad721fc55' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+24
|\|
| * Add SSO attribute requirements for OIDC providers (#9609)Hubbe2021-03-161-0/+24
* | Merge commit 'd315e9644' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-18/+25
|\|
| * Pass SSO IdP information to spam checker's registration function (#9626)Andrew Morgan2021-03-161-1/+7
| * Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-162-5/+5
| * Clean up config settings for stats (#9604)Richard van der Hoff2021-03-161-12/+13
* | Merge commit 'a7a379006' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+10
|\|
| * Fix spam checker modules documentation example (#9580)Jason Robinson2021-03-101-0/+10
* | Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-6/+73
|\|
| * Link to the List user's media admin API from media Admin API docs (#9571)Andrew Morgan2021-03-091-2/+14
| * JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-092-4/+59
* | Merge commit '7fdc6cefb' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-2/+1
|\|
| * Fixup sample configErik Johnston2021-03-091-2/+1
* | Merge commit '22db45bd4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-2/+49
|\|
| * Update reverse proxy to add OpenBSD relayd example configuration. (#9508)Leo Bärring2021-03-061-2/+49
* | Merge commit 'a5daae2a5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+2
|\|
| * Update nginx reverse-proxy docs (#9512)Richard van der Hoff2021-03-031-0/+2
* | Merge commit 'e12077a78' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-14/+24
|\|
| * Add support for X-Forwarded-Proto (#9472)Richard van der Hoff2021-02-241-13/+23
| * Fix typo in spam checker documentationAndrew Morgan2021-02-241-1/+1
* | Merge commit '292792194' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-4/+0
|\|
| * Fix deleting pushers when using sharded pushers. (#9465)Erik Johnston2021-02-221-4/+0
* | Merge commit '1b2d6d55c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-4/+36
|\|
| * Add an `order_by` field to list users' media admin API. (#8978)Dirk Klimpel2021-02-221-4/+34
| * example systemd config: propagate reloads to units (#9463)Richard van der Hoff2021-02-222-0/+2
* | Merge commit 'e22b71810' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-23/+35
|\|
| * Clean up the user directory sample config section (#9385)Andrew Morgan2021-02-221-18/+29
* | Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+14
|\|
| * Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+5
| * Add configs to make profile data more private (#9203)AndrewFerr2021-02-191-0/+14
* | Merge commit '1381cd05b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-3/+3
|\|
| * Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#...Rishabh Arya2021-02-181-3/+3
* | Merge commit '8ec221710' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-8/+12
|\|
| * Add http2 to the nginx example config (#9390)David Vo2021-02-181-4/+4
| * Revert "Update workers.md"Richard van der Hoff2021-02-181-1/+1
| * Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-171-3/+6
| * Update workers.mdRichard van der Hoff2021-02-171-1/+2
| * Update workers.mdRichard van der Hoff2021-02-171-1/+1
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-234-15/+15
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-12/+4
| * Fix OIDC gitiea redirect URL. (#9404)Marcus2021-02-161-1/+1
| * Document that pusher instances are shardable (#9407)Erik Johnston2021-02-161-1/+9
| * Fix sample configAndrew Morgan2021-02-121-1/+1
| * Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-111-11/+9
| |\
* | \ Merge commit 'e40d88cff' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-8/+7
|\ \ \ | | |/ | |/|
| * | Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-111-11/+9
* | | Merge commit 'fb0e14ee9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+22
|\ \ \ | | |/ | |/|
| * | Add XWiki OIDC provider example. (#9324)Thomas Mortagne2021-02-091-0/+22
* | | Merge commit '3f58fc848' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+119
|\| |
| * | Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+119
| |\ \
| | * | FIXUP: Documenting /_synapse/admin/v1/rooms/<room_id>/context/<event_id>David Teller2021-01-281-0/+119
* | | | Merge commit '5a9cdaa6e' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-1/+1
|\| | |
| * | | Merge branch 'erikj/media_spam_checker' into developErik Johnston2021-02-041-0/+3
| |\ \ \
| * | | | Correct `matrix-synapse.service` reference in TURN howto docs. (#9308)dykstranet2021-02-041-1/+1
* | | | | Merge commit '7e8083eb4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add check_media_file_for_spam spam checker hookErik Johnston2021-02-041-0/+3
| | |_|/ | |/| |
* | | | Merge commit '2ab6e67ab' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-15/+19
|\ \ \ \ | | |/ / | |/| |
| * | | 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