0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/integration/api
Sebastian Gierlinger 8c2258dc4c Move setup to API
closes #3136
- moved setup to authentication API
- added `POST /ghost/api/v0.1/authentication/setup` to execute the
setup process
- added `GET /ghost/api/v0.1/authentication/setup` to check if blog is
already set up (needed for #3145)
- removed unused methods from api/users.js
2014-07-11 14:17:09 +02:00
..
api_db_spec.js Fix handling of async db calls in fixtures 2014-07-11 02:39:06 +00:00
api_mail_spec.js
api_notifications_spec.js Persistent notifications 2014-07-01 11:36:21 +02:00
api_posts_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
api_settings_spec.js Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
api_slugs_spec.js
api_tags_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
api_themes_spec.js Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
api_users_spec.js Move setup to API 2014-07-11 14:17:09 +02:00