1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/modals
Kevin Ansfield 0a163d7333 Ghost.org OAuth support (#278)
issue TryGhost/Ghost#7452, requires TryGhost/Ghost#7451
- use a `ghostOAuth` config flag to switch between the old-style per-install auth and centralized OAuth auth based on config provided by the server
- add OAuth flows for:
  - setup
  - sign-in
  - sign-up
  - re-authenticate
- add custom `oauth-ghost` authenticator to support our custom data structure
- add test helpers to stub successful/failed oauth authentication
- hide change password form if using OAuth (temporary - a way to change password via oauth provider will be added later)
2016-09-30 13:43:40 +02:00
..
base.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
copy-html.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-all.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-post.js Refactor error handling 2016-07-08 15:16:54 +01:00
delete-subscriber.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-tag.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-theme.js theme management UI 2016-08-23 12:42:38 +01:00
delete-user.js 🐛 fix highlighted number of posts when deleting a user (#144) 2016-08-24 07:26:29 -06:00
import-subscribers.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
invite-new-user.js Separate invites and users (#277) 2016-09-26 18:03:53 +02:00
leave-editor.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
markdown-help.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
new-subscriber.js use ember-ajax in place of ember-data's networking (#283) 2016-09-26 11:59:04 -05:00
re-authenticate.js Ghost.org OAuth support (#278) 2016-09-30 13:43:40 +02:00
transfer-owner.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
upload-image.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
upload-theme.js display warnings after theme upload (#262) 2016-09-14 18:34:07 +01:00