Ghost/ghost/admin/tests/unit
Kevin Ansfield 467ee93b21 Separate invites and users (#277)
closes https://github.com/TryGhost/Ghost/issues/7420, requires https://github.com/TryGhost/Ghost/pull/7422
- adds a new `Invite` model with associated serializer and test setup
- updates team screen to use invites rather than existing users with the "invited" property
- updates signup process to work with new invite model
- updates setup process to create invites instead of users
- swaps usage of `gh-select-native` for `one-way-select` in the invite modal so that attributes can be set on the `select` element
- updates resend invite process to account for server returning a new model
- rewrites the invite management tests and fixes mirage mocks for invite endpoints
- sorts invites by email address to avoid jumping invites when re-sending
2016-09-26 18:03:53 +02:00
..
components Mobile-Doc based editor (#291) 2016-09-26 15:04:20 +02:00
controllers theme management UI 2016-08-23 12:42:38 +01:00
helpers convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
mixins Introducing Concurrency (#147) 2016-08-11 07:58:38 +01:00
models Separate invites and users (#277) 2016-09-26 18:03:53 +02:00
routes Improve uploader tests + test subscribers CSV import 2016-05-27 13:34:31 +01:00
serializers Mobile-Doc based editor (#291) 2016-09-26 15:04:20 +02:00
services theme management UI 2016-08-23 12:42:38 +01:00
transforms Mobile-Doc based editor (#291) 2016-09-26 15:04:20 +02:00
utils Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
validators fix cross-browser support (#164) 2016-08-06 09:04:06 +02:00
.gitkeep Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00