0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -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
client.js
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
settings.js
tag.js
user.js