Commit Graph

6 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
dansup 268ab6dba0
Merge branch 'staging' into remove-exp-pue 1 month ago
vinzgreg d19671a92c Fix API status editing: use auth:api guard
StatusEditController's constructor applies the web `auth` guard, which
Bearer/OAuth clients cannot satisfy. PUT /api/v1/statuses/{id} and
GET /api/v1/statuses/{id}/history therefore fail for every third-party
API client, while status create/delete keep working because
ApiV1Controller has no controller-level web auth.

The controller is routed only from routes/api.php, where the route group
already applies ['auth:api', 'validemail'], so no web/session route
depends on the old guard. Switch the constructor to match.
2 months ago
Your Name 3c9fc9a1fe Remove EXP_PUE flag, post editing is always enabled
Remove the 'pue' entry from config/exp.php and the abort_if guard
in StatusEditController. Post editing is now unconditionally available.
5 months ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault 0f803446dd
Update EditHistoryModal, fix caption rendering 3 years ago
Daniel Supernault 98cf8f32a0
Add Post Edits/Updates 3 years ago