Ghost/ghost/admin/templates/components
Matt Enlow 975f925561 Add User Role Dropdown
Closes #3402, Closes #3428

-------------------

 ### Components
- Added GhostSelectComponent to handle async select creation (h/t @rwjblue)
- Added GhostRolesSelector (extends GhostSelect) for displaying user role options
- Created StoreInjector for surgically inserting the store into things that normally wouldn't have them.

 ### Users Settings
- InviteNewUserModal now uses GhostRolesSelector & defaults to Author
- The role dropdown for user settings has permissions set per 3402

 ### User Model
- Added `role` property as an interface to getting and setting `roles`
- Refactored anything that set `roles` to set `role`
- isAdmin, isAuthor, isOwner and isEditor are all keyed off of `role` now

 ### Tests
- Added functional tests for Settings.Users
- updated settings.users and settings.users.user screens
- fix spacing on screens

 ### Server Fixtures
- Fixed owner fixture's roles
2014-07-30 17:59:14 -06:00
..
gh-activating-list-item.hbs Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
gh-file-upload.hbs Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
gh-markdown.hbs Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
gh-modal-dialog.hbs Preventing rogue modals from popping up when hitting the enter-key 2014-07-23 22:58:50 -04:00
gh-notification.hbs Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
gh-notifications.hbs Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
gh-role-selector.hbs Add User Role Dropdown 2014-07-30 17:59:14 -06:00