summary refs log tree commit diff
path: root/docs/SUMMARY.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation for cancellation of request processing (#12761)Sean Quah2022-05-181-0/+1
| | | | Signed-off-by: Sean Quah <seanq@matrix.org>
* Add a manual documenting config file options (#12368)Shay2022-04-181-0/+1
|
* Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-011-0/+1
| | | | Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-081-0/+1
| | | | | | | | | * 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.
* Basic documentation for the release cycle. (#11954)Patrick Cloke2022-02-101-0/+1
|
* Delete MSC1711_certificates_FAQ.md (#11907)Richard van der Hoff2022-02-041-2/+1
| | | This document isn't really relevant any more, and its existence is more confusing than helpful.
* Document the usage of refresh tokens. (#11427)reivilibre2021-12-081-0/+1
| | | Co-authored-by: David Robertson <davidr@element.io>
* Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-061-0/+1
|
* Port wiki pages to documentation website (#11402)Shay2021-12-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move wiki pages to synapse/docs and add a few titles where necessary * update SUMMARY.md with added pages * add changelog * move incorrectly located newsfragment * update changelog number * snake case added files and update summary.md accordingly * update issue/pr links * update relative links to docs * update changelog to indicate that we moved wiki pages to the docs and state reasoning * revert unintentional change to CHANGES.md * add link Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Update CHANGES.md Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Link background update controller docs to summary (#11475)Brendan Abolivier2021-12-011-0/+1
|
* Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298)Andrew Morgan2021-11-101-3/+3
|
* Add some background update admin APIs (#11263)Erik Johnston2021-11-081-0/+1
| | | Fixes #11259
* Port the Password Auth Providers module interface to the new generic ↵Azrenbeth2021-10-131-0/+1
| | | | | | interface (#10548) Co-authored-by: Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
* Add documentation for experimental feature flags. (#10865)Patrick Cloke2021-09-221-0/+1
|
* Improve the modules doc (#10758)Brendan Abolivier2021-09-081-5/+7
| | | | | | * Split up the documentation in several files rather than one huge one * Add examples for each callback category * Other niceties like fixing https://github.com/matrix-org/synapse/issues/10632 * Add titles to callbacks so they're easier to find in the navigation panels and link to
* Use attrs internally for the URL preview code & add documentation. (#10753)Patrick Cloke2021-09-071-1/+1
|
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+1
| | | | | Signed-off-by: Callum Brown <callum@calcuode.com> This is part of my GSoC project implementing [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).
* Merge branch 'release-v1.41' into developErik Johnston2021-08-181-0/+1
|\
| * Centralise the custom template directory (#10596)Brendan Abolivier2021-08-171-0/+1
| | | | | | Several configuration sections are using separate settings for custom template directories, which can be confusing. This PR adds a new top-level configuration for a custom template directory which is then used for every module. The only exception is the consent templates, since the consent template directory require a specific hierarchy, so it's probably better that it stays separate from everything else.
* | Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-171-2/+0
|/
* Add documentation for configuring a forward proxy. (#10443)Dirk Klimpel2021-08-051-0/+1
|
* Add developer documentation to explain room DAG concepts like `outliers` and ↵Eric Eastwood2021-08-031-0/+1
| | | | `state_groups` (#10464)
* Move dev/ docs to development/ (#10453)Eric Eastwood2021-07-221-3/+3
|
* Convert UPGRADE.rst to markdown (#10166)Andrew Morgan2021-06-231-1/+1
| | | | | | | | | 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.
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-1/+1
| | | This PR adds a common configuration section for all modules (see docs). These modules are then loaded at startup by the homeserver. Modules register their hooks and web resources using the new `register_[...]_callbacks` and `register_web_resource` methods of the module API.
* A guide to the request log lines format. (#8436)Michael Kaye2021-06-161-0/+1
| | | | | | | This doc is short but a useful guide to what the request log lines mean. Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Erik Johnston <erik@matrix.org> Co-authored-by: Daniele Sluijters <daenney@users.noreply.github.com>
* Support for database schema version ranges (#9933)Richard van der Hoff2021-06-111-1/+2
| | | This is essentially an implementation of the proposal made at https://hackmd.io/@richvdh/BJYXQMQHO, though the details have ended up looking slightly different.
* Compile and render Synapse's docs into a browsable, mobile-friendly and ↵Andrew Morgan2021-06-031-0/+87
searchable website (#10086)