Ghost/core/server/api
Hannah Wolfe e84b7f3217 Cache permalinks & postsPerPage on config.theme
no issue

- Cache the permalinks & postsPerPage settings on the config.theme object
- Use the config.theme cache to reference these items throughout the frontend of a blog
- Removes the need for workarounds and extra code to handle async fetches
- Makes these values accessible to all themes, which is very useful now we have the API stuff
2015-12-15 08:16:53 +00:00
..
authentication.js Don't return from sending welcome mail 2015-08-25 09:08:11 +01:00
clients.js Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
configuration.js Move Public API behind labs flag 2015-11-02 14:18:58 +01:00
db.js db api endpoint validation error refactor 2015-10-25 09:20:13 +08:00
index.js Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
mail.js Refactor mail API with pipeline utility 2015-11-02 14:23:05 +01:00
notifications.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
posts.js Disallow staticPages from public API 2015-11-04 10:03:27 +01:00
roles.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
settings.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
slugs.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
tags.js Rename post_count to count.posts 2015-11-20 14:59:58 +00:00
themes.js Refactor themes endpoint with pipeline 2015-10-22 12:17:16 +02:00
upload.js Add support for zip import 2014-12-10 20:21:06 +00:00
users.js Rename post_count to count.posts 2015-11-20 14:59:58 +00:00
utils.js Add some debugging tools to filters 2015-11-18 19:17:06 +00:00