Skip to content

Implement Micropub delete/undelete functionality

Jamie Tanna requested to merge feature/delete into develop

Although it's less common that I would ever delete a post, it's good to have the functionality available, as it's pretty straightforward to enable with the architecture used for the update functionality.

Because we need to provide action-aware authorization, we can take advantage of Spring Expression Language (SPeL) to ensure that each update action requires the corresponding scope.

Closes #180 (closed).

Merge request reports