- Sep 03, 2022
-
-
Matthew Hodgson authored
-
- Aug 17, 2022
-
-
David Robertson authored
-
- May 04, 2022
-
-
Richard van der Hoff authored
Fixes a couple of formatting errors which were introduced in #12475.
-
- Apr 28, 2022
-
-
DeepBlueV7.X 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>
-
- Apr 19, 2022
-
-
Dirk Klimpel authored
* Fix a link in `README.rst` * newsfile
-
- Mar 08, 2022
-
-
Patrick Cloke authored
* Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
-
- Feb 10, 2022
-
-
Alexander Mnich authored
From when the documentation was converted from rst -> md.
-
- Oct 11, 2021
-
-
reivilibre authored
-
- Oct 06, 2021
-
-
Max Kratz authored
-
- Sep 29, 2021
-
-
Richard van der Hoff authored
Various updates to the install docs.
-
- Aug 31, 2021
-
-
David Robertson authored
Point to the book where possible, and use hyperlinks to github to refer to files not included in the book. Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Jul 09, 2021
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jul 08, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jun 28, 2021
-
-
Felix Kronlage-Dammers authored
-
- Jun 23, 2021
-
-
Andrew Morgan authored
This PR: * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory. * Updates the contents of UPGRADE.rst to point to the website instead. * Updates links around the codebase that point to UPGRADE.rst. `pandoc` + some manual editing was used to convert from RST to md.
-
- Jun 17, 2021
-
-
Brendan Abolivier authored
Fixes #9778 ACME v1 has been fully decommissioned for existing installs on June 1st 2021(see https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/27), so we can now safely remove it from Synapse.
-
- Jun 11, 2021
-
-
Eric Eastwood authored
-
- May 27, 2021
-
-
Denis Kasak authored
-
- Apr 06, 2021
-
-
Andrew Morgan authored
At the moment, if you'd like to share presence between local or remote users, those users must be sharing a room together. This isn't always the most convenient or useful situation though. This PR adds a module to Synapse that will allow deployments to set up extra logic on where presence updates should be routed. The module must implement two methods, `get_users_for_states` and `get_interested_users`. These methods are given presence updates or user IDs and must return information that Synapse will use to grant passing presence updates around. A method is additionally added to `ModuleApi` which allows triggering a set of users to receive the current, online presence information for all users they are considered interested in. This is the equivalent of that user receiving presence information during an initial sync. The goal of this module is to be fairly generic and useful for a variety of applications, with hard requirements being: * Sending state for a specific set or all known users to a defined set of local and remote users. * The ability to trigger an initial sync for specific users, so they receive all current state.
-
Erik Johnston authored
Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Mar 06, 2021
-
-
Leo Bärring authored
Update reverse proxy to add OpenBSD relayd example configuration. Signed-off-by:
Leo Bärring <leo.barring@protonmail.com>
-
- Jan 20, 2021
-
-
Patrick Cloke authored
-
- Jan 15, 2021
-
-
Eric Eastwood authored
-
- Jan 10, 2021
-
-
Matthew Hodgson authored
-
- Jan 04, 2021
-
-
Eric Eastwood authored
-
- Nov 13, 2020
-
-
chagai95 authored
Minor corrections and advice... Should help beginners.
-
- Oct 27, 2020
-
-
Dan Callahan authored
The test runner isn't present in the `[all]` set of extras, so the previous instructions did not work without also installing `[test]`. Note that this does not include the `[lint]` extras, since those do not install on all supported Python versions (specifically, isort 5.x requires Python 3.6, while we still support 3.5). Instructions for that are included in our pull request template, so we should be fine there. I've also dropped the `--no-use-pep517` arg to `pip install` since it seems to have been added to address a temporary regression in pip 19.1 which was fixed in pip 19.1.1 the following month. Lastly, updated the example output of the test suite to set more realistic expectations around run time. Signed-off-by:
Dan Callahan <danc@element.io>
-
- Oct 08, 2020
-
-
Mateusz Przybyłowicz authored
Added shields directing to synapse-dev room, showing license, latest version on PyPi and supported Python versions. I've moved substitution definitions to the bottom to improve readability. Signed-off-by:
Mateusz Przybyłowicz <uamfhq@gmail.com>
-
- Oct 07, 2020
-
-
Andrew Morgan authored
https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful...
-
- Jul 29, 2020
-
-
Aaron Raimist authored
-
- Jul 23, 2020
-
-
Michael Kaye authored
-
- Jul 08, 2020
-
-
Nicolai Søborg authored
* Change Caddy links Current links points to Caddy v1 which is deprecated. Signed-off-by:
Nicolai Søborg <git@xn--sb-lka.org>
-
- Jun 19, 2020
-
-
Jesse Riddle authored
-
- Jun 01, 2020
-
-
Andrew Morgan authored
Just in case people head straight to the troubleshooting section and find themselves at a dead end.
-
- May 01, 2020
-
-
Brendan Abolivier authored
Continuation of #7379 Adds a section in the README telling people to go to #synapse:matrix.org instead of using github issues. I'm not entirely sure about placing it above the install section but then people are likely to first seek support when installing (if something goes boom), and it's probably better to have it as high as possible anyway so people actually see it.
-
Brendan Abolivier authored
This PR moves the "support is in #synapse:matrix.org" in the bug report template outside of the comment as some people seem to ignore what's in the comments, and phrase it a bit more like the support request template. It also adds a default issue template that says the same thing. It's also adding a notice about the security disclosure to both the default template and the bug report one. It also adds a badge to the top of the README with an alt text saying about the same message if the badge doesn't load (e.g. if matrix.org is slow). Fixes #6826
-
- Feb 05, 2020
-
-
Patrick Cloke authored
-
- Dec 22, 2019
-
-
dopple authored
s/reverse_proxy.rst/reverse_proxy.md/
-