Ghost/ghost/admin/app/components
Nazar Gargol c3d141dd03 Added improved validations for 2nd step of members import
no issue

- Adds validations for imported CSV data
- These checks include obvious validation checks for data - like if email addresses are valid, checking if Stripe configured when entries with stripe_customer_id are present and additional server-side validation for entries with stripe_customer_id to check if they appear in connected Stripe account
- The validation set is calculated by naive choosing of first 5, middle 5 and 5 tail records from imported set. This logic comes from observations that errors usually apear withing "test" records in the beggining or the end of the file. These selection rules might change in the future if we find a need for it.
- Adds papaparse CSV parser, which was chosen for it's maturity and relatively small minified size. In the future this library should be lazy-loaded to make the first page load UX nicer
2020-06-12 17:22:36 +12:00
..
gh-post-settings-menu Removed redundant reset value for task buttons 2020-06-04 19:23:59 +05:30
gh-power-select Co-located component template files 2020-05-18 13:14:08 +01:00
gh-token-input Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
aspect-ratio-box.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
aspect-ratio-box.js Added ability to upload integration icons (#1058) 2018-10-23 10:29:49 +01:00
gh-activating-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-activating-list-item.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-alert.hbs Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
gh-alert.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-alerts.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-alerts.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-app.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-app.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-basic-dropdown.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-basic-dropdown.js Co-located component template files 2020-05-18 13:14:08 +01:00
gh-billing-iframe.hbs Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-iframe.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-modal.hbs Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-modal.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-update-button.hbs Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-update-button.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-blog-url.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-blog-url.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-canvas-header.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-canvas-header.js Removed and disabled use of Ember.js function prototype extensions 2019-07-01 15:53:58 +01:00
gh-cm-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-cm-editor.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-content-cover.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-contentfilter.hbs Added access level filter to posts and pages lists in admin 2020-06-09 12:19:40 +01:00
gh-contentfilter.js Added access level filter to posts and pages lists in admin 2020-06-09 12:19:40 +01:00
gh-custom-view-title.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-custom-view-title.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
gh-date-time-picker.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-date-time-picker.js Upgraded ember-power-* addons (#1459) 2020-01-15 13:53:51 +00:00
gh-dropdown-button.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-dropdown.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-editor-post-status.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-editor-post-status.js Added console log with reason unsaved changes modal is shown in editor 2019-12-17 09:57:37 +00:00
gh-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-editor.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-error-message.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-error-message.js Converted <GhErrorMessage> to glimmer component 2019-12-13 16:12:04 +00:00
gh-feature-flag.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-feature-flag.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-file-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-file-upload.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-file-upload.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-file-uploader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-file-uploader.js Update ember core 2019-07-22 14:00:52 +01: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.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-fullscreen-modal.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-image-uploader-with-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-image-uploader-with-preview.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-image-uploader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-image-uploader.js Fix linting errors 2019-07-22 11:21:24 +01:00
gh-infinity-loader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-infinity-loader.js Co-located component template files 2020-05-18 13:14:08 +01:00
gh-koenig-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-koenig-editor.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
gh-link-to-custom-views-index.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-link-to-custom-views-index.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
gh-loading-list.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-loading-spinner.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-loading-spinner.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-markdown-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-markdown-editor.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
gh-member-avatar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-avatar.js Updated members list to use paginated loading 2020-05-20 16:39:32 +01:00
gh-member-label-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-label-input.js Fixes labels duplicating themselves across lalbe inputs when unsaved 2020-06-09 20:31:09 +12:00
gh-member-settings-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-settings-form.js Fixed linting error for using this.get() in octane syntax 2020-06-12 00:46:04 +12:00
gh-members-chart.hbs Fixed members chart 2020-05-27 16:12:13 +01:00
gh-members-chart.js Fixed members list/chart not updating after members import 2020-06-01 15:48:46 +01:00
gh-members-filter.hbs Renamed <GhMembersContentFilter> to <GhMembersFilter> (fixed) 2020-06-09 22:58:12 +01:00
gh-members-filter.js Renamed <GhMembersContentFilter> to <GhMembersFilter> 2020-06-09 22:54:07 +01:00
gh-members-lab-setting.hbs Added success state for Stripe Connect 2020-06-11 17:14:20 +02:00
gh-members-lab-setting.js Added success state for Stripe Connect 2020-06-11 17:14:20 +02:00
gh-members-list-item.hbs Fixed members list cell wrapping 2020-06-02 12:30:11 +02:00
gh-members-no-members.hbs 🐛 Fixed members list not refreshing after adding yourself 2020-06-05 08:50:20 +01:00
gh-members-no-members.js 🐛 Fixed members list not refreshing after adding yourself 2020-06-05 08:50:20 +01:00
gh-mobile-nav-bar.hbs 🐛 Fixed various small accessibility problems in the admin screen (#1583) 2020-05-28 15:51:14 +01: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.hbs 🐛 Fixed various small accessibility problems in the admin screen (#1583) 2020-05-28 15:51:14 +01:00
gh-nav-menu.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-navitem-url-input.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
gh-navitem.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-navitem.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
gh-notification.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-notification.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
gh-notifications.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-notifications.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-post-settings-menu.hbs Added access level filter to posts and pages lists in admin 2020-06-09 12:19:40 +01:00
gh-post-settings-menu.js 🐛 Fixed email preview not visible to Editors 2020-05-28 15:57:59 +05:30
gh-posts-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-posts-list-item.js Updated email role restrictions 2019-11-26 13:20:49 +01:00
gh-profile-image.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-profile-image.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-progress-bar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-progress-bar.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-authors-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-authors-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-tags-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-tags-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-template-select.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-template-select.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-visibility-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-visibility-input.js Renamed post visiblity dropdown values for posts 2019-10-04 12:57:58 +02:00
gh-publishmenu-draft.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu-draft.js 🐛 Fixed ability to schedule emailed post when date is incorrect 2020-04-23 19:43:10 +01:00
gh-publishmenu-published.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu-published.js Display email sent info on published state of publish menu 2019-11-04 16:59:46 +07:00
gh-publishmenu-scheduled.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu-scheduled.js Allowed editors to send email on publish (#1504) 2020-02-24 12:20:29 +08:00
gh-publishmenu.hbs Removed redundant reset value for task buttons 2020-06-04 19:23:59 +05:30
gh-publishmenu.js 🐛 Fixed ability to schedule emailed post when date is incorrect 2020-04-23 19:43:10 +01:00
gh-scroll-trigger.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-scroll-trigger.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-search-input-trigger.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-search-input-trigger.js Update dependency ember-power-select to v4 (#1528) 2020-05-17 22:35:53 +01:00
gh-search-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-search-input.js Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00
gh-simplemde.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-simplemde.js 🐛 Fixed editor crashing when leaving a markdown card's edit mode 2019-05-23 13:43:01 +01:00
gh-site-iframe.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-site-iframe.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
gh-skip-link.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
gh-tag-settings-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-tag-settings-form.js Cleaned up more unused code in <GhTagSettingsForm> 2020-01-10 14:56:43 +00:00
gh-tags-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-tags-list-item.js 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30
gh-task-button.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-task-button.js Enabled auto reset state for action buttons 2020-06-04 18:44:38 +05:30
gh-text-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-text-input.js Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-textarea.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-theme-error-li.hbs Co-located component template files 2020-05-18 13:14:08 +01: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.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-theme-table.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-timezone-select.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-timezone-select.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-token-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-token-input.js Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
gh-tour-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-tour-item.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-trim-focus-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-unsplash-photo.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-unsplash-photo.js Updated Unsplash image selector to insert larger images 2019-08-29 09:41:43 +01:00
gh-unsplash.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-unsplash.js Updated Unsplash image selector to insert larger images 2019-08-29 09:41:43 +01:00
gh-uploader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-uploader.js Fixed ".set called on destroyed object" error thrown in <GhUploader> 2019-07-31 17:45:19 +01:00
gh-url-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-url-preview.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-user-active.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-active.js Add {{background-image-style}} helper 2018-05-14 13:04:53 +01:00
gh-user-invited.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-invited.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
gh-user-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01: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 Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-view-title.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-view-title.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-whats-new.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-whats-new.js Added "What's new" indicator and modal to highlight recent updates (#1292) 2019-08-23 10:01:27 +01:00
modal-base.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
modal-confirm-email-send.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-confirm-email-send.js Updated send email messaging for Editors (#1505) 2020-02-24 13:22:39 +05:30
modal-custom-view-form.hbs Switched per-user custom views to shared custom views 2020-06-04 21:30:06 +01:00
modal-custom-view-form.js Fixed query params not resetting when deleting a custom view 2020-02-03 16:38:14 +00:00
modal-delete-all.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-all.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-integration.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-integration.js Added ability to delete integrations (#1057) 2018-10-19 17:37:27 +01:00
modal-delete-member.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-member.js Memoized member stats with expiration 2020-05-26 17:17:52 +01:00
modal-delete-post.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-post.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-tag.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-tag.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-theme.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-theme.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-user.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-webhook.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-webhook.js Added edit webhook modal (#1056) 2018-10-19 17:34:53 +01:00
modal-from-address-confirmation.hbs Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
modal-from-address-confirmation.js Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
modal-impersonate-member.hbs Removed redundant reset value for task buttons 2020-06-04 19:23:59 +05:30
modal-impersonate-member.js Added member impersonation (#1497) 2020-02-27 11:50:15 +08:00
modal-import-members.hbs Added improved validations for 2nd step of members import 2020-06-12 17:22:36 +12:00
modal-import-members.js Added improved validations for 2nd step of members import 2020-06-12 17:22:36 +12:00
modal-invite-new-user.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-invite-new-user.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
modal-leave-editor.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-leave-editor.js 🐛 Fixed sticky "Unsaved changes" modal when leaving editor 2019-01-21 09:18:51 +00:00
modal-leave-settings.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-leave-settings.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
modal-markdown-help.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-markdown-help.js Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-members-label-form.hbs Removed redundant reset value for task buttons 2020-06-04 19:23:59 +05:30
modal-members-label-form.js Refactored members routes 2020-05-20 16:39:31 +01:00
modal-new-integration.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-new-integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
modal-post-email-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-post-email-preview.js Allowed pointer-events on prerview modal 2019-11-15 11:37:04 +05:30
modal-re-authenticate.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-re-authenticate.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
modal-regenerate-key.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-regenerate-key.js Added regenerate copy tweak for internal Zapier integration 2020-05-06 12:36:43 +05:30
modal-search.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-search.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
modal-suspend-user.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-suspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-theme-warnings.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-theme-warnings.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-transfer-owner.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-transfer-owner.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-unsuspend-user.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-unsuspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-upgrade-host-limit.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-upgrade-host-limit.js Added upgrade modal for host member limits (#1428) 2019-12-17 19:27:42 +05:30
modal-upload-image.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-upload-image.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
modal-upload-theme.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-upload-theme.js 🐛 Fixed missing errors and confusing button text in theme upload modal 2019-04-15 22:43:29 +01:00
modal-webhook-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-webhook-form.js Fixed linting 2018-11-13 09:56:59 +00:00
modal-whats-new.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-whats-new.js Added "What's new" indicator and modal to highlight recent updates (#1292) 2019-08-23 10:01:27 +01:00
power-select-vertical-collection-options.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
power-select-vertical-collection-options.js Co-located component template files 2020-05-18 13:14:08 +01:00