0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api
Hannah Wolfe 6e48275160 Extending context concept to models
fixes #3275, fixes #3290, ref #3086, ref #3084

- Ensure that we use the current logged in user and not just user 1 when
- removing hard coded user: 1 except where absolutely necessary
- passing context, rather than user to models
- base model has a new function to determine what id to use for created_by etc
2014-07-18 15:32:56 +01:00
..
authentication.js Extending context concept to models 2014-07-18 15:32:56 +01:00
db.js Move image upload to API 2014-07-15 12:40:14 +02:00
index.js Move image upload to API 2014-07-15 12:40:14 +02:00
mail.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
notifications.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
posts.js Adding and renaming permissions 2014-07-17 12:32:25 +01:00
settings.js Lazy load default settings 2014-06-17 10:36:47 -05:00
slugs.js Update slug API to work with additional types 2014-06-04 05:54:03 +00:00
tags.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
themes.js Full pass at inline API Docs 2014-06-03 14:05:25 +01:00
upload.js Move image upload to API 2014-07-15 12:40:14 +02:00
users.js Extending context concept to models 2014-07-18 15:32:56 +01:00
utils.js User API changes 2014-06-20 11:15:01 +02:00