Ghost/ghost/admin/app/controllers
Kevin Ansfield 3ee0c3ff53 Fixed duplicate top-level properties after native class codemod
refs https://github.com/TryGhost/Ghost/issues/14101
refs https://github.com/TryGhost/Admin/pull/2256

Before migrating to native classes we had a number of controllers/components that had an `.actions.foo` action and a `.foo` task. The automated migration to native classes didn't take that into account and we've ended up with duplicate top-level property names. These duplicates are confusing and can potentially lead to errors or unexpected behaviour, they'll also be flagged as linter errors when we bump our eslint version.

- switched tasks with matching action names to `.actionTask` naming scheme
2022-02-10 10:20:03 +00:00
..
editor Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
members Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
settings Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
setup Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
application.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
billing.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
dashboard.js Added display of get-started modal after completing setup flow 2022-02-01 18:20:26 +00:00
designsandbox.js Renamed design sandbox template 2021-02-05 14:00:51 +01:00
editor.js [chore] updates app/controllers/editor.js to use native classes (#2253) 2022-02-09 09:50:46 +00:00
error.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
home.js Added display of get-started modal after completing setup flow 2022-02-01 18:20:26 +00:00
launch.js Updated pricing setup on launch wizard 2021-05-20 17:01:12 +05:30
member.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
members-activity.js Excluded all email related events from feeds when newsletter is disabled 2022-01-27 19:19:15 +00:00
members.js Refactored modal for bulk unsubscribing members 2022-02-09 22:04:02 +00:00
offer.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
offers.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
pages-loading.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
pages.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
posts-loading.js Collapsed @service injection definitions to single-line style 2022-02-03 19:04:43 +00:00
posts.js Collapsed @service injection definitions to single-line style 2022-02-03 19:04:43 +00:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
settings.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
setup.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
signin.js Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
signup.js Made session.user a synchronous property rather than a promise 2021-07-08 14:54:31 +01:00
site.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
tag.js Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
tags.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
whatsnew.js Updated database warning wording 2022-01-18 11:10:25 +00:00