Commit History

Author SHA1 Message Date
  Erik Johnston 07229bbdae Add appservice worker 7 years ago
  Erik Johnston dc3a00f24f Refactor user_delete_access_tokens. Invalidate get_user_by_access_token to slaves. 7 years ago
  Richard van der Hoff 33d7776473 Fix typo 8 years ago
  Richard van der Hoff 8e02494166 Delete refresh tokens when deleting devices 8 years ago
  Richard van der Hoff 436bffd15f Implement deleting devices 8 years ago
  Richard van der Hoff 40cbffb2d2 Further registration refactoring 8 years ago
  Richard van der Hoff f863a52cea Add device_id support to /login 8 years ago
  Mark Haines dfde67a6fe Add a comment explaining allow_none 8 years ago
  Mark Haines 10c843fcfb Ensure that the guest user is in the database when upgrading accounts 8 years ago
  Erik Johnston be3548f7e1 Remove spurious txn 8 years ago
  Erik Johnston 4adf93e0f7 Fix for postgres 8 years ago
  Erik Johnston 651faee698 Add an admin option to shared secret registration 8 years ago
  Erik Johnston f328d95cef Feature: Add deactivate account admin API 8 years ago
  Mark Haines 9f1800fba8 Remove registered_users from the distributor. 8 years ago
  Erik Johnston 4ea762c1a2 Add cache to get_user_by_id 8 years ago
  David Baker 0fd1cd2400 pep8 8 years ago
  David Baker 7e2c89a37f Make pushers use the event_push_actions table instead of listening on an event stream & running the rules again. Sytest passes, but remaining to do: 8 years ago
  Mark Haines 2a37467fa1 Use google style doc strings. 8 years ago
  Erik Johnston 15122da0e2 Thats not how transactions work. 8 years ago
  Erik Johnston b13035cc91 Implement logout 8 years ago
  Erik Johnston c081228439 Fix SQL statement 8 years ago
  David Baker 2dee03aee5 more pep8 8 years ago
  David Baker af59826a2f Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional. 8 years ago
  David Baker f523177850 Delete old, unused methods and rename new one to just be `user_delete_access_tokens` with an `except_token_ids` argument doing what it says on the tin. 8 years ago
  David Baker 57c444b3ad Dear PyCharm, please indent sensibly for me. Thx. 8 years ago
  David Baker aa11db5f11 Fix cache invalidation so deleting access tokens (which we did when changing password) actually takes effect without HS restart. Reinstate the code to avoid logging out the session that changed the password, removed in 415c2f05491ce65a4fc34326519754cd1edd9c54 8 years ago
  Daniel Wagner-Hall 465605d616 Store appservice ID on register 8 years ago
  Mark Haines 54172924c8 Load the current id in the IdGenerator constructor 8 years ago
  Daniel Wagner-Hall 33300673b7 Generate guest access token on 3pid invites 8 years ago
  Daniel Wagner-Hall 79a1c0574b Allocate guest user IDs numericcally 8 years ago