Because of the error states that can come back from this, we'll keep collection creation a distinct action, separate from publishing.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 30 2016
Jun 29 2016
Jun 22 2016
Jun 18 2016
Jun 11 2016
Apr 10 2016
Apr 4 2016
Mar 29 2016
Mar 24 2016
Mar 21 2016
Mar 8 2016
On API v1:
Feb 15 2016
Feb 11 2016
This requires too much of an overhaul of all our database calls, and we can live with hand-written SQL if it means backwards compatibility and stability.
Everything is in place; now certain parts of the app simply need to create the login token and deliver it to the user.
Feb 7 2016
We'll need this to also use with the Write.as CLI when a user authenticates and the option to login through the browser is presented (T193).
Feb 4 2016
Feb 3 2016
This should support some kind of "auth" flag that doesn't require user to enter existing password, for cases like forgotten password.
Jan 29 2016
Jan 24 2016
This should support some kind of "auth" flag that doesn't require user to enter existing password, for cases like forgotten password.
Jan 8 2016
Dec 17 2015
Dec 12 2015
Definitely want to launch with this.
Dec 10 2015
Request is DELETE /api/posts/{id} for all owned posts, whether in a collection or not.
Dec 9 2015
Dec 8 2015
Dec 6 2015
Nov 29 2015
Nov 28 2015
Nov 15 2015
Nov 14 2015
Nov 12 2015
What does the request look like? Does it go to /posts and/or /collections/posts? Do we need another endpoint to remove a post from a collection?
Nov 8 2015
Nov 6 2015
Nov 3 2015
Nov 2 2015
Oct 29 2015
Oct 3 2015
?meta=1 is unsupported, as it'll require copying a lot of code just to exclude the content column from the query. If we're reducing bandwidth to the client, we might as well minimize it on the backend as well. Moved that requirement to T176: Support fetching metadata only on posts.