Commit Graph

551 Commits (f9d3665c8841335cd70325dd758b4193c462ca60)

Author SHA1 Message Date
Daniel Wagner-Hall 2110e35fd6 Introduce a Requester object 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
David Baker 0e48f7f245 fix tests 9 years ago
Daniel Wagner-Hall cfd07aafff Allow guests to upgrade their accounts 9 years ago
David Baker 92a1e74b20 fix tests 9 years ago
Mark Haines 7fa71e3267 Add a unit test for the snapshot cache 9 years ago
David Baker d79e90f078 Add mocks to make tests work again 9 years ago
Oleg Girko 4013216fcc Fix mock import in tests. 9 years ago
Daniel Wagner-Hall 14d7acfad4 Host /unstable and /r0 versions of r0 APIs 9 years ago
Mark Haines 7b593af7e1 rename the method in the tests as well 9 years ago
Erik Johnston bd3de8f39a Update tests 9 years ago
Daniel Wagner-Hall 468a2ed4ec Return non-room events from guest /events calls 9 years ago
Richard van der Hoff 78f6010207 Fix an issue with ignoring power_level changes on divergent graphs 9 years ago
Daniel Wagner-Hall cf437900e0 Return world_readable and guest_can_join in /publicRooms 9 years ago
Mark Haines 36c58b18a3 Test for background updates 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 c452dabc3d Remove the LockManager class because it wasn't being used 9 years ago
Daniel Wagner-Hall 771ca56c88 Remove more unused parameters 9 years ago
Mark Haines fb46937413 Support clients supplying older tokens, fix short poll test 9 years ago
Richard van der Hoff f69a5c9134 Fix a 500 error resulting from empty room_ids 9 years ago
Erik Johnston 45cd2b0233 Refactor api.filtering to have a Filter API 9 years ago
Daniel Wagner-Hall 137fafce4e Allow rejecting invites 9 years ago
Paul "LeoNerd" Evans 9ed784098a Invoke EventBuilder directly instead of going via the EventBuilderFactory 9 years ago
Paul "LeoNerd" Evans 531e3aa75e Capture __init__.py 9 years ago
Paul "LeoNerd" Evans a8795c9644 Use assertIn() instead of assertTrue on the 'in' operator 9 years ago
Paul "LeoNerd" Evans 07b58a431f Another signing test vector using an 'm.room.message' with content, so that the implementation will have to redact it 9 years ago
Paul "LeoNerd" Evans 0aab34004b Initial minimial hack at a test of event hashing and signing 9 years ago
Paul "LeoNerd" Evans aff4d850bd Add some unit tests of prune_events() 9 years ago
Mark Haines 8897781558 update filtering tests 9 years ago
Erik Johnston 17c80c8a3d rename schema_prepare to prepare_database 9 years ago
Erik Johnston ec398af41c Expose error more nicely 9 years ago
Mark Haines 586beb8318 Update the filters to match the latest spec. 9 years ago
Mark Haines 1ee3d26432 synapse/storage/_base.py:_simple_selectupdate_one was unused 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
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 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
Erik Johnston b345853918 Check against sender rather than event_id 9 years ago
Erik Johnston 00149c063b Fix tests 9 years ago
Daniel Wagner-Hall e255c2c32f s/user_id/user/g for consistency 9 years ago
Daniel Wagner-Hall 3063383547 Swap out bcrypt for md5 in tests 9 years ago
Daniel Wagner-Hall 81450fded8 Turn TODO into thing which actually will fail 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 cecbd636e9 /tokenrefresh POST endpoint 9 years ago
Daniel Wagner-Hall 13a6517d89 s/by_token/by_access_token/g 9 years ago
Daniel Wagner-Hall 617501dd2a Move token generation to auth handler 9 years ago