summary refs log tree commit diff
path: root/tests/handlers/test_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-4/+10
* Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan2020-05-061-5/+8
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-2/+2
* Port SyncHandler to async/awaitErik Johnston2019-12-051-17/+16
* rename error codeNeil Johnson2018-08-181-2/+2
* add new error type ResourceLimitNeil Johnson2018-08-161-3/+3
* update error codesNeil Johnson2018-08-151-2/+2
* fix setup_test_homeserver to be postgres compatibleNeil Johnson2018-08-141-1/+1
* fix importsNeil Johnson2018-08-091-1/+1
* only block on sync where user is not part of the mau cohortNeil Johnson2018-08-091-9/+31
* block sync if auth checks failNeil Johnson2018-08-091-6/+13
* sync auth blockingNeil Johnson2018-08-081-0/+42