0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/models
“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
..
base post-scheduling 2016-06-14 10:52:13 +02:00
plugins add small permission improvements 2016-05-08 14:22:55 +02:00
accesstoken.js Add token added event, update last_login 2016-06-09 09:17:06 +01:00
app-field.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-setting.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
client-trusted-domain.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
client.js post-scheduling 2016-06-14 10:52:13 +02:00
index.js feature: when timezone changes, reschedule all posts 2016-06-10 14:58:19 +02:00
permission.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
post.js post-scheduling 2016-06-14 10:52:13 +02:00
refreshtoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
role.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
settings.js Revert "Revert "Force UTC at process level"" 2016-06-03 09:06:18 +01:00
subscriber.js subscribers: fix adding subscriber from admin if collection is empty 2016-05-11 19:23:44 +02:00
tag.js internal tags feature 2016-06-11 09:12:04 -06:00
user.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00