Ghost/ghost/admin
Kevin Ansfield 18d7a7b55d Guard against blank strings in json-string fields (#840)
no issue

We've seen an issue where after an import a user record had `tour: ""` which meant they were unable to log in due to JSON parsing of the empty string failing.

- add a guard so that an empty string is transformed to `null` before parsing
- changed `serialised` to `serialized` to match spelling in all other serializers
2017-08-29 10:03:45 +07:00
..
.github
app Guard against blank strings in json-string fields (#840) 2017-08-29 10:03:45 +07:00
config
lib Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
mirage Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
public/assets
tests Guard against blank strings in json-string fields (#840) 2017-08-29 10:03:45 +07:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
.gitignore
.travis.yml Re-enable yarn in Travis 2017-02-19 10:59:51 -06:00
.watchmanconfig
bower.json
ember-cli-build.js
Gruntfile.js
LICENSE
package.json Bump dependencies (#839) 2017-08-28 11:39:29 +01:00
README.md
testem.js
yarn.lock Bump dependencies (#839) 2017-08-28 11:39:29 +01:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost. For now, refer to that repository for install and development instructions.

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.