mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
fe461da110
refs #9127 - permission checks can happen everywhere in the code base - we would like to create a context class - global access to `options.context.is(...)` - please read more about the access plugin in #9127 section "Model layer and the access plugin". - removed the plugin and use direct context checks
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
module.exports = {
|
|
filter: require('./filter'),
|
|
includeCount: require('./include-count'),
|
|
pagination: require('./pagination'),
|
|
collision: require('./collision')
|
|
};
|