summary refs log tree commit diff
path: root/docs/workers.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keep pointing at packages.matrix.org for nowErik Johnston2023-12-131-3/+3
* Update documentation to refer to element-hq.Patrick Cloke2023-12-131-3/+3
* Add `/notifications` endpoint to workers (#16265)Erik Johnston2023-09-071-0/+1
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-0/+24
* Better clarify how to run a worker instance (pass both configs) (#15921)Eric Eastwood2023-07-111-2/+2
* Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-111-3/+6
* Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-101-20/+0
* Remove `worker_replication_*` deprecated settings, with helpful errors on sta...Jason Little2023-07-071-3/+0
* Federation outbound proxy (#15773)Eric Eastwood2023-07-051-0/+20
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-161-1/+0
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-111-12/+29
* Docs: Add Nginx loadbalancing example with sticky mxid for workers (#15411)Tatu Wikman2023-04-271-2/+64
* Load `/capabilities` endpoint on workers (#15436)Dirk Klimpel2023-04-141-0/+1
* Load `/directory/room/{roomAlias}` endpoint on workers (#15333)Dirk Klimpel2023-04-141-0/+1
* Load `/password_policy` endpoint on workers. (#15331)Dirk Klimpel2023-03-271-0/+1
* Load `/register/available` endpoint on workers (#15268)Jason Little2023-03-171-0/+1
* Add a missing endpoint to the workers documentation. (#15223)Patrick Cloke2023-03-081-0/+1
* Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-021-0/+1
* Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre2023-02-281-0/+1
* Document how to start Synapse with Poetry (#14892)ZAID BIN TARIQ2023-02-161-0/+11
* Add missing worker settings to shared configuration (#14748)Dirk Klimpel2023-01-091-5/+36
* Fix broken links in the Synapse documentation. (#14744)reivilibre2023-01-051-2/+2
* Update worker docs to update preferred settings for pusher and federation_sen...realtyem2022-12-021-0/+8
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-0/+2
* Fix version that `worker_main_http_uri` is redundant from (#14476)David Robertson2022-11-171-2/+2
* Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)realtyem2022-11-161-4/+3
* Add example on how to load balance /sync requests (#14297)aceArt-GmbH2022-11-071-3/+5
* Add workers settings to configuration manual (#14086)Dirk Klimpel2022-10-271-32/+68
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-0/+1
* Mark /relations endpoint as usable on workers. (#14028)Patrick Cloke2022-10-121-0/+1
* Add sample worker files for `pusher` and `federation_sender` (#14077)Dirk Klimpel2022-10-071-0/+12
* Add some cross references to worker documentation (#13974)Dirk Klimpel2022-09-301-15/+13
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-061-17/+5
* Remove documentation of legacy `frontend_proxy` worker app (#13645)Richard van der Hoff2022-08-301-41/+20
* Clarify documentation about replication traffic. (#13656)Patrick Cloke2022-08-301-1/+4
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-6/+0
* Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-261-3/+3
* 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-251-1/+1
* Add missing user directory search endpoint to the generic worker documentatio...Sami Olmari2022-05-191-0/+10
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-101-3/+23
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-0/+20
* Add some example configurations for worker (#12492)Dirk Klimpel2022-04-251-23/+22
* 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-141-6/+4
* Update broken link in `workers.md` (#12369)Shay2022-04-041-1/+1
* 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
* Document that most streams can only have a single writer. (#12196)~creme2022-03-101-14/+17
* 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
* Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-041-1/+1
* Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-2/+2
* Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-171-35/+35
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-8/+10
* Document that /spaces & /hierarchy can be routed to workers. (#10648)Patrick Cloke2021-09-081-0/+5
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+1
* Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only...Andrew Morgan2021-08-181-1/+3
* Allow /createRoom to be run on workers (#10564)Andrew Morgan2021-08-171-0/+1
* Docs: Use something other than the document name to describe a page (#10399)Andrew Morgan2021-07-151-3/+3
* Fix broken links in documentation (#10180)Dirk Klimpel2021-06-161-1/+1
* Move some more endpoints off master (#10084)Erik Johnston2021-05-271-0/+3
* docs: fallback/web endpoint does not appear to be mounted on workers (#9679)Ben Banfield-Zanin2021-03-241-2/+1
* Revert "Update workers.md"Richard van der Hoff2021-02-181-1/+1
* Update workers.mdRichard van der Hoff2021-02-171-1/+2
* Update workers.mdRichard van der Hoff2021-02-171-1/+1
* Document that pusher instances are shardable (#9407)Erik Johnston2021-02-161-1/+9
* Put SAML callback URI under /_synapse/client. (#9289)Richard van der Hoff2021-02-021-1/+1
* Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-011-1/+1
* Merge branch 'social_login' into developRichard van der Hoff2021-02-011-0/+1
|\
| * Collect terms consent from the user during SSO registration (#9276)Richard van der Hoff2021-02-011-0/+1
* | Merge branch 'social_login' into developRichard van der Hoff2021-02-011-8/+10
|\|
| * Fix SSO on workers (#9271)Richard van der Hoff2021-02-011-8/+10
* | Add a note to changelog about redis usage (#9227)Erik Johnston2021-01-271-1/+4
|/
* Quote pip install with brackets to avoid shell interpretation. (#9151)Patrick Cloke2021-01-181-1/+1
* link to the scalability blog post from workers.mdMatthew Hodgson2021-01-181-0/+3
* Register the /devices endpoint on workers. (#9092)Patrick Cloke2021-01-131-0/+1
* Allow redacting events on workers (#8994)Patrick Cloke2020-12-291-0/+1
* Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-041-1/+5
* Notes on SSO logins and media_repository worker (#8701)Marcus Schopen2020-11-061-0/+5
* Document how to set up multiple event persisters (#8706)Erik Johnston2020-11-031-0/+12
* grammarMatthew Hodgson2020-11-021-1/+1
* Fix typo in workers docAndrew Morgan2020-11-021-1/+1
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+17
* Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-301-0/+16
* Merge tag 'v1.20.0rc3' into developPatrick Cloke2020-09-111-1/+0
|\
| * Remove shared rooms info from upgrade/workers doc as it's still experimental ...Andrew Morgan2020-09-101-1/+0
* | Add /_synapse/client to the reverse proxy docs (#8227)Andrew Morgan2020-09-101-0/+1
|/
* Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-0/+1
* Fixup worker doc (again) (#8000)Erik Johnston2020-08-061-13/+41
* Update workers docs (#7990)Stuart Mumford2020-07-301-25/+34
* Fix typo in docs/workers.md (#7992)Erik Johnston2020-07-301-1/+1
* Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-213/+246
* Support running multiple media repos. (#7706)Erik Johnston2020-06-171-1/+6
* Documentation on setting up redis (#7446)Neil Johnson2020-05-111-60/+107
* Merge branch 'release-v1.12.4' into developRichard van der Hoff2020-04-221-0/+2
|\
| * Support GET account_data requests on a worker (#7311)Richard van der Hoff2020-04-211-0/+2
* | Make systemd-with-workers doc official (#7234)Richard van der Hoff2020-04-081-15/+33
|/
* Update routing of fallback auth in the worker docs. (#7048)Patrick Cloke2020-03-091-0/+1
* Fix worker docs to point `/publicised_groups` API correctly. (#6938)Erik Johnston2020-02-181-3/+4
* Add support for putting fed user query API on workers (#6873)Erik Johnston2020-02-071-0/+1
* Allow moving group read APIs to workers (#6866)Erik Johnston2020-02-071-0/+8
* Fix federation_reader listeners doc as per PR reviewJason Robinson2020-01-271-2/+12
* Clarifications to the workers documentationJason Robinson2020-01-241-0/+7
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-1/+3
* Document more supported endpoints for workers (#6698)Richard van der Hoff2020-01-131-0/+4
* Update workers.md to make media_repository work (again) (#6519)Mark Nowiasz2019-12-111-1/+13
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-0/+284