Commit Graph

135 Commits (883ff92a7fe2c81639a521470854b198845aff0f)

Author SHA1 Message Date
Richard van der Hoff 12f3b9000c fix imports 8 years ago
Richard van der Hoff aa09d6b8f0 Rip out more refresh_token code 8 years ago
Erik Johnston 524d61bf7e Fix tests 8 years ago
Patrik Oldsberg 9bfc617791 storage/appservice: make appservice methods only relying on the cache synchronous 8 years ago
Erik Johnston 850b103b36 Implement pluggable password auth 8 years ago
Erik Johnston 93b32d4515 Fix unit tests 8 years ago
Erik Johnston 45fd2c8942 Ensure invalidation list does not grow unboundedly 8 years ago
Erik Johnston c0d7d9d642 Rename to on_invalidate 8 years ago
Erik Johnston dc76a3e909 Make cache_context an explicit option 8 years ago
Erik Johnston ba214a5e32 Remove lru option 8 years ago
Erik Johnston 4161ff2fc4 Add concept of cache contexts 8 years ago
Richard van der Hoff 98385888b8 PEP8 8 years ago
Richard van der Hoff 68264d7404 Include device name in /keys/query response 8 years ago
Mark Haines 0a7d3cd00f Create separate methods for getting messages to push 8 years ago
Richard van der Hoff 8e02494166 Delete refresh tokens when deleting devices 8 years ago
Richard van der Hoff 012b4c1913 Implement updating devices 8 years ago
Richard van der Hoff 42f4feb2b7 PEP8 8 years ago
Richard van der Hoff 465117d7ca Fix background_update tests 8 years ago
Richard van der Hoff 40a1c96617 Fix PEP8 errors 8 years ago
Richard van der Hoff bc8f265f0a GET /devices endpoint 8 years ago
Richard van der Hoff f863a52cea Add device_id support to /login 8 years ago
Erik Johnston a98d215204 Add filter param to /messages API 8 years ago
Erik Johnston 84379062f9 Fix AS retries, but with correct ordering 9 years ago
Erik Johnston 310197bab5 Fix AS retries 9 years ago
Erik Johnston 05e01f21d7 Remove event fetching from DB threads 9 years ago
Mark Haines 816df9f267 get_room_members is unused now 9 years ago
Mark Haines 7e2f971c08 Remove some unused functions (#711) 9 years ago
Erik Johnston 8aab9d87fa Don't require config to create database 9 years ago
Mark Haines 673c96ce97 Remove dead code left over from presence changes 9 years ago
Erik Johnston ce2cdced61 Move cache size fiddling to descriptors only. Fix tests 9 years ago
Mark Haines 700487a7c7 Fix flake8 warnings for tests 9 years ago
Erik Johnston 9da9826b85 Remove old tests. 9 years ago
Daniel Wagner-Hall 763360594d Mark AS users with their AS's ID 9 years ago
Erik Johnston f8aae79a72 Simplify get_rooms 9 years ago
Erik Johnston 0487c9441f Fix tests 9 years ago
David Baker d552861346 Revert all the bits changing keys of eeverything that used LRUCaches to tuples 9 years ago
David Baker f1f8122120 Change LRUCache to be tree-based so we can delete subtrees. 9 years ago
Daniel Wagner-Hall 2680043bc6 Require ID and as_token be unique for ASs 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
David Baker 0e48f7f245 fix tests 9 years ago
Oleg Girko 4013216fcc Fix mock import in tests. 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
Daniel Wagner-Hall 771ca56c88 Remove more unused parameters 9 years ago
Mark Haines 1ee3d26432 synapse/storage/_base.py:_simple_selectupdate_one was unused 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 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