- Feb 18, 2022
-
-
Patrick Cloke authored
Since it is reasonable to give a future or past auth provider, which might not be in the current configuration.
-
- Feb 04, 2022
-
-
Dirk Klimpel authored
-
- Feb 03, 2022
-
-
Christian Paul authored
Co-authored-by:
reivilibre <olivier@librepush.net>
-
- Jan 31, 2022
-
-
Dirk Klimpel authored
Co-authored-by:
reivilibre <olivier@librepush.net>
-
Dirk Klimpel authored
-
- Jan 24, 2022
-
-
reivilibre authored
Remove account data (including client config, push rules and ignored users) upon user deactivation. (#11621) Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Jan 21, 2022
-
-
Shay authored
* remove reference in comments to python3.6 * upgrade tox python env in script * bump python version in example for completeness * upgrade python version requirement in setup doc * upgrade necessary python version in __init__.py * upgrade python version in setup.py * newsfragment * drops refs to bionic and replace with focal * bump refs to postgres 9.6 to 10 * fix hanging ci * try installing tzdata first * revert change made in b979f336 * ignore new random mypy error while debugging other error * fix lint error for temporary workaround * revert change to install list * try passing env var * export debian frontend var? * move line and add comment * bump pillow dependency * bump lxml depenency * install libjpeg-dev for pillow * bump automat version to one compatible with py3.8 * add libwebp for pillow * bump twisted trunk python version * change suffix of newsfragment * remove redundant python 3.7 checks * lint
-
- Jan 14, 2022
-
-
Andrew Morgan authored
-
- Jan 05, 2022
-
-
Dirk Klimpel authored
Co-authored-by:
reivilibre <olivier@librepush.net>
-
- Nov 18, 2021
-
-
Dirk Klimpel authored
-
- Nov 16, 2021
-
-
Patrick Cloke authored
-
- Nov 12, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Nov 09, 2021
-
-
Stanislav Motylkov authored
-
David Robertson authored
Co-authored-by:
Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Nov 03, 2021
-
-
Andrew Morgan authored
-
- Nov 02, 2021
-
-
Dirk Klimpel authored
Fixes: #10874 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Nov 01, 2021
-
-
Dirk Klimpel authored
Remove deprecated delete room admin API, `POST /_synapse/admin/v1/rooms/<room_id>/delete`
-
Sumner Evans authored
* Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by:
Sumner Evans <me@sumnerevans.com>
-
- Oct 26, 2021
-
-
Jason Robinson authored
Users admin API can now also modify user type in addition to allowing it to be set on user creation. Signed-off-by:
Jason Robinson <jasonr@matrix.org> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- Oct 22, 2021
-
-
Dirk Klimpel authored
-
- Oct 20, 2021
-
-
Aaron R authored
-
- Sep 06, 2021
-
-
David Teller authored
-
- Aug 19, 2021
-
-
Dirk Klimpel authored
-
- Aug 17, 2021
-
-
Dirk Klimpel authored
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Will Hunt authored
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
-
- Aug 11, 2021
-
-
Dirk Klimpel authored
-
- Jul 22, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jul 15, 2021
-
-
Andrew Morgan authored
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
-
- Jul 07, 2021
-
-
Richard van der Hoff authored
* Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc
-
Dirk Klimpel authored
-
- Jul 01, 2021
-
-
Dirk Klimpel authored
Related to #10251
-
- Jun 16, 2021
-
-
Dirk Klimpel authored
* Fix broken links in documentation * newsfile
-
- Jun 03, 2021
-
-
Andrew Morgan authored
-
Andrew Morgan authored
So that they render nicely in mdbook (see #10086), and so that we no longer have a mix of structured text languages in our documentation (excluding files outside of `docs/`).
-
- Jun 02, 2021
-
-
Dirk Klimpel authored
Related to: #6681, #5956, #10040 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- May 27, 2021
-
-
Callum Brown authored
Implements MSC2414: https://github.com/matrix-org/matrix-doc/pull/2414 See #8551 Signed-off-by:
Callum Brown <callum@calcuode.com>
-
- May 26, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- May 24, 2021
-
-
Dirk Klimpel authored
-
- Apr 29, 2021
-
-
ThibF authored
Support the delete of a room through DELETE request and mark previous request as deprecated through documentation. Signed-off-by:
Thibault Ferrante <thibault.ferrante@pm.me>
-