0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
Sebastian Gierlinger 84cfd529ed Allow user to accept invitation
closes #3081
- added route `/ghost/api/v0.1/authentication/invitation`
- added accept invitation
- added signup with token
- removed check() from users api
- fixed promise in resetPassword()
2014-07-03 17:06:07 +02:00
..
client Allow user to accept invitation 2014-07-03 17:06:07 +02:00
server Allow user to accept invitation 2014-07-03 17:06:07 +02:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Merge pull request #3180 from novaugust/psm-reset-on-error 2014-07-02 23:07:46 +01:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js