- May 16, 2023
-
-
Patrick Cloke authored
A bunch of comments and variables are out of date and use obsolete terms.
-
- May 15, 2023
-
-
villepeh authored
-
- May 11, 2023
-
-
Roel ter Maat authored
* Add SSL options to redis config * fix lint issues * Add documentation and changelog file * add missing . at the end of the changelog * Move client context factory to new file * Rename ssl to tls and fix typo * fix lint issues * Added when redis attributes were added
-
Jason Little authored
* Add master to the instance_map as part of Complement, have ReplicationEndpoint look at instance_map for master. * Fix typo in drive by. * Remove unnecessary worker_replication_* bits from unit tests and add master to instance_map(hopefully in the right place) * Several updates: 1. Switch from master to main for naming the main process in the instance_map. Add useful constants for easier adjustment of names in the future. 2. Add backwards compatibility for worker_replication_* to allow time to transition to new style. Make sure to prioritize declaring main directly on the instance_map. 3. Clean up old comments/commented out code. 4. Adjust unit tests to match with new code. 5. Adjust Complement setup infrastructure to only add main to the instance_map if workers are used and remove now unused options from the worker.yaml template. * Initial Docs upload * Changelog * Missed some commented out code that can go now * Remove TODO comment that no longer holds true. * Fix links in docs * More docs * Remove debug logging * Apply suggestions from code review Co-authored-by:
reivilibre <olivier@librepush.net> * Apply suggestions from code review Co-authored-by:
reivilibre <olivier@librepush.net> * Update version to latest, include completeish before/after examples in upgrade notes. * Fix up and docs too --------- Co-authored-by:
reivilibre <olivier@librepush.net>
-
- May 10, 2023
-
-
Reto Schneider authored
-
- May 09, 2023
-
-
Travis Ralston authored
This stops media (and thumbnails) from being accessed from the listed domains. It does not delete any already locally cached media, but will prevent accessing it. Note that admin APIs are unaffected by this change.
-
- May 05, 2023
-
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- May 03, 2023
-
-
Sean Quah authored
This is largely based off the stats and user directory updater code. Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- May 02, 2023
-
-
Shay authored
-
Erik Johnston authored
This is to discourage timing based profiling on the push gateways.
-
Sean Quah authored
-
- Apr 28, 2023
- Apr 27, 2023
-
-
Tatu Wikman authored
* Docs: Add Nginx loadbalancing example with sticky mxid for workers Add example nginx configuration snippet that * does load balancing for workers * respects mxid part of the token * from both url parameter and auth header * and handles since parameter Thanks to @olmari for pushing me to write this and testing the configs Signed-off-by:
Tatu Wikman <tatu.wikman@gmail.com> * Add changelog entry Signed-off-by:
Tatu Wikman <tatu.wikman@gmail.com> * Update codeblock formatter Co-authored-by:
Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> * Remove indirectly related nginx-config Signed-off-by:
Sami Olmari <sami@olmari.fi> * Proper definition of action how to target username for worker Signed-off-by:
Sami Olmari <sami@olmari.fi> * Change "nginx" to general "reverse proxy" as it's concept now. Signed-off-by:
Sami Olmari <sami@olmari.fi> * Wording in better English Co-authored-by:
Tatu Wikman <tatu.wikman@gmail.com> * rename changelog entry to have correct extension --------- Signed-off-by:
Tatu Wikman <tatu.wikman@gmail.com> Signed-off-by:
Sami Olmari <sami@olmari.fi> Co-authored-by:
Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Co-authored-by:
Sami Olmari <sami@olmari.fi> Co-authored-by:
Sami Olmari <sami+github@olmari.fi>
-
- Apr 26, 2023
-
-
Erik Johnston authored
-
- Apr 18, 2023
-
-
Andrew Morgan authored
Add a note to the config documentation that the 'delete_stale_devices_after' job always runs on the main process (#15452)
-
- Apr 14, 2023
-
-
Dirk Klimpel authored
-
Mathieu Velten authored
-
Dirk Klimpel authored
* Enable `directory` * move to worker store * newsfile * disable `ClientDirectoryListServer` and `ClientAppserviceDirectoryListServer` for workers
-
- Apr 04, 2023
-
-
David Robertson authored
* Note that Synapse 1.74 queued a user dir rebuild * Changelog
-
- Apr 03, 2023
-
-
Patrick Cloke authored
This uses the specced /_matrix/app/v1/... paths instead of the "legacy" paths. If the homeserver receives an error it will retry using the legacy path.
-
- Mar 30, 2023
-
-
Warren Bailey authored
Signed-off-by:
Warren Bailey <warren@warrenbailey.net>
-
Mathieu Velten authored
-
- Mar 29, 2023
-
-
Jayesh Nirve authored
* doc: fix account login requests ratelimit defaults typo Signed-off-by:
td <nirvejayesh@gmail.com> * chore: changelog.d file --------- Signed-off-by:
td <nirvejayesh@gmail.com>
-
- Mar 27, 2023
-
-
Dirk Klimpel authored
-
- Mar 21, 2023
-
-
Andrew Morgan authored
Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint return 404 if event exists, but the user lacks access (#15300)
-
reivilibre authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Mar 17, 2023
-
-
Jason Little authored
-
- Mar 08, 2023
-
-
Patrick Cloke authored
-
- Mar 02, 2023
-
-
Dirk Klimpel authored
-
- Feb 28, 2023
-
-
Patrick Cloke authored
-
reivilibre authored
-
Brendan Abolivier authored
* Add documentation for caching in a module * Changelog * Formatting * Wrap lines at a length that mdbook is happier with * Typo fix Co-authored-by:
Erik Johnston <erik@matrix.org> * Link to recent version of the API In the longer term I'd like to see us generate markdown with Sphinx. * Refer to public `cached` decorator * Mark caching as being added in 1.74 Some of the underlying infrastructure was added in 1.69, but the public-facing `cached` decorator was only added in 1.74. It is the latter that I think we should be advertising. * Update docs/modules/writing_a_module.md Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> --------- Co-authored-by:
David Robertson <davidr@element.io> Co-authored-by:
Erik Johnston <erik@matrix.org> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Dirk Klimpel authored
* Admin api to delete event report * lint + tests * newsfile * Apply suggestions from code review Co-authored-by:
David Robertson <david.m.robertson1@gmail.com> * revert changes - move to WorkerStore * update unit test * Note that timestamp is in millseconds --------- Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
Evan Krall authored
* Correct documentation about registration_shared_secret_path * Create 15168.doc * Update changelog.d/15168.doc --------- Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
- Feb 27, 2023
-
-
Andrew Morgan authored
-
- Feb 23, 2023
-
-
Centzilius authored
-
Dirk Klimpel authored
-
Fly authored
-