summary refs log tree commit diff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some cross references to worker documentation (#13974)Dirk Klimpel2022-09-302-15/+27
* Add upgrade notes for changes to receipts replication. (#13932)Patrick Cloke2022-09-281-0/+12
* Document that the 'auto_join_rooms' option works with Spaces (#13931)Andrew Morgan2022-09-281-2/+5
* Add instruction for running unit tests in parallel (#13928)Ashish Kumar2022-09-281-0/+6
* Emphasize the right reasons to use `(room_id, event_id)` in a schema (#13915)Eric Eastwood2022-09-271-15/+16
* Merge branch 'master' into developDavid Robertson2022-09-271-6/+23
|\
| * Update upgrade notes (#13923)David Robertson2022-09-271-6/+23
* | Merge branch 'master' into developDavid Robertson2022-09-271-3/+9
|\|
| * Clarify who isn't affected by rust v1.68.0David Robertson2022-09-271-2/+6
| * tweak upgrade notesDavid Robertson2022-09-271-3/+5
* | Update NixOS module URL (#13818)enterprisey2022-09-261-1/+1
* | Fix the cross-link from register admin API to config docs. (#13870)Patrick Cloke2022-09-221-1/+1
* | Correct documentation for map_user_attributes of OpenID Mapping Providers (#1...Peter Scheu2022-09-211-3/+9
|/
* Edit changelog in response to feedbackOlivier Wilkinson (reivilibre)2022-09-201-1/+9
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-161-0/+38
* Update request log format documentation to mention the format used when the a...reivilibre2022-09-161-2/+2
* Document common fix of Poetry problems by removing egg-info (#13785)Eric Eastwood2022-09-151-0/+27
* Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pul...Eric Eastwood2022-09-152-1/+14
* Merge branch 'master' into developErik Johnston2022-09-131-0/+24
|\
| * Add minimum version bump for sqlite to the release notes (#13742)David Robertson2022-09-081-0/+15
| * Update changelogErik Johnston2022-09-061-0/+9
* | installation.md: require libpq on M1 macs (#13480)Richard van der Hoff2022-09-131-2/+3
* | Fix typo in ratelimiting documentation (#13727)Brendan Abolivier2022-09-121-1/+1
* | Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-081-0/+2
* | Correct out-of-date doc for `event_cache_size` (#13726)David Robertson2022-09-071-2/+4
* | Define SQLite compat policy (#13728)David Robertson2022-09-071-4/+11
* | Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-071-0/+145
* | Add a stub Rust crate (#12595)Erik Johnston2022-09-063-1/+26
|/
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-063-19/+20
* Clarify `(room_id, event_id)` global uniqueness (#13701)Eric Eastwood2022-09-021-0/+24
* Update docs to make enabling metrics more clear (#13678)Eric Eastwood2022-09-021-4/+7
* Update lock file for Poetry v1.2.0 (#13689)Erik Johnston2022-09-023-6/+12
* Fix two typos with colon in headlines (#13665)Dirk Klimpel2022-09-011-2/+2
* Add monthly active users documentation (#13617)Will Hunt2022-09-013-0/+87
* Merge branch 'master' into developSean Quah2022-08-312-2/+2
|\
| * Improve clarity on deprecation of TCP replicationSean Quah2022-08-311-1/+1
| * Fix dead link in 1.18.0 upgrade notesSean Quah2022-08-311-1/+1
* | Remove documentation of legacy `frontend_proxy` worker app (#13645)Richard van der Hoff2022-08-302-41/+22
* | Clarify documentation about replication traffic. (#13656)Patrick Cloke2022-08-301-1/+4
* | Improve documentation around user registration (#13640)Richard van der Hoff2022-08-263-103/+133
* | Generate missing configuration files at startup (#13615)Richard van der Hoff2022-08-261-1/+7
* | Support `registration_shared_secret` in a file (#13614)Richard van der Hoff2022-08-251-0/+18
* | Write about the chain cover a little. (#13602)David Robertson2022-08-231-9/+42
* | Update openid.md (#13568)nilsKr32022-08-231-1/+3
|/
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-232-1/+23
* Describe changes to admin API in 1.66David Robertson2022-08-231-0/+2
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-191-0/+7
* Add support for compression to federation responses (#13537)Ayush Anand2022-08-181-1/+1
* A first pass at pruning the Synapse README (#13491)David Robertson2022-08-171-4/+86
* Fix a typo in docs and in some warnings (#13538)Antonin Loubiere2022-08-171-1/+1
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-171-1/+4
* Add missing links in `user_consent` section of configuration manual (#13536)Dirk Klimpel2022-08-161-2/+2
* Add a warning to retention documentation regarding the possibility of databas...Shay2022-08-152-2/+7
* Add `openssl` example for registration HMAC (#13472)James Barton2022-08-111-2/+19
* Add note to `redaction_retention_period` documentation mentioning that event ...Andrew Morgan2022-08-111-0/+4
* Make the configuration for the cache clearer (#13481)Dirk Klimpel2022-08-091-4/+5
* Mark token-authenticaticated-registration API as not-experimental (#11897)Julian-Samuel Gebühr2022-08-051-3/+3
* Update some outdated information on `sso_mapping_providers.md` (#13449)Dirk Klimpel2022-08-041-6/+8
* Fix return value in example on `password_auth_provider_callbacks.md` (#13450)Dirk Klimpel2022-08-041-2/+2
* Improve documentation on becoming server admin (#13230)jejo862022-08-031-1/+2
* Update doc for setting `macaroon_secret_key` (#13443)Dirk Klimpel2022-08-031-3/+7
* Remove 'Contents' section from the Configuration Manual (#13438)Dirk Klimpel2022-08-031-43/+0
* Fix wrong headline for `url_preview_accept_language` in docs (#13437)Dirk Klimpel2022-08-031-1/+1
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-08-021-0/+10
|\
| * Add upgrade notesOlivier Wilkinson (reivilibre)2022-08-021-0/+10
* | Merge tag 'v1.64.0rc2' into developRichard van der Hoff2022-07-292-194/+181
|\|
| * Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-292-194/+181
* | Explicitly mention which resources support compression in the config guide (#...Brendan Abolivier2022-07-291-1/+2
|/
* Update Caddy reverse proxy documentation (#13344)Matt Holt2022-07-251-42/+11
* Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-1/+10
* Update config_documentation.md (#13364)Richard van der Hoff2022-07-221-2/+2
* Update locked frozendict version to 2.3.3 (#13352)Sean Quah2022-07-221-0/+9
* Merge branch 'master' into developDavid Robertson2022-07-211-0/+8
|\
| * Document `rc_invites.per_issuer`, added in v1.63.David Teller2022-07-211-0/+8
* | Merge branch 'master' into developBrendan Abolivier2022-07-193-8/+13
|\|
| * Remove 'anonymised' from the phone home stats documentation (#13321)Andrew Morgan2022-07-193-8/+13
* | Add notes when config options were changed to config documentation (#13314)Jörg Behrmann2022-07-191-0/+5
* | Rate limit joins per-room (#13276)David Robertson2022-07-192-0/+29
* | Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)David Robertson2022-07-151-0/+25
* | Document advising against publicly exposing the Admin API and provide a usage...jejo862022-07-131-0/+17
* | Inline URL preview documentation. (#13261)Patrick Cloke2022-07-124-68/+2
* | Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-122-16/+27
* | Add info about configuration in the url preview docs (#13233)Shay2022-07-121-0/+1
* | expose whether a room is a space in the Admin API (#13208)andrew do2022-07-121-8/+21
|/
* Document the 'databases' homeserver config option (#13212)Andrew Morgan2022-07-111-0/+92
* Check that `auto_vacuum` is disabled when porting a SQLite database to Postgr...reivilibre2022-07-071-0/+8
* Add information on how the Synapse team does reviews. (#13132)Patrick Cloke2022-07-063-1/+46
* Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir...reivilibre2022-07-051-0/+4
* Add missing links to config options (#13166)Dirk Klimpel2022-07-051-3/+3
* Add documentation for phone home stats (#13086)Andrew Morgan2022-06-302-0/+82
* Cleanup references to sample config in the docs and redirect users to configu...Shay2022-06-3010-88/+69
* Add a link to the configuration manual from the homeserver sample config docu...Andrew Morgan2022-06-301-0/+3
* Fix documentation header for `allow_public_rooms_over_federation` (#13116)Moritz Stückler2022-06-291-1/+1
* Document the `--report-stats` argument (#13029)jejo862022-06-291-1/+3
* Remove docs for Delete Group Admin API (#13112)Aaron Raimist2022-06-272-15/+0
* Update opentracing docs to reference the configuration manual rather than the...Shay2022-06-171-2/+3
* Update info on downstream debs (#13095)Richard van der Hoff2022-06-171-9/+8
* Add custom well-known (#13035)Jacek Kuśnierz2022-06-161-0/+17
* Add instructions for running Complement with `gotestfmt`-formatted output loc...reivilibre2022-06-161-0/+14
* Add headers to individual options in config documentation to allow for linkin...Shay2022-06-151-163/+163
* Change default `sync_response_cache_duration` (#13042)Erik Johnston2022-06-151-2/+2
* Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011)Hannes Lerchl2022-06-152-14/+27
* Fix version number in spam checker callbacks doc (#13047)Brendan Abolivier2022-06-141-6/+6
* Remove code generating comments in configuration file (#12941)Shay2022-06-142-2838/+12
* Merge branch 'release-v1.61' into developErik Johnston2022-06-141-17/+19
|\
| * Fixup upgrades v1.61.0Erik Johnston2022-06-141-3/+3
| * Mention removed community/group worker endpoints in upgrade.md (#13023)Sami Olmari2022-06-141-0/+18
* | Mention removed community/group worker endpoints in upgrade.md (#13023)Sami Olmari2022-06-141-0/+16
* | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret...David Teller2022-06-132-56/+175
* | Add missing TOC link to poetry cheat sheet (#13022)David Robertson2022-06-101-0/+1
* | Merge the Complement testing Docker images into a single, multi-purpose image...reivilibre2022-06-081-0/+5
|/
* Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan2022-06-071-0/+6
* Allow updating passwords using the admin api without logging out devices (#12...Jan Christian Grünhage2022-06-061-1/+3
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-6/+0
* Add config options for media retention (#12732)Andrew Morgan2022-05-311-1/+28
* Merge branch 'master' into developErik Johnston2022-05-312-20/+19
|\
| * Fix import in module_api module and docs on the new check_event_for_spam sign...Brendan Abolivier2022-05-312-20/+19
* | Add a background job to automatically delete stale devices (#12855)Brendan Abolivier2022-05-271-0/+12
* | Merge tag 'v1.60.0rc2' into developSean Quah2022-05-272-1/+6
|\|
| * Add an option allowing users to use their password to reauthenticate even tho...reivilibre2022-05-272-1/+6
* | Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-261-3/+3
* | Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-252-29/+0
* | Add the `batch_send` endpoint to generic workers (#12868)Nick Mills-Barrett2022-05-251-0/+1
* | Add the `/account/whoami` endpoint to generic workers (#12866)Nick Mills-Barrett2022-05-251-0/+1
* | Fix incorrect worker-allowed path in documentation (#12867)Nick Mills-Barrett2022-05-251-3/+0
* | Fix typos in documentation (#12863)Dirk Klimpel2022-05-253-3/+3
|/
* contributing_guide.md: fix link to DCORichard van der Hoff2022-05-241-2/+2
* Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller2022-05-232-10/+46
* add SpamChecker callback for silently dropping inbound federated events (#12744)Jess Porter2022-05-231-0/+18
* Add detail to `cache_autotuning` config option documentation (#12776)Shay2022-05-191-4/+9
* Update configuration manual to document size-related suffixes (#12777)Shay2022-05-191-0/+8
* Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre2022-05-191-0/+90
* Add missing user directory search endpoint to the generic worker documentatio...Sami Olmari2022-05-191-0/+10
* openid.md: fix some linksRichard van der Hoff2022-05-191-9/+9
* Fix federation in demo scripts. (#12783)Patrick Cloke2022-05-181-4/+5
* Fix YAML parsing error in `url_preview_accept_language` (#12785)Andrew Morgan2022-05-181-6/+6
* Add documentation for cancellation of request processing (#12761)Sean Quah2022-05-182-0/+393
* Switch the 'Configuration' link in the docs homepage to the config manual (#1...Andrew Morgan2022-05-181-3/+3
* Add some documentation around the `rc_invites` option to the config docs (#12...Andrew Morgan2022-05-181-0/+14
* Suggest using docker when testing against postgres (#12765)David Robertson2022-05-171-3/+28
* Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)Andrew Morgan2022-05-161-1/+1
* Fix typo in listener config (#12742)Dirk Klimpel2022-05-162-3/+3
* Add config flags to allow for cache auto-tuning (#12701)Shay2022-05-132-2/+33
* Update issuer URL in example OIDC Keycloak config (#12727)Niklas2022-05-131-1/+1
* add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-122-0/+60
* Fix reference to the wrong symbol in the media admin api docs (#12715)Andrew Morgan2022-05-121-1/+1
* Reload cache factors from disk on SIGHUP (#12673)David Robertson2022-05-112-0/+23
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-102-12/+39
* Update `replication.md` with info on TCP module structure (#12621)Shay2022-05-091-0/+5
* Update SQL statements in docs for Synapse Admins (#12536)Dirk Klimpel2022-05-091-70/+121
* Fix docs on how to run specific Complement tests after recent `complement.sh`...Eric Eastwood2022-05-091-2/+2
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-062-0/+47
* Add `mau_appservice_trial_days` config (#12619)Will Hunt2022-05-042-0/+21
* Disable device name lookup over federation by default (#12616)Andrew Morgan2022-05-043-7/+18
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-041-3/+0
* Improve logging for cancelled requests (#12587)Sean Quah2022-05-041-1/+1
* Remove special-case for `twisted` logger (#12589)Richard van der Hoff2022-04-291-7/+0
* Add option to enable token registration without requiring 3pids (#12526)Will Hunt2022-04-271-0/+6
* Add a table of contents to config manual (#12527)Shay2022-04-251-2/+44
* Correct typo in user_admin_api.md device deletion JSON (#12533)Sami Olmari2022-04-251-1/+1
* Add HAProxy delegation example to docs (#12501)villepeh2022-04-251-0/+22
* Add some example configurations for worker (#12492)Dirk Klimpel2022-04-254-24/+55
* turn-howto: fix some linksRichard van der Hoff2022-04-221-2/+2
* Recommend poetry in docs (#12475)David Robertson2022-04-203-36/+283
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-04-191-1/+1
|\
| * fix typo in upgrade notesRichard van der Hoff2022-04-191-1/+1
* | Add a manual documenting config file options (#12368)Shay2022-04-182-0/+3413
* | Update documentation to reflect that `run_background_tasks_on` is no longer e...reivilibre2022-04-141-4/+4
* | Replace `federation_reader` with `generic_worker` in docs (#12457)Dirk Klimpel2022-04-144-24/+22
* | Reintroduce the lint targets in the linter script (#12455)David Robertson2022-04-141-39/+15
* | docs: Don't render the table of contents on the print page (#12340)Andrew Morgan2022-04-131-0/+14
* | Merge branch 'release-v1.57' into developErik Johnston2022-04-126-8/+9445
|\|
| * Update UPGRADE notes to include more details about v1.57 upgrade failure mode...Richard van der Hoff2022-04-121-8/+47
| * Split changelogs by year v1.57.0rc1Erik Johnston2022-04-125-0/+9398
* | Disable groups/communities by default. (#12344)Patrick Cloke2022-04-121-0/+7
|/
* Stop maintaining a list of lint targets in `lint.sh` (#12420)David Robertson2022-04-081-5/+3
* Clarify that we mark as outliers because we don't have any state for them (#1...Eric Eastwood2022-04-061-1/+2
* Remove docs for converting a legacy structured logging config. (#12392)Patrick Cloke2022-04-062-81/+2
* Merge branch 'master' into developSean Quah2022-04-051-6/+5
|\
| * Move warning of open registration to v1.56 upgrade notes (#12322)Andrew Morgan2022-03-291-6/+5
* | Allow specifying the Postgres database's port when running unit tests with Po...reivilibre2022-04-051-3/+11
* | Update broken link in `workers.md` (#12369)Shay2022-04-041-1/+1
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-011-0/+13
* | Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-013-1/+108
* | Add a callback to react to 3PID associations (#12302)Brendan Abolivier2022-03-311-0/+18
* | Remove `dockerfile-pgtests` (#12336)David Robertson2022-03-311-21/+0
* | Flesh out documentation for running SyTest against Synapse, including use of ...reivilibre2022-03-301-1/+7
* | Add a configuration to exclude rooms from sync response (#12310)Brendan Abolivier2022-03-301-0/+9
|/
* HAProxy guide update (#12279)villepeh2022-03-281-2/+2
* Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-252-1/+15
* Authentik OpenID minor doc update (#12275)IronTooch2022-03-251-1/+3
* Mention the new behaviour on unsafe database locale in the upgrade notes (#12...Brendan Abolivier2022-03-251-0/+7
* Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-232-3/+10
* Remove mutual_rooms `update_user_directory` check, and add extra documentatio...Jonathan de Jong2022-03-231-1/+10
* Sync more worker regexes in the documentation. (#12243)Patrick Cloke2022-03-181-16/+14
* Correct `check_username_for_spam` annotations and docs (#12246)David Robertson2022-03-181-4/+6
* Deprecate the groups/communities endpoints and add an experimental configurat...Patrick Cloke2022-03-121-0/+14
* Add config settings for background update parameters (#11980)Shay2022-03-111-0/+32
* Implement a Jinja2 filter to extract localparts from email addresses (#12212)Brendan Abolivier2022-03-112-1/+9
* Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-112-4/+12
* Note that contributors can sign off privately (#12204)Andrew Morgan2022-03-111-0/+11
* Document that most streams can only have a single writer. (#12196)~creme2022-03-101-14/+17
* Remove workaround introduced in Synapse v1.50.0rc1 for Mjolnir compatibility....reivilibre2022-03-101-0/+8
* Updates to the Room DAG concepts development document (#12179)Richard van der Hoff2022-03-101-18/+53
* Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-091-0/+43
* Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-083-1/+44
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-043-7/+29
* Add suffices to scripts in scripts-dev (#12137)David Robertson2022-03-021-1/+1
* Enable complexity checking in complexity checking docs example (#11998)Andrew Morgan2022-03-021-9/+10
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-022-4/+4
* Add module callbacks called for reacting to deactivation status change and pr...Brendan Abolivier2022-03-011-0/+56
* Remove the unstable `/spaces` endpoint. (#12073)Patrick Cloke2022-02-281-2/+0
* Add documentation for missing worker types. (#11599)Patrick Cloke2022-02-231-14/+76
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Use room version 9 as the default room version (per MSC3589). (#12058)Patrick Cloke2022-02-221-1/+1
* Merge remote-tracking branch 'origin/master' into developErik Johnston2022-02-221-1/+1
|\
| * Recommend upgrading treq alongside twisted (#11943)Brendan Abolivier2022-02-091-1/+1
* | Document why auth providers aren't validated in the admin API. (#12004)Patrick Cloke2022-02-181-1/+2
* | Allow modules to set a display name on registration (#12009)Brendan Abolivier2022-02-171-4/+31
* | Remove support for the legacy structured logging configuration. (#12008)Patrick Cloke2022-02-172-8/+15
* | Explain the meaning of spam checker callbacks' return values (#12003)David Robertson2022-02-161-13/+27
* | Note when unstable MSC3283 prefixes will be removed (#11989)Andrew Morgan2022-02-141-1/+1
* | remove empty file, reword/rename newsfragment, and add line to upgrade docH. Shay2022-02-141-0/+1
* | Enable cache time-based expiry by default (#11849)Shay2022-02-112-4/+16
* | Remove deprecated user_may_create_room_with_invites callback (#11950)Brendan Abolivier2022-02-111-10/+19
* | Support the stable API endpoint for MSC3283: new settings in `/capabilities` ...Dirk Klimpel2022-02-111-0/+19
* | Basic documentation for the release cycle. (#11954)Patrick Cloke2022-02-102-0/+38
* | Fix example for structured logging. (#11946)Brad Jones2022-02-091-1/+1
* | Merge branch 'master' into developBrendan Abolivier2022-02-081-0/+12
|\|
| * Fix wordingBrendan Abolivier2022-02-081-6/+7
| * Add words about the Twisted security fix v1.52.0Brendan Abolivier2022-02-081-0/+11
* | Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-081-0/+19
* | Clarify that users' media are also preview images (#11862)Dirk Klimpel2022-02-042-1/+11
* | Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-043-2/+17
* | Delete MSC1711_certificates_FAQ.md (#11907)Richard van der Hoff2022-02-043-321/+2
* | Remove support for the webclient listener. (#11895)Patrick Cloke2022-02-031-0/+13
* | Fix typo: unpind -> unbind (#11859)Christian Paul2022-02-031-1/+1
* | Add a ratelimiter for 3pid invite (#11892)Brendan Abolivier2022-02-031-0/+7
|/
* Consolidate the `access_token` information in the admin api (#11861)Dirk Klimpel2022-01-319-95/+29
* Remove not needed old table of contents in documentation (#11860)Dirk Klimpel2022-01-313-53/+0
* Configurable limits on avatars (#11846)Brendan Abolivier2022-01-281-0/+14
* Fix some indentation inconsistencies in the sample config (modules) (#11838)Dirk Klimpel2022-01-271-5/+5
* Update installation docs to indicate that we support Python 3.10 (#11820)Shay2022-01-261-1/+1
* Add a module callback to set username at registration (#11790)Brendan Abolivier2022-01-261-0/+62
* Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743)Brendan Abolivier2022-01-261-0/+10
* Add admin API to get a list of federated rooms (#11658)Dirk Klimpel2022-01-251-0/+60
* Minor updates, and docs, for schema delta files (#11823)Richard van der Hoff2022-01-251-0/+54
* Docs: add missing PR submission process how-tos (#11821)Forest Johnson2022-01-251-1/+2
* Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-251-1/+39
* Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-241-1/+5