Ghost/core/server/utils
“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
..
downzero.js
gravatar.js
index.js Subscribers: Move read CSV into separate utility 2016-05-11 11:22:35 +02:00
labs.js Initial work on internal tags feature 2016-06-10 13:32:56 -06:00
parse-package-json.js
pipeline.js
read-csv.js Add CSV parser for csv read utility 2016-06-07 10:47:56 +01:00
read-directory.js
read-themes.js
sequence.js post-scheduling 2016-06-14 10:52:13 +02:00
social-urls.js Add helpers for facebook & twitter urls 2016-05-17 16:39:58 +01:00
startup-check.js Remove io.js reference from startup-check 2016-04-07 23:06:07 -05:00
validate-themes.js