- Feb 14, 2017
-
-
Erik Johnston authored
-
- Feb 02, 2017
-
-
Erik Johnston authored
This was broken when device list updates were implemented, as Mailer could no longer instantiate an AuthHandler due to a dependency on federation sending.
-
- Jan 31, 2017
-
-
Erik Johnston authored
This is because it now relies of the caches stream, which only works on postgres. We are trying to test with sqlite.
-
- Jan 30, 2017
-
-
Erik Johnston authored
-
- Jan 26, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 25, 2017
-
-
Erik Johnston authored
-
- Jan 20, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 17, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Instead of calculating the size of the cache repeatedly, which can take a long time now that it can use a callback, instead cache the size and update that on insertion and deletion. This requires changing the cache descriptors to have two caches, one for pending deferreds and the other for the actual values. There's no reason to evict from the pending deferreds as they won't take up any more memory.
-
- Jan 16, 2017
-
-
Erik Johnston authored
-
- Jan 13, 2017
-
-
Erik Johnston authored
-
- Jan 09, 2017
-
-
Erik Johnston authored
-
- Dec 14, 2016
-
-
Marcin Bachry authored
Signed-off-by:
Marcin Bachry <hegel666@gmail.com>
-
- Dec 09, 2016
-
-
Erik Johnston authored
-
- Dec 06, 2016
-
-
Richard van der Hoff authored
Make sure that a user cannot pretend to be a guest by adding 'guest = True' caveats.
-
- Dec 05, 2016
-
-
Johannes Löthberg authored
The old test expected an incorrect wrapping due to the preview function not using unicode properly, so it got the wrong length. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Nov 30, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We might as well treat all refresh_tokens as invalid. Just return a 403 from /tokenrefresh, so that we don't have a load of dead, untestable code hanging around. Still TODO: removing the table from the schema.
-
- Nov 29, 2016
-
-
Richard van der Hoff authored
The 'time' caveat on the access tokens was something of a lie, since we weren't enforcing it; more pertinently its presence stops us ever adding useful time caveats. Let's move in the right direction by not lying in our caveats.
-
- Nov 28, 2016
-
-
Richard van der Hoff authored
Since we're not doing refresh tokens any more, we should start killing off the dead code paths. /tokenrefresh itself is a bit of a thornier subject, since there might be apps out there using it, but we can at least not generate refresh tokens on new logins.
-
- Nov 23, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 22, 2016
-
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Nov 21, 2016
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Also make it an inclusive not exclusive filter, as the spec demands.
-
Erik Johnston authored
-
- Nov 14, 2016
-
-
Kegan Dougal authored
-
- Nov 10, 2016
-
-
Erik Johnston authored
-
- Oct 18, 2016
-
-
pik authored
* add tests for filter api errors
-
- Oct 14, 2016
-
-
pik authored
-
Alexander Maznev authored
* add tests Signed-off-by:
Alexander Maznev <alexander.maznev@gmail.com>
-
- Oct 06, 2016
-
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Patrik Oldsberg authored
-