2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server
Jacob Gable 5abeadf80d Ember Data with Posts
Ref #2699

- Introduce ember data dependency
- Add loadInitializers and refactor most initializers into one combined
- Add Post ember data model
- Refactor generateSlug to use title of post and ghostPaths
- Refactor post controller to not reference model.property everywhere
- Use RESTAdapter for posts, users and tags
- Setup author and tag relations in Post model
- Fix broken API calls by adding CSRF header
- Add initiaizer for csrf value
- Use actual User model for current user initializer
- Add action for setting featured post, test with actual api call
- Fix the sending of UUID's up to the server
- Refactor current-user to use ember-data store
- If a user is preloaded in the application, use pushPayload to put it
in the store
- Do a lookup on the store to get an actual User model for injection
- Fix posts/post controllerName in route/new.js
- Alter signup process to push user into ember data store
2014-05-29 07:42:51 -05:00
..
api Refactore slug API for generating tag and post slugs. 2014-05-26 10:07:05 +02:00
apps correct settings.edit call signature for installedApps 2014-05-24 08:21:17 +02:00
config Refactor API arguments 2014-05-15 10:41:05 +01:00
controllers Ember Data with Posts 2014-05-29 07:42:51 -05:00
data Refactore slug API for generating tag and post slugs. 2014-05-26 10:07:05 +02:00
errors Improve status codes 2014-05-24 08:05:12 +02:00
helpers Merge pull request #2788 from jaswilli/issue-1842-tests 2014-05-23 16:15:16 +03:00
middleware Ember Data with Posts 2014-05-29 07:42:51 -05:00
models Fix content preview actions and add tests 2014-05-23 20:54:02 +00:00
permissions Refactor API arguments 2014-05-15 10:41:05 +01:00
routes Refactore slug API for generating tag and post slugs. 2014-05-26 10:07:05 +02:00
storage Add distinct error classes 2014-05-09 12:11:29 +02:00
views Improve signin 2014-05-15 09:18:43 -05:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
bookshelf-session.js Improvements for models 2014-02-19 14:57:26 +01:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Refactor API arguments 2014-05-15 10:41:05 +01:00
mail.js Refactor API arguments 2014-05-15 10:41:05 +01:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Refactor API arguments 2014-05-15 10:41:05 +01:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00