Ghost/core/test/unit
Hannah Wolfe b468d6dbe2 Support for attribute-based permissions (#9025)
refs #8602

- Add the wiring to pass attributes around the permission system
- Allows us to get access to the important "unsafe" attributes that are changing
- E.g. status for posts
- This can then be used to determine whether a user has permission to perform an attribute-based action
- E.g. publish a post (change status)
2017-09-26 18:06:14 +02:00
..
adapters 🐛 Fixed post scheduling (#8976) 2017-09-05 19:23:11 +01:00
api Support for attribute-based permissions (#9025) 2017-09-26 18:06:14 +02:00
auth Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
config
controllers/frontend 🐛 Fixed channel context to be based on res.locals (#8910) 2017-08-16 11:06:30 +01:00
data/importer
mail Improved log output for welcome email error (#9016) 2017-09-19 14:24:20 +01:00
metadata Refactor: fetch image dimensions from local file storage (#8900) 2017-09-05 14:13:22 +02:00
middleware 🐛 Fixed doubled query params for url/admin-url redirection 2017-09-14 07:55:14 +07:00
models/base
models_plugins Permissions: code cleanup & basic unit tests (#9037) 2017-09-25 11:17:06 +02:00
permissions Support for attribute-based permissions (#9025) 2017-09-26 18:06:14 +02:00
server_helpers Tests: Stub image request for dimensions (#8973) 2017-09-05 16:24:04 +01:00
settings
sitemap
themes
utils Tests: Sort out usage of content folder in tests (#9034) 2017-09-21 15:05:35 +01:00
admin_spec.js
apps_filters_spec.js
apps_spec.js
errors_spec.js
exporter_spec.js
filters_spec.js
ghost_sdk_spec.js 🐛 Fixed api url for the ghost sdk (#9013) 2017-09-18 16:28:22 +01:00
migration_fixture_utils_spec.js Allow Upload/Download of redirects.json (#9029) 2017-09-21 16:01:03 +01:00
migration_spec.js Allow Upload/Download of redirects.json (#9029) 2017-09-21 16:01:03 +01:00
rss_spec.js 🦄 Channels: Stored config in res.locals not req (#8884) 2017-08-14 10:21:24 +07:00
server_helpers_index_spec.js
server_helpers_template_spec.js
server_utils_spec.js
slack_spec.js
social-urls_spec.js
utils_pipeline_spec.js
validation_spec.js
xmlrpc_spec.js