Ghost/core/server/api
“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
..
authentication.js Cleanup indentation now JSCS can see it 2016-06-11 20:25:15 +01:00
clients.js Harvest server side strings 2015-12-19 12:12:16 +01:00
configuration.js internal tags feature 2016-06-11 09:12:04 -06:00
db.js add small permission improvements 2016-05-08 14:22:55 +02:00
index.js post-scheduling 2016-06-14 10:52:13 +02:00
mail.js Cleanup indentation now JSCS can see it 2016-06-11 20:25:15 +01:00
notifications.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
posts.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
roles.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
schedules.js post-scheduling 2016-06-14 10:52:13 +02:00
settings.js fix: put default timezone into config 2016-06-13 15:02:52 +02:00
slack.js Slack integration 2016-05-08 12:49:15 +02:00
slugs.js Harvest server side strings 2015-12-19 12:12:16 +01:00
subscribers.js Add CSV parser for csv read utility 2016-06-07 10:47:56 +01:00
tags.js internal tags feature 2016-06-11 09:12:04 -06:00
themes.js Harvest server side strings 2015-12-19 12:12:16 +01:00
upload.js Replace busboy upload middleware with multer 2016-04-07 21:30:46 -05:00
users.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
utils.js post-scheduling 2016-06-14 10:52:13 +02:00