0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/models
vdemedes 20fec74c73 Refactor require-tree and split it into models
closes #5492
- remove core/server/require-tree.js and split it into modules
- add read-directory module to recursively read directories
- add validate-themes module to scan themes and return errors/warnings
- add parse-package-json module to parse json and validate requirements
- rewrite core/server/models/index.js to manually require models
2015-10-12 17:48:37 +02:00
..
base Revert to using findAll for internal tools 2015-10-10 17:07:10 +01:00
accesstoken.js
app-field.js
app-setting.js
app.js
client-trusted-domain.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
client.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
index.js Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
permission.js
post.js fix for page deletion not updating sitemap-page.xml 2015-10-12 09:26:26 +02:00
refreshtoken.js
role.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
settings.js Change type for private blog settings 2015-09-02 13:39:23 +01:00
tag.js Adding 'fields' param for browse requests 2015-08-28 19:08:22 +01:00
user.js Remove findAll from models that has findPage 2015-10-02 18:01:35 +08:00