Ghost/ghost/admin/initializers
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
..
authentication.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
ghost-config.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
ghost-paths.js Switch Ember initializers to public API methods 2014-06-23 18:35:39 +00:00
notifications.js oAuth 2014-06-30 14:58:10 +02:00
popover.js Transfer Ownership 2014-07-23 12:41:31 +02:00
store-injector.js Add User Role Dropdown 2014-07-30 17:59:14 -06:00
trailing-history.js Fix trailing slashes output app-wide 2014-06-15 16:55:12 -04:00