So this is likely a comment that is more meta than the ticket itself, but I think that I'd like the "story" to be something like:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 14 2019
@agd Working on this now. I started off making it so that when a user is unauthenticated, all blogs and posts return a 404 (to not reveal the existence of any blog). But I'm wondering if it'd be better to send a user to the login page, instead, for better convenience. If so, we could still obscure existence of individual blogs by simply sending all routes to the login page when unauthenticated. This could be the same for the API -- all routes would just require authentication.
May 13 2019
May 12 2019
I'm going to go ahead and finish this up.
May 10 2019
May 8 2019
May 7 2019
Current status:
I may be betraying my inexperience with the project, but a question about this case:
May 6 2019
I think we'd just redirect people to the correct route -- this would allow instance admins to set it to anything they want without modifying the app itself. For example, they could even choose a default blog to land on if they're running a multi-user instance.
So let's say I set default landing page to about. Does it means that when visitor lands, he/she will be redirected to /about, or will stay on / but about page will be rendered there?
May 5 2019
May 4 2019
May 2 2019
Apr 30 2019
Apr 29 2019
Apr 19 2019
Apr 16 2019
Apr 15 2019
Apr 13 2019
Apr 12 2019
Apr 11 2019
Apr 10 2019
Apr 9 2019
Just to add: https://distbin.com adds the original URL to the cc property on the Create activity.