Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-09 | Include the original event in /relations (#5626) | Andrew Morgan | 4 | -4/+12 | |
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. | |||||
2019-07-08 | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 8 | -81/+44 | |
Nothing uses this now, so we can remove the dead code, and clean up the API. Since we're |