2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/data
Sebastian Gierlinger 61e94a6e8b Use current user in models
closes #2058
- fixed apiContext as suggested in the issue
- added user to options object for models
- added api.users.register() for public registration
- changed models to use options.user for created_by, updated_by,
author_id and published_by
- added override to session model to avoid created_by and updated_by
values
- added user (id: 1) to tests
- added user (id: 1) for registration
- added user (id: 1) for import, fixtures and default settings
- added user (id: 1) for user update
- added user (id: 1) for settings update (dbHash, installedApps, update
check)
- updated bookshelf to version 0.6.8
2014-04-16 18:20:09 +02:00
..
export Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
fixtures Use current user in models 2014-04-16 18:20:09 +02:00
import Use current user in models 2014-04-16 18:20:09 +02:00
migration Add new permissions to fixtures 2014-04-16 18:16:10 +02:00
validation Update validator to 3.4.0 2014-03-04 13:54:24 -07:00
default-settings.json Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
schema.js Adds additional fields to apps schema. 2014-04-16 18:16:10 +02:00