Ghost/core/server/errors
“kirrg001” 1421c92ba5 post-scheduling
refs #6413
- PUT endpoint to publish a post/page for the scheduler
- fn endpoint to get all scheduled posts (with from/to query params) for the scheduler
- hardcoded permission handling for scheduler client
- fix event bug: unscheduled
- basic structure for scheduling
- post scheduling basics
- offer easy option to change adapter
- integrate the default scheduler adapter
- update scheduled posts when blog TZ changes
- safety check before scheduler can publish a post (not allowed to publish in the future or past)
- add force flag to allow publishing in the past
- invalidate cache header for /schedules/posts/:id
2016-06-14 10:52:13 +02:00
..
bad-request-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
data-import-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
email-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
incorrect-usage.js post-scheduling 2016-06-14 10:52:13 +02:00
index.js post-scheduling 2016-06-14 10:52:13 +02:00
internal-server-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
method-not-allowed-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
no-permission-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
not-found-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
request-too-large-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
token-revocation-error.js Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
too-many-requests-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
unauthorized-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
unsupported-media-type-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
validation-error.js Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
version-mismatch-error.js Version matching middleware 2016-06-09 17:08:44 +01:00