0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
kirrg001 2e3876b477 Moved user controller permission handling to user permissible fn
refs #9866

- prep for v2
- you can better unit test the permissible function
- this avoids copying over the permission handling to v2 controller
- it was possible to move this logic into the model layer, because we now support `unsafeAttrs`
2018-10-06 02:25:46 +02:00
..
adapters Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
api Moved user controller permission handling to user permissible fn 2018-10-06 02:25:46 +02:00
apps 🐛 Fixed redirect to /undefined after authorization for private blog (#9944) 2018-10-05 17:12:50 +07:00
config Updated overrides config for api versions with v0.1 to deprecated (#9921) 2018-09-27 19:34:12 +02:00
data Added session_secret setting to schema (#9953) 2018-10-05 12:25:51 +01:00
helpers Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
lib Extended sequence utility 2018-10-03 00:17:45 +02:00
models Moved user controller permission handling to user permissible fn 2018-10-06 02:25:46 +02:00
public Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00
services Wired up {GET,POST,DELETE} /session to v2 admin api 2018-10-05 17:45:17 +07:00
translations Session auth service (#9910) 2018-10-02 15:35:23 +07:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Wired up {GET,POST,DELETE} /session to v2 admin api 2018-10-05 17:45:17 +07:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Refactored method urlFor to use versionType instead of admin: true 2018-10-04 16:49:55 +05:30
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated docs links 2018-08-16 12:13:24 +02:00