summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-22Fixed a bug with reactivating users with the admin API (#8362)Dirk Klimpel3-1/+16
2020-09-22Admin API for reported events (#8217)Dirk Klimpel6-0/+697
2020-09-22Fix wording of deprecation notice in changelog v1.20.0 release-v1.20.0Andrew Morgan1-5/+4
2020-09-22Deprecation warning for synapse admin api being accessible under /_matrixAndrew Morgan1-1/+13
2020-09-221.20.0Andrew Morgan3-3/+13
2020-09-22Create function to check for long names in devices (#8364)Dionysis Grigoropoulos4-7/+38
2020-09-21Add a comment re #1691Richard van der Hoff1-1/+5
2020-09-18Fix a bad merge from release-v1.20.0. (#8354)Patrick Cloke2-1/+2
2020-09-18Add a note about including the changes from 1.19.3. v1.20.0rc5Patrick Cloke1-0/+2
2020-09-18Tweak wording in the changelog.Patrick Cloke1-2/+2
2020-09-181.20.0rc5Patrick Cloke6-5/+23
2020-09-18Admin API for querying rooms where a user is a member (#8306)Dirk Klimpel5-2/+160
2020-09-181.19.3 v1.19.3 release-v1.19.3Andrew Morgan4-2/+16
2020-09-18Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre10-5/+218
2020-09-18Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke133-281/+272
2020-09-18Allow appservice users to /login (#8320)Will Hunt3-11/+173
2020-09-18Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350)Andrew Morgan2-5/+4
2020-09-18Intelligently select extremities used in backfill. (#8349)Erik Johnston4-20/+67
2020-09-18Update test logging to be able to accept braces (#8335)Jonathan de Jong2-2/+2
2020-09-18Add flags to /versions about whether new rooms are encrypted by default. (#8343)Patrick Cloke2-0/+20
2020-09-18