Ghost/ghost/admin
Kevin Ansfield f622b31b1f Fix Ember deprecations and warnings (#895)
no issue 

- `controller.content` will no longer be an alias to `controller.model`
- split relationships and `attrs` in Post model, add missing transforms
- fix unknown `error` field in payload warning when `/users/me` returns 404 during tests
- fix unsafe style binding warnings
2017-10-13 16:39:49 +07:00
..
.github
app Fix Ember deprecations and warnings (#895) 2017-10-13 16:39:49 +07:00
config Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
lib
mirage Fix Ember deprecations and warnings (#895) 2017-10-13 16:39:49 +07:00
public/assets
tests Fix Ember deprecations and warnings (#895) 2017-10-13 16:39:49 +07:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js
.gitignore Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.travis.yml Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.watchmanconfig
bower.json
ember-cli-build.js Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
Gruntfile.js
LICENSE
package.json Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
README.md Add docs links to README.md 2017-10-11 10:17:38 +01:00
testem.js Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
yarn.lock Bump dependencies (#887) 2017-10-12 17:42:10 +02:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read the working with Ghost-Admin section of our contributing guide for setup details and swing by our Slack channel if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.