Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix servlet metric names (#5734) | Jorik Schellekens | 2019-07-24 | 1 | -0/+2 |
| | | | | | | | | | | * Fix servlet metric names Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Remove redundant check * Cover all return paths | ||||
* | Remove the ability to query relations when the original event was redacted. ↵ | Andrew Morgan | 2019-07-18 | 1 | -32/+43 |
| | | | | | | | (#5629) Fixes #5594 Forbid viewing relations on an event once it has been redacted. | ||||
* | Don't bundle aggregations when retrieving the original event (#5654) | Andrew Morgan | 2019-07-10 | 1 | -2/+12 |
| | | | | | | | A fix for PR #5626, which returned the original event content as part of a call to /relations. Only problem was that we were attempting to aggregate the relations on top of it when we did so. We now set bundle_aggregations to False in the get_event call. We also do this when pulling the relation events as well, because edits of edits are not something we'd like to support here. | ||||
* | Include the original event in /relations (#5626) | Andrew Morgan | 2019-07-09 | 1 | -3/+5 |
| | | | When asking for the relations of an event, include the original event in the response. This will mostly be used for efficiently showing edit history, but could be useful in other circumstances. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+4 |
| | |||||
* | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 1 | -6/+6 |
| | |||||
* | Move parsing of tokens out of storage layer | Erik Johnston | 2019-05-16 | 1 | -0/+19 |
| | |||||
* | Check that event is visible in new APIs | Erik Johnston | 2019-05-16 | 1 | -2/+15 |
| | |||||
* | Add aggregations API | Erik Johnston | 2019-05-16 | 1 | -1/+140 |
| | |||||
* | Actually implement idempotency | Erik Johnston | 2019-05-15 | 1 | -1/+8 |
| | |||||
* | Add simple pagination API | Erik Johnston | 2019-05-15 | 1 | -0/+50 |
| | |||||
* | Add simple send_relation API and track in DB | Erik Johnston | 2019-05-15 | 1 | -0/+110 |