0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Sebastian Gierlinger e1c0c5ce98 Change refresh token expiry
no issue
- acquiring a new access token using a refresh token sets the
expiration time of the refresh token to now + 24 hrs.
- moved all occurrences of ONE_HOUR, ONE_DAY and ONE_YEAR to
`core/server/utils`
2014-07-28 15:19:49 +02:00
..
api Change refresh token expiry 2014-07-28 15:19:49 +02:00
apps This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
config This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
controllers Fix author page 2014-07-23 09:39:51 +02:00
data Five posts per page 2014-07-24 17:43:48 +01:00
errors Improving error handling 2014-07-28 06:30:01 +01:00
helpers Correct meta_title for author pages. 2014-07-25 19:48:49 +00:00
middleware Change refresh token expiry 2014-07-28 15:19:49 +02:00
models User edit, add & destroy perms restricted by role 2014-07-28 08:32:04 +01:00
permissions Permissions Improvements 2014-07-28 06:29:59 +01:00
routes Change refresh token expiry 2014-07-28 15:19:49 +02:00
storage Change refresh token expiry 2014-07-28 15:19:49 +02:00
utils Change refresh token expiry 2014-07-28 15:19:49 +02:00
views Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
api.js
filters.js
index.js Merge pull request #3367 from jaswilli/issue-3161 2014-07-23 04:47:19 +01:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
middleware.js
require-tree.js
update-check.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
xmlrpc.js