0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/models
Jason Williams 2e67d6bf99 Extend adapter to support automatic includes
Closes #3325
- Add Roles model and add hasMany roles to User model.
- Add EmbeddedRelationAdapter that will automatically include
  hasMany relations in calls to the API.
- UserAdapter and PostAdapter now extend EmbeddedRelationAdapter
  and all explicit includes from store.find() have been removed.
2014-07-21 17:05:13 +00:00
..
app.js Ported settings/apps logic to Ember. 2014-06-17 23:25:24 +02:00
notification.js Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
post.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
role.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
setting.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
slug-generator.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
tag.js Add relationships to client models 2014-07-21 08:01:59 -06:00
user.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00