summary refs log tree commit diff
path: root/synapse/handlers/pagination.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-13fix unit testsNeil Johnson2-2/+4
2018-11-13wip - move support user logic into handler from storageNeil Johnson5-140/+120
2018-11-13remove unneeded sqlNeil Johnson1-18/+0
2018-11-13fix boolean typingNeil Johnson1-1/+1
2018-11-13remove errant printsNeil Johnson1-3/+2
2018-11-13implementation and tests for db backed support userNeil Johnson11-79/+129
2018-11-13add db support for support userNeil Johnson2-0/+38
2018-11-12move to db backed support userNeil Johnson5-14/+45
2018-11-08remove white spaceNeil Johnson1-1/+1
2018-11-08tiday up cruftNeil Johnson5-9/+5
2018-11-07fix case where auto creation of rooms should never auto create for support userNeil Johnson2-9/+32
2018-11-07replace filter with list comp to aid py2 py3 compat, make test more paranoidNeil Johnson2-5/+12
2018-11-06update description due to change in desired behaviourNeil Johnson1-1/+1
2018-11-06remove unused importNeil Johnson1-1/+0
2018-11-06remove unused dependencyNeil Johnson1-1/+0
2018-11-06replace is with ==Neil Johnson1-3/+3
2018-11-06fix misnamed varNeil Johnson1-4/+3
2018-11-06remove need to create support user in homeserverNeil Johnson3-24/+2
2018-11-05fix py2/3 incompatibilityNeil Johnson1-2/+2
2018-11-05remove unused variable localpartNeil Johnson1-1/+0
2018-11-06Tests for user consent resource (#4140)Amber Brown5-6/+140
2018-11-06Add some tests for the HTTP pusher (#4149)Amber Brown2-0/+160
2018-11-06 Add helpers for getting prev and auth events (#4139)Erik Johnston10-45/+62
2018-11-02