summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-16Add auth events as per spec. (#6556)Erik Johnston1-67/+34
2019-12-16Add option to allow profile queries without sharing a room (#6523)Will Hunt5-1/+28
2019-12-16Exclude rejected state events when calculating state at backwards extrems (#6...Richard van der Hoff2-1/+2
2019-12-16Persist auth/state events at backwards extremities when we fetch them (#6526)Richard van der Hoff3-169/+83
2019-12-16Automatically delete empty groups/communities (#6453)Werner Sembach4-0/+38
2019-12-13Document Shutdown Room admin API (#6541)Andrew Morgan2-0/+73
2019-12-13sanity-checking for events used in state res (#6531)Richard van der Hoff6-43/+128
2019-12-13Sanity-check room ids in event auth (#6530)Richard van der Hoff2-0/+14
2019-12-13More rewording of changelog. v1.7.0 release-v1.7.0Erik Johnston1-1/+1
2019-12-13Reword changelogErik Johnston1-2/+2
2019-12-13Add deprecation notesErik Johnston1-1/+7
2019-12-13