0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
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
..
api Return a single 422 error for invalid values 2015-09-25 10:30:49 +01:00
apps Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
config Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
controllers Fix /author/ pages crashing & permit /tag/ 2015-10-10 14:52:23 +01:00
data Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
errors Return a single 422 error for invalid values 2015-09-25 10:30:49 +01:00
events Set a higher maxListeners value 2015-10-09 19:27:49 +01:00
helpers Add replacement for zero in plural helper 2015-09-22 16:00:20 +01:00
mail Mail consolidation 2015-08-20 11:36:14 +02:00
middleware Simplify theme middleware + improve tests 2015-10-11 22:26:43 +01:00
models Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
permissions Refactor handlePermissions 2015-08-11 16:03:57 +02:00
routes add author edit route 2015-09-23 08:33:09 -05:00
storage Merge pull request #4820 from phated/file-storage 2015-03-20 08:55:19 +00:00
translations foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
utils Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
views Fixup broken error page styles 2015-06-08 12:14:58 +01:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Startup message explicitly mentions production 2015-08-11 18:01:36 +01:00
i18n.js foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
index.js Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
update-check.js Remove forum mentions 2015-09-29 13:10:04 +02:00