- Apr 26, 2024
-
-
devonh authored
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
-
Amanda H. L. de Andrade Katz authored
-
Amanda H. L. de Andrade Katz authored
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
-
- Mar 22, 2024
-
-
Mathieu Velten authored
-
- Mar 14, 2024
-
-
Andrew Morgan authored
-
- Feb 22, 2024
-
-
Twilight Sparkle authored
Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Jan 22, 2024
-
-
Shay authored
Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. (#16811) Prior to this PR, if a request to create a public (public as in published to the rooms directory) room violated the room list publication rules set in the [config](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#room_list_publication_rules), the request to create the room was denied and the room was not created. This PR changes the behavior such that when a request to create a room published to the directory violates room list publication rules, the room is still created but the room is not published to the directory.
-
- Jan 10, 2024
-
-
Andrew Morgan authored
-
- Jan 02, 2024
-
-
Christian Lölkes authored
Signed-off-by:
Christian Lölkes <christian.loelkes@gmail.com>
-
Fredrik Lanker authored
Signed-off-by:
Fredrik Lanker <fredrik@lanker.se>
-
- Dec 13, 2023
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 12, 2023
-
-
Zeeshan Rafiq authored
-
Mathieu Velten authored
-
Mathieu Velten authored
-
- Dec 07, 2023
-
-
Dirk Klimpel authored
-
- Dec 05, 2023
-
-
Amanda H. L. de Andrade Katz authored
-
- Dec 04, 2023
-
-
villepeh authored
-
Mathieu Velten authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Nov 15, 2023
-
-
Sumner Evans authored
Support asynchronous uploads as defined in MSC2246.
-
- Nov 13, 2023
-
-
David Robertson authored
-
- Nov 09, 2023
-
-
Patrick Cloke authored
-
- Oct 26, 2023
-
-
Patrick Cloke authored
This adds a module API which allows a module to update a user's presence state/status message. This is useful for controlling presence from an external system. To fully control presence from the module the presence.enabled config parameter gains a new state of "untracked" which disables internal tracking of presence changes via user actions, etc. Only updates from the module will be persisted and sent down sync properly).
-
- Oct 24, 2023
-
-
David Robertson authored
-
- Oct 12, 2023
-
-
Laurence Gill authored
-
- Oct 03, 2023
-
-
Erik Johnston authored
-
- Sep 28, 2023
-
-
Patrick Cloke authored
There are no known bugs in the message retention code, but it is possible that there still exists race conditions. Additional fixes will be made as reported.
-
- Sep 19, 2023
-
-
Jan Christian Grünhage authored
-
- Sep 15, 2023
-
-
Mathieu Velten authored
Also add restore of purge/shutdown rooms after a synapse restart. Co-authored-by:
Eric Eastwood <erice@matrix.org> Co-authored-by:
Erik Johnston <erikj@matrix.org>
-
- Sep 08, 2023
-
-
Patrick Cloke authored
-
- Sep 06, 2023
-
-
Aurélien Grimpard authored
Similar to OIDC, CAS providers can now disable registration such that only existing users are able to login via SSO.
-
reivilibre authored
Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration options that refer to numbers of bytes. (#16219) * Add more suffixes to `parse_size` * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Aug 25, 2023
-
-
Will Hunt authored
-
- Aug 24, 2023
-
-
Shay authored
-
Aurélien Grimpard authored
-
- Aug 21, 2023
-
-
Maximilian Bosch authored
-
- Aug 11, 2023
-
-
Gabriel Rodríguez authored
-
- Aug 10, 2023
-
-
Mathieu Velten authored
-
- Aug 03, 2023
-
-
Shay authored
Move support for application service query parameter authorization behind a configuration option (#16017)
-