summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-10Squash into and use everywhereAndrew Morgan1-5/+5
2021-12-10Update reset device list mock before starting testsAndrew Morgan1-0/+3
2021-12-10Squash into "and use everywhere"Andrew Morgan1-1/+2
2021-12-10Squash into "and use everywhere"Andrew Morgan1-1/+0
2021-12-09squash into 'and use everywhere'Andrew Morgan1-3/+3
2021-12-09squash into move DeviceLists commitAndrew Morgan1-0/+1
2021-12-09squash into 'and use everywhere'Andrew Morgan9-18/+18
2021-12-09Support sending device lists everywhere; needs cleaning upAndrew Morgan6-41/+121
2021-12-09Squash into "and use everywhere"Andrew Morgan1-1/+2
2021-12-09fix tests for device listsAndrew Morgan4-29/+79
2021-12-09Create ApplicationService.is_interested_in_user, and use everywhereAndrew Morgan1-0/+25
2021-12-09Switch DeviceLists to containing Sets, as we'll need a type that we can ↵Andrew Morgan2-5/+9
delete items from
2021-12-09Update tests to enable experimental featuresOlivier Wilkinson (reivilibre)1-0/+3
2021-12-09Add an experimental flag to control device masqueradingOlivier Wilkinson (reivilibre)2-1/+9
2021-12-09Add a pair of tests for the ?device_id parameter for AS device masqueradingOlivier Wilkinson (reivilibre)1-0/+61
2021-12-09Switch to the 400 M_EXCLUSIVE error code for non-existent device IDsOlivier Wilkinson (reivilibre)1-1/+4
This is as a result of a discussion on the MSC
2021-12-08Move DeviceLists type to synapse.typesAndrew Morgan2-26/+18
Such that we can use it elsewhere.
2021-12-08Fix up database method to grab device list changes - bit dirtyAndrew Morgan1-12/+19
2021-12-08Add device_list as one of the supported streams set_typeAndrew Morgan1-1