Ghost/ghost/admin/app/validators
Kevin Ansfield 6a3cfc2ca8 Use token input to allow selection of multiple authors in PSM
requires https://github.com/TryGhost/Ghost/pull/9426
- fixed default token component display in {{gh-token-input}}
    - if no `tokenComponent` is passed to `{{gh-token-input}}` then it should default to the ember-drag-drop `draggable-object` component but instead it didn't output anything
    - put `draggable-object` in quotes because `{{component}}` needs a component name rather than an object
    - rename `option` attribute to `content` to match the default `{{draggable-object}}` interface
- add embedded `authors` attr to the Post model
    - ensure authors is populated when starting new post
    - add validation for empty authors list
- swap author dropdown for a token input in PSM
- show all post authors in posts list
- update tests for `authors`
  - always provide through an authors array
  - fix mirage serialisation for paginated responses (embedded records were not being serialised)
- unify tags and author inputs design
  - remove highlight of primary tags
  - highlight internal tags
  - remove unnecessary/redundant title attributes on tags
  - use SVG icon for "remove option" button in token inputs
2018-03-27 18:50:52 +01:00
..
base.js Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
invite-user.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
nav-item.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
new-user.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
password.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
post.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
reset.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
setting.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
setup.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
signin.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
signup.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
slack-integration.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
subscriber.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
tag-settings.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
user.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00