- Oct 20, 2015
-
-
Erik Johnston authored
-
- Oct 13, 2015
-
-
Mark Haines authored
-
- Oct 12, 2015
-
-
Mark Haines authored
Apply the filter the 'timeline' and 'ephemeral' keys of rooms. Apply the filter to the 'presence' key of a sync response.
-
- Sep 01, 2015
-
-
Daniel Wagner-Hall authored
-
- Aug 26, 2015
-
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
A couple of weird caveats: * If we can't validate your macaroon, we fall back to checking that your access token is in the DB, and ignoring the failure * Even if we can validate your macaroon, we still have to hit the DB to get the access token ID, which we pretend is a device ID all over the codebase. This mostly adds the interesting code, and points out the two pieces we need to delete (and necessary conditions) in order to fix the above caveats.
-
- Aug 25, 2015
-
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Removes device_id and ClientInfo device_id is never actually written, and the matrix.org DB has no non-null entries for it. Right now, it's just cluttering up code. This doesn't remove the columns from the database, because that's fiddly.
-
- Aug 20, 2015
-
-
Daniel Wagner-Hall authored
We're about to have two kinds of token, access and refresh
-
- Feb 11, 2015
-
-
Mark Haines authored
setup_test_homeserver function in utils.
-
- Feb 09, 2015
-
-
Kegan Dougal authored
-
Kegan Dougal authored
Add logic to map the appservice token to the autogenned appservice user ID. Add unit tests for all forms of get_user_by_req (user/appservice, valid/bad/missing tokens)
-
- Jan 29, 2015
-
-
Mark Haines authored
split the storage and management of filters from the actual filter code and don't have to load a filter from the db each time we filter an event
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Jan 28, 2015
-
-
Kegan Dougal authored
-
- Jan 27, 2015
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
- Sep 12, 2014
-
-
Paul "LeoNerd" Evans authored
Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY
-
- Sep 02, 2014
-
-
Mark Haines authored
-