Ghost/ghost/admin/mirage/config
Naz Gargol c41c184762 Added member "add" screen (#1411)
no issue

- We have a need to create a member manually, this changeset solves this problem.
- Added new member button to the member's screen
- Needed to be able to perform add member action
- Fixed inconsistent `createAt` naming. All models use consistent `createdAtUTC`, fixed it up so that members model follows the same pattern. If we want to change this pattern should probably happen for all models at once
- Fixed member avatar when creating a new member. If the values are completely empty the screen ends up being filled with empty space. Added some dummy initials which are recalculated once the member enters the name or an email
- Refactored DS naming for consistency. Nowhere else in the codebase 'DS' name is ever used, made this consistent
- Added missing validations in members form
- Simplified if conditions in the member list template. When using the if/esle statements unnecessary new-line symbols were inserted which made it hard to test. Also by using computed property view is much cleaner
- Updated member's model default value for `subscribed` to "true". It is turned on by default in the model layer  on the backend (ref: https://github.com/TryGhost/Ghost/blob/3.1.0/core/server/data/schema/schema.js#L330), this behavior is intended and should be the same on the frontend
2019-11-28 18:30:21 +07:00
..
api-keys.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
authentication.js Fix linting errors 2019-07-22 11:21:24 +01:00
config.js 🎨 Added auto-login to private site when viewing site preview in admin (#1286) 2019-08-12 09:11:10 +01:00
emails.js Fixed tests 2019-11-08 11:14:04 +07:00
integrations.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
invites.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
members.js Added member "add" screen (#1411) 2019-11-28 18:30:21 +07:00
pages.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
posts.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
roles.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
settings.js Bump ember-cli-mirage to 0.4.2 (#969) 2018-03-19 09:53:17 +00:00
site.js Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
slugs.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
tags.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
themes.js Improved theme upload/activate flow and error styles (#1142) 2019-04-05 17:27:14 +01:00
uploads.js Updated gh-uploader to work with new /images/upload/ endpoint 2019-02-25 23:01:49 +07:00
users.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
webhooks.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00