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 822cb2d9f6 AppProxy with permissions checks and app context
Ref #2059

- Refactor appProxy into class that is instantiated per App
- Check for permissions before doing proxied filter/helper calls
- Add all currently existing api methods, let api check for permissions
- Basic unit tests for filter and helper register/deregister
- Adjusted proxy api method existence unit tests
2014-04-26 10:38:23 -05:00
..
dependencies.js
index.js Use current user in models 2014-04-16 18:20:09 +02:00
loader.js AppProxy with permissions checks and app context 2014-04-26 10:38:23 -05:00
permissions.js
proxy.js AppProxy with permissions checks and app context 2014-04-26 10:38:23 -05:00
sandbox.js