summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/relations.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-251.26.0rc2Patrick Cloke7-6/+18
2021-01-22Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston3-1/+14
2021-01-22Fix state endpoint to be fasterTravis Ralston2-14/+15
2021-01-22Bump psycopg2 version (#9204)Erik Johnston3-3/+4
2021-01-21Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston3-1/+20
2021-01-21Fix receipts or account data not being sent down sync (#9193)Erik Johnston5-7/+62
2021-01-21Prefix idp_id with "oidc-" (#9189)Richard van der Hoff4-9/+35
2021-01-20Fix a typo in the release notes.Patrick Cloke1-1/+1
2021-01-20Fix reStructuredText formatting.Patrick Cloke1-1/+1
2021-01-20Point people to the upgrade notes. v1.26.0rc1Patrick Cloke1-0/+4
2021-01-20Formatting.Patrick Cloke1-1/+1
2021-01-20SQL formatting in UPGRADE.Patrick Cloke1-0/+4
2021-01-20Add upgrade notes about chain cover.Patrick Cloke1-8/+12
2021-01-20Include upgrade notes.Patrick Cloke1-0/+42
2021-01-20Re-run towncrier.Patrick Cloke4-4/+2
2021-01-20Tighten the restrictions on `idp_id` (#9177)Richard van der Hoff2-3/+10
2021-01-20Support icons for Identity Providers (#9154)Richard van der Hoff19-91/+146
2021-01-20Give `public_baseurl` a default value (#9159)Richard van der Hoff14-83/+48
2021-01-20Reword confusing sentence in CHANGES.Patrick Cloke1-1/+1
2021-01-20Fix tenses in CHANGES.Patrick Cloke1-5/+5
2021-01-20Re-arrange CHANGES.md.Patrick Cloke1-10/+10
2021-01-201.26.0rc1Patrick Cloke76-75/+83
2021-01-20Use the account handler in additional places. (#9166)Patrick Cloke3-2/+5
2021-01-19Get the right requester objectTravis Ralston1-2/