Ghost/core/server
Sebastian Gierlinger c8e8da4780 oAuth
closes #2759
closes #3027

- added oauth2orize library for server side oAuth handling
- added ember-simple-auth library for admin oAuth handling
- added tables for client, accesstoken and refreshtoken
- implemented RFC6749 4.3 Ressouce Owner Password Credentials Grant
- updated api tests with oAuth
- removed session, authentication is now token based

Known issues:
- Restore spam prevention #3128
- Signin after Signup #3125
- Signin validation #3125

**Attention**
- oldClient doesn't work with this PR anymore, session authentication
was
removed
2014-06-30 14:58:10 +02:00
..
api oAuth 2014-06-30 14:58:10 +02:00
apps correct settings.edit call signature for installedApps 2014-05-24 08:21:17 +02:00
config Fixes static pages when permalinks are active. 2014-06-13 01:00:18 +02:00
controllers oAuth 2014-06-30 14:58:10 +02:00
data oAuth 2014-06-30 14:58:10 +02:00
errors oAuth 2014-06-30 14:58:10 +02:00
helpers Ember admin works with subdirectory 2014-06-24 03:14:28 +01:00
middleware oAuth 2014-06-30 14:58:10 +02:00
models oAuth 2014-06-30 14:58:10 +02:00
permissions Refactor API arguments 2014-05-15 10:41:05 +01:00
routes oAuth 2014-06-30 14:58:10 +02:00
storage Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
views Remove ember-hacks.css file 2014-06-24 14:49:37 +01:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
bookshelf-session.js Upgrade to Express 4.0 2014-06-08 17:41:25 -04:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Lazy load default settings 2014-06-17 10:36:47 -05:00
mail.js Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Language cleanup in update check disclosure 2014-06-24 14:59:34 +02:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00