Ghost/ghost/admin
Kevin Ansfield 308c9b5fc3 Fix inability to write posts as an author (#405)
closes TryGhost/Ghost#7730
- treat `Post.authorID` as a string not a number as it's now an objectid
- update `isAuthoredByUser` method so that author's posts aren't hidden from them
- update the post compare method so that it doesn't try to parse objectids as integers (may need revisiting now that we don't have auto-increment IDs to fall back on)
2016-11-17 20:08:11 +00:00
..
.github
app Fix inability to write posts as an author (#405) 2016-11-17 20:08:11 +00:00
config Update code to match eslint rules 2016-11-14 13:26:00 +00:00
lib/asset-delivery 💄remove final jscs references 2016-11-16 12:27:30 +00:00
public/assets
tests Fix inability to write posts as an author (#405) 2016-11-17 20:08:11 +00:00
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.travis.yml
.watchmanconfig
bower.json
ember-cli-build.js
Gruntfile.js 🔥 Remove grunt contributor (#331) 2016-11-15 16:17:08 +00:00
LICENSE
package.json chore(package): update lodash to version 4.17.2 (#401) 2016-11-16 10:32:13 +00:00
README.md
testem.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00

Ghost-Admin

Build 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.