| Commit message (Expand) | Author | Age | Files | Lines |
* | Document how to start Synapse with Poetry (#14892) | ZAID BIN TARIQ | 2023-02-16 | 1 | -0/+11 |
* | Add missing worker settings to shared configuration (#14748) | Dirk Klimpel | 2023-01-09 | 1 | -5/+36 |
* | Fix broken links in the Synapse documentation. (#14744) | reivilibre | 2023-01-05 | 1 | -2/+2 |
* | Update worker docs to update preferred settings for pusher and federation_sen... | realtyem | 2022-12-02 | 1 | -0/+8 |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 1 | -0/+2 |
* | Fix version that `worker_main_http_uri` is redundant from (#14476) | David Robertson | 2022-11-17 | 1 | -2/+2 |
* | Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400) | realtyem | 2022-11-16 | 1 | -4/+3 |
* | Add example on how to load balance /sync requests (#14297) | aceArt-GmbH | 2022-11-07 | 1 | -3/+5 |
* | Add workers settings to configuration manual (#14086) | Dirk Klimpel | 2022-10-27 | 1 | -32/+68 |
* | Stabilize the threads API. (#14175) | Patrick Cloke | 2022-10-14 | 1 | -0/+1 |
* | Mark /relations endpoint as usable on workers. (#14028) | Patrick Cloke | 2022-10-12 | 1 | -0/+1 |
* | Add sample worker files for `pusher` and `federation_sender` (#14077) | Dirk Klimpel | 2022-10-07 | 1 | -0/+12 |
* | Add some cross references to worker documentation (#13974) | Dirk Klimpel | 2022-09-30 | 1 | -15/+13 |
* | Remove configuration options for direct TCP replication. (#13647) | Patrick Cloke | 2022-09-06 | 1 | -17/+5 |
* | Remove documentation of legacy `frontend_proxy` worker app (#13645) | Richard van der Hoff | 2022-08-30 | 1 | -41/+20 |
* | Clarify documentation about replication traffic. (#13656) | Patrick Cloke | 2022-08-30 | 1 | -1/+4 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 1 | -6/+0 |
* | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 1 | -3/+3 |
* | Add the `batch_send` endpoint to generic workers (#12868) | Nick Mills-Barrett | 2022-05-25 | 1 | -0/+1 |
* | Add the `/account/whoami` endpoint to generic workers (#12866) | Nick Mills-Barrett | 2022-05-25 | 1 | -0/+1 |
* | Fix incorrect worker-allowed path in documentation (#12867) | Nick Mills-Barrett | 2022-05-25 | 1 | -3/+0 |
* | Fix typos in documentation (#12863) | Dirk Klimpel | 2022-05-25 | 1 | -1/+1 |
* | Add missing user directory search endpoint to the generic worker documentatio... | Sami Olmari | 2022-05-19 | 1 | -0/+10 |
* | Add the `update_user_directory_from_worker` configuration option (superseding... | reivilibre | 2022-05-10 | 1 | -3/+23 |
* | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 2022-05-06 | 1 | -0/+20 |
* | Add some example configurations for worker (#12492) | Dirk Klimpel | 2022-04-25 | 1 | -23/+22 |
* | Update documentation to reflect that `run_background_tasks_on` is no longer e... | reivilibre | 2022-04-14 | 1 | -4/+4 |
* | Replace `federation_reader` with `generic_worker` in docs (#12457) | Dirk Klimpel | 2022-04-14 | 1 | -6/+4 |
* | Update broken link in `workers.md` (#12369) | Shay | 2022-04-04 | 1 | -1/+1 |
* | Remove mutual_rooms `update_user_directory` check, and add extra documentatio... | Jonathan de Jong | 2022-03-23 | 1 | -1/+10 |
* | Sync more worker regexes in the documentation. (#12243) | Patrick Cloke | 2022-03-18 | 1 | -16/+14 |
* | Document that most streams can only have a single writer. (#12196) | ~creme | 2022-03-10 | 1 | -14/+17 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -2/+0 |
* | Add documentation for missing worker types. (#11599) | Patrick Cloke | 2022-02-23 | 1 | -14/+76 |
* | Stabilise MSC3231 (Token Based Registration) (#11867) | Jonathan de Jong | 2022-02-04 | 1 | -1/+1 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 1 | -2/+2 |
* | Add support for `/_matrix/media/v3` APIs (#11371) | Aaron R | 2021-11-17 | 1 | -35/+35 |
* | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 2021-11-01 | 1 | -8/+10 |
* | Document that /spaces & /hierarchy can be routed to workers. (#10648) | Patrick Cloke | 2021-09-08 | 1 | -0/+5 |
* | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 1 | -0/+1 |
* | Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only... | Andrew Morgan | 2021-08-18 | 1 | -1/+3 |
* | Allow /createRoom to be run on workers (#10564) | Andrew Morgan | 2021-08-17 | 1 | -0/+1 |
* | Docs: Use something other than the document name to describe a page (#10399) | Andrew Morgan | 2021-07-15 | 1 | -3/+3 |
* | Fix broken links in documentation (#10180) | Dirk Klimpel | 2021-06-16 | 1 | -1/+1 |
* | Move some more endpoints off master (#10084) | Erik Johnston | 2021-05-27 | 1 | -0/+3 |
* | docs: fallback/web endpoint does not appear to be mounted on workers (#9679) | Ben Banfield-Zanin | 2021-03-24 | 1 | -2/+1 |
* | Revert "Update workers.md" | Richard van der Hoff | 2021-02-18 | 1 | -1/+1 |
* | 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 |
* | Document that pusher instances are shardable (#9407) | Erik Johnston | 2021-02-16 | 1 | -1/+9 |
* | Put SAML callback URI under /_synapse/client. (#9289) | Richard van der Hoff | 2021-02-02 | 1 | -1/+1 |
* | Put OIDC callback URI under /_synapse/client. (#9288) | Richard van der Hoff | 2021-02-01 | 1 | -1/+1 |
* | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 1 | -0/+1 |
|\ |
|
| * | Collect terms consent from the user during SSO registration (#9276) | Richard van der Hoff | 2021-02-01 | 1 | -0/+1 |
* | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 1 | -8/+10 |
|\| |
|
| * | Fix SSO on workers (#9271) | Richard van der Hoff | 2021-02-01 | 1 | -8/+10 |
* | | Add a note to changelog about redis usage (#9227) | Erik Johnston | 2021-01-27 | 1 | -1/+4 |
|/ |
|
* | Quote pip install with brackets to avoid shell interpretation. (#9151) | Patrick Cloke | 2021-01-18 | 1 | -1/+1 |
* | link to the scalability blog post from workers.md | Matthew Hodgson | 2021-01-18 | 1 | -0/+3 |
* | Register the /devices endpoint on workers. (#9092) | Patrick Cloke | 2021-01-13 | 1 | -0/+1 |
* | Allow redacting events on workers (#8994) | Patrick Cloke | 2020-12-29 | 1 | -0/+1 |
* | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 2020-12-04 | 1 | -1/+5 |
* | Notes on SSO logins and media_repository worker (#8701) | Marcus Schopen | 2020-11-06 | 1 | -0/+5 |
* | 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 |
* | Fix typo in workers doc | Andrew Morgan | 2020-11-02 | 1 | -1/+1 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -0/+17 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -0/+16 |
* | 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 | 1 | -0/+1 |
|/ |
|
* | Add /user/{user_id}/shared_rooms/ api (#7785) | Will Hunt | 2020-09-02 | 1 | -0/+1 |
* | Fixup worker doc (again) (#8000) | Erik Johnston | 2020-08-06 | 1 | -13/+41 |
* | 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 |
* | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 1 | -213/+246 |
* | Support running multiple media repos. (#7706) | Erik Johnston | 2020-06-17 | 1 | -1/+6 |
* | Documentation on setting up redis (#7446) | Neil Johnson | 2020-05-11 | 1 | -60/+107 |
* | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-22 | 1 | -0/+2 |
|\ |
|
| * | Support GET account_data requests on a worker (#7311) | Richard van der Hoff | 2020-04-21 | 1 | -0/+2 |
* | | Make systemd-with-workers doc official (#7234) | Richard van der Hoff | 2020-04-08 | 1 | -15/+33 |
|/ |
|
* | Update routing of fallback auth in the worker docs. (#7048) | Patrick Cloke | 2020-03-09 | 1 | -0/+1 |
* | Fix worker docs to point `/publicised_groups` API correctly. (#6938) | Erik Johnston | 2020-02-18 | 1 | -3/+4 |
* | Add support for putting fed user query API on workers (#6873) | Erik Johnston | 2020-02-07 | 1 | -0/+1 |
* | Allow moving group read APIs to workers (#6866) | Erik Johnston | 2020-02-07 | 1 | -0/+8 |
* | Fix federation_reader listeners doc as per PR review | Jason Robinson | 2020-01-27 | 1 | -2/+12 |
* | Clarifications to the workers documentation | Jason Robinson | 2020-01-24 | 1 | -0/+7 |
* | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-01-13 | 1 | -1/+3 |
* | Document more supported endpoints for workers (#6698) | Richard van der Hoff | 2020-01-13 | 1 | -0/+4 |
* | Update workers.md to make media_repository work (again) (#6519) | Mark Nowiasz | 2019-12-11 | 1 | -1/+13 |
* | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -0/+284 |