0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/apps
Jacob Gable 13d2d04c72 App Permissions from package.json
Progress on #2095

- Add new AppPermissions class with read() method
- has default permissions to read and browse posts
- uses default permissions if no package.json
- uses default permissions if no ghost object in package.json
- errors when reading malformed package.json
- uses ghost.permissions if found in package.json
2014-04-16 18:14:56 +02:00
..
dependencies.js Install App Dependencies 2014-02-08 16:58:13 -06:00
index.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
loader.js App Permissions from package.json 2014-04-16 18:14:56 +02:00
permissions.js App Permissions from package.json 2014-04-16 18:14:56 +02:00
proxy.js Add JSON API tests & cleanup 2014-02-28 22:26:03 +00:00
sandbox.js Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00