Commit Graph

761 Commits (084afbb6a06f2661bed503bf49b0291ce999c6c1)

Author SHA1 Message Date
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
Daniel Wagner-Hall 70e265e695 Re-add whitespace around caveat operators 9 years ago
Daniel Wagner-Hall ce832c38d4 Remove padding space around caveat operators 9 years ago
Daniel Wagner-Hall 42e858daeb Fix units in test 9 years ago
Daniel Wagner-Hall 3e6fdfda00 Fix some formatting to use tuples 9 years ago
Daniel Wagner-Hall 2d3462714e Issue macaroons as opaque auth tokens 9 years ago
Erik Johnston 2df8dd9b37 Move all the caches into their own package, synapse.util.caches 9 years ago
Daniel Wagner-Hall 4ff0228c25 Remove call to recently removed function in mock 9 years ago
Daniel Wagner-Hall dcd5983fe4 Remove call to recently removed function in mock 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
Erik Johnston 7eea3e356f Make @cached cache deferreds rather than the deferreds' values 9 years ago
Erik Johnston 07507643cb Use dictionary cache to do group -> state fetching 9 years ago
Erik Johnston c67ba143fa Move DictionaryCache 9 years ago
Erik Johnston e7768e77f5 Add basic dictionary cache 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 bd1236c0ee Consolidate duplicate code in notifier 10 years ago
Erik Johnston ddf7979531 Add receipts_key to StreamToken 10 years ago
Kegan Dougal d88e20cdb9 Fix bug where synapse was sending AS user queries incorrectly. 10 years ago
Erik Johnston 261ccd7f5f Fix tests 10 years ago
Erik Johnston 55bf90b9e4 Don't needlessly compute prev_state 10 years ago
Erik Johnston 1c3d844e73 Don't needlessly compute context 10 years ago
Erik Johnston d8866d7277 Caches should be bound to instances. 10 years ago
Mark Haines 17167898c8 Fix the presence tests 10 years ago
Mark Haines f43544eecc Make the appservice use 'users_in_room' rather than get_room_members since it is cached 10 years ago
Mark Haines 88f1ea36ce Oops, get_rooms_for_user returns a namedtuple, not a room_id 10 years ago