mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
1421c92ba5
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 |
||
---|---|---|
.. | ||
bad-request-error.js | ||
data-import-error.js | ||
email-error.js | ||
incorrect-usage.js | ||
index.js | ||
internal-server-error.js | ||
method-not-allowed-error.js | ||
no-permission-error.js | ||
not-found-error.js | ||
request-too-large-error.js | ||
token-revocation-error.js | ||
too-many-requests-error.js | ||
unauthorized-error.js | ||
unsupported-media-type-error.js | ||
validation-error.js | ||
version-mismatch-error.js |