planiverse/app
St John Karp 0247f8b57e Favour redirects over re-using the same paths
I was re-using the same paths for a bunch of stuff in order to
minimise redirects (POSTing new statuses to the timeline, or performing
actions on a status), but then this breaks the behaviour of the
browser's refresh button. I've moved all those actions to their
own paths, which helps break up the code, makes the URLs more
semantic, and lets you use the refresh button without accidentally
performing an action.

This is at the expense of an additional HTTP request, but I've
tried to minimise the cost by passing through the status from the
previous action so we don't have to requery for it on the server
side.
2018-08-26 14:34:01 -07:00
..
Console Base commit 2018-08-11 10:32:56 -07:00
Exceptions Base commit 2018-08-11 10:32:56 -07:00
Helpers Implement notifications page 2018-08-25 17:29:36 -07:00
Http Favour redirects over re-using the same paths 2018-08-26 14:34:01 -07:00
Providers Base commit 2018-08-11 10:32:56 -07:00
User.php Base commit 2018-08-11 10:32:56 -07:00