- Mar 03, 2022
-
-
Dirk Klimpel authored
* Add type hints to `tests/rest` * newsfile * change import from `SigningKey`
-
- Apr 14, 2021
-
-
Jonathan de Jong authored
Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Dec 15, 2020
-
-
Richard van der Hoff authored
This was never used, so let's get rid of it.
-
Richard van der Hoff authored
The two are equivalent, but really we want to check the HTTP result that got returned to the channel, not the code that the Request object *intended* to return to the channel.
-
- Nov 16, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
The root resource isn't necessarily a JsonResource, so rename this method accordingly, and update a couple of test classes to use the method rather than directly manipulating self.resource.
-
- Aug 07, 2020
-
-
Erik Johnston authored
-
- Jan 12, 2020
-
-
Richard van der Hoff authored
Add some useful things, such as error types and logcontext handling, to the API. Make `hs` a private member to dissuade people from using it (hopefully they aren't already). Add a couple of new methods (`record_user_external_id` and `generate_short_term_login_token`).
-
- Apr 07, 2016
-
-
David Baker authored
-
- Mar 23, 2016
-
-
Erik Johnston authored
-
- Mar 08, 2016
-
-
Mark Haines authored
-
- Feb 18, 2016
-
-
Mark Haines authored
It wasn't possible to hit the code from the API because of a typo in parsing the request path. Since no-one was using the feature we might as well remove the dead code.
-
- Feb 09, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 08, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 03, 2016
-
-
Erik Johnston authored
-
- Jan 25, 2016
-
-
Erik Johnston authored
-
- Jan 21, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
This reverts commit d7265977.
-
- Jan 20, 2016
-
-
David Baker authored
Add storage function to get all receipts for a user. Also add some cache invalidation to the receipts storage because there wasn't any, and remove a method that was unused.
-
David Baker authored
-
David Baker authored
-
- Jan 13, 2016
-
-
David Baker authored
-
Mark Haines authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Jan 04, 2016
-
-
David Baker authored
-
- Dec 22, 2015
-
-
David Baker authored
-
David Baker authored
-
- Dec 10, 2015
-
-
David Baker authored
Store nothing instead of ['dont_notify'] for events with no notification required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result.
-
- Dec 09, 2015
-
-
David Baker authored
-
David Baker authored
Split out the push rule evaluator into a separate file so it can be more readily reused. Should be functionally identical.
-
- Oct 08, 2015
-
-
David Baker authored
-
- Aug 24, 2015
-
-
Erik Johnston authored
-
- Aug 19, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 05, 2015
-
-
David Baker authored
Catch any exceptions in the pusher loop. Use a lower timeout for pushers so we can see if they're actually still running.
-
- May 26, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
- May 21, 2015
-
-
Mark Haines authored
-