0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/components
Kevin Ansfield 73ea9f52f0 Fix auth regressions after ESA 1.0 upgrade
refs #6039, closes #6047, closes #6048

- delete old/unused fixtures file
- add failing tests for #6047 & #6048
- redirect to sign-in if we get a 401 when making an API request
- fix incorrect `this.notifications` call in tag controller
- raise `authorizationFailed` action in application route's `sessionInvalidated` hook so that it can be handled by leaf routes (fixes re-auth modal display)
- close "saving failed" alert when successfully re-authenticated
- adds a "window-proxy" util so that we can override `window.*` operations in tests
- fix `gh-selectize` attempting to register event handlers when the component has already been destroyed
2015-11-12 12:56:27 +00:00
..
gh-activating-list-item.js Ember-cli, Ember, & Ember Data 1.13.x upgrades 2015-10-06 16:09:05 +01:00
gh-alert.js Avoid duplicate alerts, clear alerts on successful retry or sign-in 2015-10-12 19:21:30 +01:00
gh-alerts.js Refactor notifications service & components 2015-07-28 12:26:11 +01:00
gh-app.js
gh-blog-url.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-cm-editor.js Routable tags 2015-10-27 12:48:41 +00:00
gh-content-cover.js
gh-content-preview-content.js
gh-content-view-container.js Fix teardown of resize handler in content management screen 2015-09-02 21:41:47 +01:00
gh-dropdown-button.js
gh-dropdown.js Routable tags 2015-10-27 12:48:41 +00:00
gh-ed-editor.js
gh-ed-preview.js Fix preview scroll jump when adding/removing images 2015-10-06 14:47:06 +01:00
gh-editor-save-button.js add spin-button component & implement it 2015-08-10 09:43:50 -06:00
gh-editor.js Mobile markdown/preview tabs 2015-09-01 18:14:40 +01:00
gh-error-message.js
gh-file-upload.js
gh-form-group.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-infinite-scroll-box.js
gh-infinite-scroll.js
gh-input.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-main.js
gh-menu-toggle.js
gh-modal-dialog.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-nav-menu.js deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
gh-navigation.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-navitem-url-input.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-navitem.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-notification.js Avoid duplicate alerts, clear alerts on successful retry or sign-in 2015-10-12 19:21:30 +01:00
gh-notifications.js Refactor notifications service & components 2015-07-28 12:26:11 +01:00
gh-popover-button.js
gh-popover.js
gh-posts-list-item.js Fix broken content mgmt -> editor links on mobile 2015-08-28 11:52:38 +01:00
gh-profile-image.js Finish changes in #5807 (debounced gravatar load in gh-profile-image) 2015-10-29 11:30:30 +00:00
gh-search-input.js Add tags to auto-complete search 2015-11-02 15:34:13 +00:00
gh-select-native.js
gh-selectize.js Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
gh-skip-link.js Ember-cli, Ember, & Ember Data 1.13.x upgrades 2015-10-06 16:09:05 +01:00
gh-spin-button.js Prevent gh-spin-button from infinite spin 2015-08-31 13:41:01 +01:00
gh-tab-pane.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-tab.js Ember-cli, Ember, & Ember Data 1.13.x upgrades 2015-10-06 16:09:05 +01:00
gh-tabs-manager.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-tag-settings-form.js Routable tags 2015-10-27 12:48:41 +00:00
gh-tags-management-container.js Mobile fixes for tag management UI 2015-11-02 13:18:10 +00:00
gh-textarea.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-trim-focus-input.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-upload-modal.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-uploader.js Routable tags 2015-10-27 12:48:41 +00:00
gh-url-preview.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-user-active.js
gh-user-invited.js Avoid duplicate alerts, clear alerts on successful retry or sign-in 2015-10-12 19:21:30 +01:00
gh-validation-status-container.js Fix gh-validation-settings-container throwing error on tag settings page 2015-10-14 14:29:04 +01:00
gh-view-title.js