Commit Graph

133 Commits (95481e7ba70fd5745c409ef285ed6bd0def81426)

Author SHA1 Message Date
Mark Haines 700487a7c7 Fix flake8 warnings for tests 9 years ago
Erik Johnston 9da9826b85 Remove old tests. 9 years ago
Daniel Wagner-Hall 5054806ec1 Rename config field to reflect yaml name 9 years ago
Erik Johnston 4e7948b47a Allow paginating backwards from stream token 9 years ago
Richard van der Hoff 5cba88ea7c Make it possible to paginate forwards from stream tokens 9 years ago
Erik Johnston 9959d9ece8 Remove redundated BaseHomeServer 9 years ago
Daniel Wagner-Hall 2110e35fd6 Introduce a Requester object 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Daniel Wagner-Hall 468a2ed4ec Return non-room events from guest /events calls 9 years ago
Richard van der Hoff 9107ed23b7 Add a couple of unit tests for room/<x>/messages 9 years ago
Daniel Wagner-Hall ca2f90742d Open up /events to anonymous users for room events only 9 years ago
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id= 9 years ago
Mark Haines fb46937413 Support clients supplying older tokens, fix short poll test 9 years ago
Daniel Wagner-Hall 137fafce4e Allow rejecting invites 9 years ago
Mark Haines bb4dddd6c4 Move NullSource out of synapse and into tests since it is only used by the tests 9 years ago
Mark Haines e2054ce21a Allow users to GET individual state events for rooms that they have left 9 years ago
Mark Haines bc8b25eb56 Allow users that have left the room to view the member list from the point they left 9 years ago
Daniel Wagner-Hall e255c2c32f s/user_id/user/g for consistency 9 years ago
Daniel Wagner-Hall 6a4b650d8a Attempt to validate macaroons 9 years ago
Daniel Wagner-Hall a9d8bd95e7 Stop looking up "admin", which we never read 9 years ago
Daniel Wagner-Hall a0b181bd17 Remove completely unused concepts from codebase 9 years ago
Daniel Wagner-Hall 13a6517d89 s/by_token/by_access_token/g 9 years ago
David Baker 07ad03d5df Fix tests 9 years ago
Kegan Dougal 11b0a34074 Use the same reg paths as register v1 for ASes. 9 years ago
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests. 9 years ago
Erik Johnston f0dd6d4cbd Fix test. 10 years ago
Erik Johnston ddf7979531 Add receipts_key to StreamToken 10 years ago
Mark Haines 17167898c8 Fix the presence tests 10 years ago
Mark Haines 88f1ea36ce Oops, get_rooms_for_user returns a namedtuple, not a room_id 10 years ago
Mark Haines 8eca5bd50a Fix the presence tests 10 years ago
Mark Haines f1b83d88a3 Discard unused NotifierUserStreams 10 years ago
Mark Haines 63878c0379 Don't bother checking for updates if the stream token hasn't advanced for a user 10 years ago
Paul "LeoNerd" Evans 04c7f3576e Various minor fixes to unit-test structure around typing notifications 10 years ago
Paul "LeoNerd" Evans 0268d40281 Have TypingNotificationEventSource.get_new_events_for_user() return a deferred, for consistency and extensibility 10 years ago
Erik Johnston 9236136f3a Make work in both Maria and SQLite. Fix tests 10 years ago
David Baker ce2766d19c Fix tests 10 years ago
Erik Johnston 6d74e46621 Fix tests 10 years ago
Kegan Dougal 0ebd632d39 Fix unit tests 10 years ago
Erik Johnston 5f4c28d313 Update tests 10 years ago
Mark Haines 896253e085 Factor out some of the common homeserver setup code into a 10 years ago
Kegan Dougal 5a7dd05818 Modify auth.get_user_by_req for authing appservices directly. 10 years ago
Mark Haines 33391db5f8 Merge in auth changes from develop 10 years ago
Mark Haines 388581e087 Extract the id token of the token when authing users, include the token and device_id in the internal meta data for the event along with the transaction id when sending events 10 years ago
Mark Haines c59bcabf0b Return the device_id from get_auth_by_req 10 years ago
Paul "LeoNerd" Evans 0c14a699bb More unit-testing of REST errors 10 years ago
Paul "LeoNerd" Evans 54e513b4e6 Move storage of user filters into real datastore layer; now have to mock it out in the REST-level tests 10 years ago
Paul "LeoNerd" Evans f9958f3404 Use new V2AlphaRestTestCase 10 years ago
Paul "LeoNerd" Evans 57d2bfca3f Initial cut of a shared base class for REST unit tests 10 years ago
Paul "LeoNerd" Evans 39c1892b22 Minor changes to v2_alpha filter REST test to allow the setUp method to be shareable 10 years ago
Paul "LeoNerd" Evans 37b8a71f10 Initial trivial REST test of v2_alpha filter API 10 years ago