0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
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
..
editor Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
modals Implementation of "invite a new user" modal 2014-07-06 16:18:51 -04:00
posts Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
settings Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
application.js oAuth 2014-06-30 14:58:10 +02:00
debug.js Add access_token to debug screen's export link 2014-07-05 14:48:39 -06:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Made ember version of reset password work 2014-06-30 14:37:49 +01:00
post-settings-menu.js Indirect post title in editor 2014-07-03 11:09:05 -06:00
post-tags-input.js
posts.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
reset.js Made ember version of reset password work 2014-06-30 14:37:49 +01:00
settings.js
setup.js Move setup to API 2014-07-11 14:17:09 +02:00
signin.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
signup.js Allow user to accept invitation 2014-07-03 17:06:07 +02:00