Ghost/ghost/admin/app/components
Kevin Ansfield 5047b9f3d7 Added initial custom integrations UI (#1051)
refs https://github.com/TryGhost/Ghost/issues/9865, https://github.com/TryGhost/Ghost/issues/9942

- `integration`, `api-key`, and `webhook` models and respective mirage mocks
- moves integration routes around to match ember's concept of nested routes (nested routes reflect nested UI not nested URLs)
- adds custom integrations list to integrations screen
- adds custom integration screen
  - allow editing of integration details
  - show list of webhooks
  - webhook creation modal

NB: the `enableDeveloperExperiments` flag needs to be enabled in the `config.development.json` file for the custom integrations UI to be displayed until it's out of development.
2018-10-18 00:18:29 +01:00
..
gh-token-input 🐛 Fixed tag/author removal in post settings removing multiple tags/authors 2018-04-23 14:25:59 +01:00
power-select add power-select/trigger template override 2017-04-10 10:53:27 +01:00
gh-activating-list-item.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-alert.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-alerts.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-app.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-basic-dropdown.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-blog-url.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-cm-editor.js Koenig - Enable line-wrapping for HTML card's CodeMirror instance 2018-04-25 12:06:01 +01:00
gh-content-cover.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-date-time-picker.js 🐛 Fixed time input bugs when leading zero is omitted 2017-11-30 17:06:48 +07:00
gh-download-count.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
gh-dropdown-button.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-dropdown.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-editor-post-status.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
gh-editor.js Koenig - Fixed incorrect sticky card icon positioning 2018-05-02 12:50:53 +01:00
gh-error-message.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-feature-flag.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-file-input.js 🐛 Fixed editor and drag/drop image uploads in IE11 (#926) 2017-12-12 11:53:35 +00:00
gh-file-upload.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-file-uploader.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-form-group.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
gh-fullscreen-modal.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-image-uploader-with-preview.js Always use closure actions 2017-11-25 09:49:49 +00:00
gh-image-uploader.js Koenig - Unsplash integration 2018-08-10 18:11:35 +01:00
gh-koenig-editor.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
gh-loading-spinner.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-main.js Always use closure actions 2017-11-25 09:49:49 +00:00
gh-markdown-editor.js Koenig - Unsplash integration 2018-08-10 18:11:35 +01:00
gh-menu-toggle.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-mobile-nav-bar.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-nav-menu.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-navitem-url-input.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-navitem.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-notification.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-notifications.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-post-settings-menu.js Koenig - Fix PSM meta/twitter/facebook pane errors on new posts 2018-06-14 12:38:43 +01:00
gh-posts-list-item.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
gh-profile-image.js Fixed default user images returning 404s 2018-08-15 23:58:37 +01:00
gh-progress-bar.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-psm-authors-input.js Removed used of ember-data-filter 2018-04-30 13:54:09 +01:00
gh-psm-tags-input.js 🐛 Fixed tag creation via the Post Settings Menu 2018-05-09 09:12:31 +01:00
gh-psm-template-select.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-publishmenu-draft.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-publishmenu-published.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-publishmenu-scheduled.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-publishmenu.js Fixed publishmenu re-rending side-effects breaking tests 2018-03-27 18:50:52 +01:00
gh-scheduled-post-countdown.js Refactor new->edit transition to avoid editor re-renders (#949) 2018-01-17 13:27:37 +00:00
gh-scroll-trigger.js Koenig - Keep MD card formatting toolbar visible when possible 2018-04-24 13:10:20 +01:00
gh-search-input-trigger.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-search-input.js Use filter instead of status and staticPages params for post queries (#1025) 2018-07-20 11:57:53 +01:00
gh-simplemde.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
gh-skip-link.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-subscribers-table.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-tag-settings-form.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-tag.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-tags-management-container.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-task-button.js Fixed submit-on-enter and password manager issues on signup 2018-09-17 16:03:58 +01:00
gh-text-input.js Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-textarea.js ESLint fixes for latest eslint-plugin-ember 2018-03-19 13:05:02 +00:00
gh-theme-error-li.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-theme-table.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-timezone-select.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-token-input.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
gh-tour-item.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-trim-focus-input.js Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-unsplash-photo.js Koenig - Unsplash integration 2018-08-10 18:11:35 +01:00
gh-unsplash.js Koenig - Unsplash integration 2018-08-10 18:11:35 +01:00
gh-uploader.js Do not allow upload of invalid images to gallery 2018-08-31 12:01:08 +01:00
gh-url-preview.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-user-active.js Add {{background-image-style}} helper 2018-05-14 13:04:53 +01:00
gh-user-invited.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-user-list-item.js Upgrade to Ember 2.15.0 2017-09-02 16:18:10 -04:00
gh-validation-status-container.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-view-title.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
modal-base.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-all.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-delete-post.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-delete-subscriber.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-tag.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-theme.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-user.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-import-subscribers.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-invite-new-user.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-leave-editor.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-leave-settings.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-markdown-help.js Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-new-integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
modal-new-subscriber.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-new-webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
modal-re-authenticate.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
modal-suspend-user.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-theme-warnings.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-transfer-owner.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-unsuspend-user.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-upload-image.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-upload-theme.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
power-select-vertical-collection-options.js 🚀 supercharge tags performance 2017-07-07 17:53:08 +01:00