0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/integration/model
Sebastian Gierlinger 79a80b67ac Invite user API
closes #3080
- added users.invite() to add user from email with random password
- added `GET /ghost/api/v0.1/users/` to invite users and resend
invitations
- removed one user limit
- added global utils for uid generation
- changed some „“ to ‚‘
2014-07-02 16:22:18 +02:00
..
model_app_fields_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_app_settings_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_apps_spec.js Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
model_permissions_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
model_posts_spec.js Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
model_roles_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
model_settings_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
model_tags_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_users_spec.js Invite user API 2014-07-02 16:22:18 +02:00