- Sep 08, 2023
-
-
Patrick Cloke authored
-
- Aug 24, 2023
-
-
Amirreza Aflakparast authored
-
- Aug 07, 2023
-
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Jul 11, 2023
-
-
Jason Little authored
Unix socket support for `federation` and `client` Listeners has existed now for a little while(since [1.81.0](https://github.com/matrix-org/synapse/pull/15353) ), but there was one last hold out before it could be complete: HTTP Replication communication. This should finish it up. The Listeners would have always worked, but would have had no way to be talked to/at. --------- Co-authored-by:
Eric Eastwood <madlittlemods@gmail.com> Co-authored-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by:
Eric Eastwood <erice@element.io>
-
- Jul 10, 2023
-
-
Shay authored
-
- Jun 21, 2023
-
-
Erik Johnston authored
Fixes #15756
-
- May 30, 2023
-
-
David Robertson authored
* Ditch dependabot changelog workflow * Summarise dependabot commits in release script * Changelog * Update scripts-dev/release.py
-
- May 26, 2023
-
-
Grant McLean authored
Fix #15667 - Reiterate the importance of getting Rust installed and set up before attempting to install the Python dependencies. - Mention the importance of confirming that `poetry install` completed successfully and include a typical error that the user might see if it did not. - Expand on "Now edit homeserver.yaml" to give examples of things likely to need changing and to link to the relevant sections of the Synapse server documentation.
-
- May 05, 2023
-
-
Andrew Morgan authored
-
- Apr 28, 2023
-
-
Shay authored
-
- Feb 08, 2023
-
-
Andy Balaam authored
* Document how to run Synapse * Changelog for 15022 * Update docs/development/contributing_guide.md
-
- Feb 01, 2023
-
-
realtyem authored
Signed-off-by:
Jason Little <realtyem@gmail.com>
-
- Jan 30, 2023
-
-
David Robertson authored
Co-authored-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by:
Shay <hillerys@element.io>
-
- Jan 25, 2023
-
-
Patrick Cloke authored
-
- Jan 17, 2023
-
-
David Robertson authored
* Upgrade to new lockfile format Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write. Cheat sheet: ``` poetry --version poetry show > scratch/before pipx upgrade poetry poetry --version poetry show > scratch/after diff scratch{before,after} && echo "no change!" ``` * Use Poetry 1.3.2 when reading or writing lockfile * Remove unneeded(?) poetry dep for cibuildwheel * Update docs * Remove redundant call to setup-python * Remove outdated comments related to Poetry 1.x * Remove outdated docs line was fixed in #13082 * Minor improvements to poetry cheat sheet * Invoke setup-python-poetry with explicit version Not sure about this. It's hardcoding versions everywhere. * Changelog * Check the lockfile is version 2.0 Might one day incorporate other checks like #14742 * Typo fixes, thanks Sean Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
- Jan 09, 2023
-
-
Dirk Klimpel authored
* Update link to towncrier in contribution guide * newsfile
-
- Jan 05, 2023
-
-
reivilibre authored
* Fix stale external links * Fix some internal links * Fix URLs without trailing / where needed * Fix more links * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Reapply docs/openid.md fix after conflict Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Dec 20, 2022
-
-
Mathieu Velten authored
Fixes #14704. Signed-off-by:
Mathieu Velten <mathieuv@matrix.org>
-
- Nov 08, 2022
-
-
realtyem authored
* Expose getting SYNAPSE_WORKER_TYPES from external, allowing override of workers requested. * Add WORKER_TYPES variable option to complement.sh script that passes requested workers into start_for_complement.sh entrypoint. * Update docs to reflect this new ability. * Changelog * Don't rely on soft wrapping to format long strings Good idea dklimpel. Thanks for catching that. Co-authored-by:
Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> * Small nits just noticed in docs. * Fixup new line in docs. Co-authored-by:
Dirk Klimpel <5740567+dklimpel@users.noreply.github.com>
-
- Oct 11, 2022
-
-
David Robertson authored
-
- Oct 06, 2022
-
-
Andre Klärner authored
-
- Sep 28, 2022
-
-
Ashish Kumar authored
-
- Sep 27, 2022
-
-
Eric Eastwood authored
* Emphasize the right reasons to use (room_id, event_id) Follow-up to: - https://github.com/matrix-org/synapse/pull/13701 - https://github.com/matrix-org/synapse/pull/13771
-
- Sep 15, 2022
-
-
Eric Eastwood authored
`matrix_synapse.egg-info/` Mentioned at https://matrix.to/#/!vcyiEtMVHIhWXcJAfl:sw1v.org/$aKy_IjrKwb70aTVZWeW_6zt0k7OIZ1YkyZpkP9uiRaM?via=matrix.org&via=element.io&via=beeper.com and many other places.
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
- Sep 02, 2022
-
-
Eric Eastwood authored
Summarized from @richvdh's reply at https://github.com/matrix-org/synapse/pull/13589#discussion_r961116999
-
Erik Johnston authored
-
- Jul 15, 2022
-
-
David Robertson authored
-
- Jul 12, 2022
-
-
Patrick Cloke authored
Inline URL preview documentation near the implementation.
-
Shay authored
Cross-link doc pages for easier navigation.
-
- Jul 06, 2022
-
-
Patrick Cloke authored
-
- Jul 05, 2022
-
-
reivilibre authored
Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` environment when using `complement.sh`. (#13152)
-
- Jun 16, 2022
-
-
reivilibre authored
-
- Jun 08, 2022
-
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- May 24, 2022
-
-
Richard van der Hoff authored
-
- May 18, 2022
-
-
Patrick Cloke authored
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- May 17, 2022
-
-
David Robertson authored
Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
- May 09, 2022
-
-
Eric Eastwood authored
-
- Apr 20, 2022
-
-
David Robertson authored
* Recommend poetry in docs - readme - contributor guide - upgrade notes - new dev cheat sheet for poetry Co-authored-by:
Shay <hillerys@element.io> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-