Commit Graph

2764 Commits (745b72660acd6760334b7be51ad2d91eef2e0257)

Author SHA1 Message Date
Erik Johnston 1f7642efa9 Fix bug where we didn't correctly serialize the redacted_because key over federation 9 years ago
Erik Johnston 3e9ee62db0 Add missing param in store.get_state_groups invocation 9 years ago
David Baker 21b71b6d7c Return fully qualified user_id as per spec 9 years ago
Daniel Wagner-Hall c7788685b0 Fix bad merge 9 years ago
Daniel Wagner-Hall 8c74bd8960 Fix indentation 9 years ago
Daniel Wagner-Hall ea570ffaeb Fix flake8 warnings 9 years ago
Daniel Wagner-Hall 225c244aba Remove incorrect whitespace 9 years ago
Daniel Wagner-Hall f90ea3dc73 Correct pynacl version to 0.3.0 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
David Baker f764f92647 Remove spurious extra arg to set_password 9 years ago
David Baker ca0d28ef34 Another use of check_password that got missed in the yield fix 9 years ago
Erik Johnston 9b63def388 Add m.room.avatar to default power levels. Change default required power levels of such events to 50 9 years ago
Erik Johnston 9d720223f2 Bump version and changelog 9 years ago
Daniel Wagner-Hall 617501dd2a Move token generation to auth handler 9 years ago
David Baker 4cf302de5b Comma comma comma comma comma chameleon 9 years ago
Erik Johnston aadb2238c9 Check that the canonical room alias actually points to the room 9 years ago
Daniel Wagner-Hall 70e265e695 Re-add whitespace around caveat operators 9 years ago
Erik Johnston daa01842f8 Don't get apservice interested rooms in RoomHandler.get_joined_rooms_for_users 9 years ago
Daniel Wagner-Hall 7f08ebb772 Switch to pymacaroons-pynacl 9 years ago
Erik Johnston d7272f8d9d Add canonical alias to the default power levels 9 years ago
Erik Johnston 78fa346b07 Store the 'last_token' in the db, even if we processed no events 9 years ago
Erik Johnston a45ec7c651 Block on storing the current last_tokens 9 years ago
Erik Johnston 40da1f200d Remove an access token log line 9 years ago
Erik Johnston abc6986a24 Fix regression where we incorrectly responded with a 200 to /login 9 years ago
Daniel Wagner-Hall ce832c38d4 Remove padding space around caveat operators 9 years ago
Erik Johnston a82938416d Remove newline because vertical whitespace makes mjark sad 9 years ago
Erik Johnston 0bfdaf1f4f Rejig the code to make it nicer 9 years ago
Erik Johnston 128ed32e6b Bump size of get_presence_state cache 9 years ago
Daniel Wagner-Hall 3e6fdfda00 Fix some formatting to use tuples 9 years ago
Erik Johnston ee59af9ac0 Set request.authenticated_entity for application services 9 years ago
Daniel Wagner-Hall cacdb529ab Remove accidentally added file 9 years ago
Daniel Wagner-Hall 2d3462714e Issue macaroons as opaque auth tokens 9 years ago
Erik Johnston f704c10f29 Rename unhelpful variable name 9 years ago
Erik Johnston 6e7d36a72c Also check for presence of 'threadCallQueue' in reactor 9 years ago
Erik Johnston d3da63f766 Use more helpful variable names 9 years ago
Erik Johnston 8199475ce0 Ensure we never return a None event from _get_state_for_groups 9 years ago
Erik Johnston 0d4abf7777 Typo 9 years ago
Erik Johnston e55291ce5e None check 9 years ago
Erik Johnston 8e254862f4 Don't assume @cachedList function returns keys for everything 9 years ago
Erik Johnston 85d0bc3bdc Reduce cache size from obscenely large to quite large 9 years ago
Erik Johnston cfc503681f Comments 9 years ago
Erik Johnston 83eb627b5a More helpful variable names 9 years ago
Erik Johnston 776ee6d92b Doc strings 9 years ago
Erik Johnston f72ed6c6a3 Remove debug try/catch 9 years ago
Erik Johnston 8f4165628b Add index receipts_linearized_room_stream 9 years ago
Erik Johnston d3d582bc1c Remove unused import 9 years ago
Erik Johnston 4d8e1e1f9e Remove added unused methods 9 years ago
Erik Johnston 2d97e65558 Remember to invalidate caches 9 years ago
Erik Johnston 1a9510bb84 Implement a batched presence_handler.get_state and use it 9 years ago