Ghost/ghost/admin/app/models
Kevin Ansfield 352c4af1d7 Refactored usage of .get('property') with es5 getters
no issue
- ran [es5-getter-ember-codemod](https://github.com/rondale-sc/es5-getter-ember-codemod)
- [es5 getters RFC](https://github.com/emberjs/rfcs/blob/master/text/0281-es5-getters.md)
- updates the majority of `object.get('property')` with `object.property` with exceptions:
  - `.get('nested.property')` - it's not possible to determine if this is relying on "safe" path chaining for when `nested` doesn't exist
  - `.get('config.x')` and `.get('settings.x')` - both our `config` and `settings` services are proxy objects which do not support es5 getters
- this PR is not exhaustive, there are still a number of places where `.get('service.foo')` and similar could be replaced but it gets us a long way there in a quick and automated fashion
2019-03-06 13:54:14 +00:00
..
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
integration.js Filter non-custom integrations from Custom Integrations list 2019-02-15 14:18:05 +00:00
invite.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
member.js Added initial members model and associated mirage setup 2019-01-22 17:18:44 +00:00
navigation-item.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
notification.js 🎨 Move "Update available" notification to the About screen (#894) 2018-01-09 14:23:36 +00:00
page.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
post.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
role.js Fixed error causing missing sidebar after import 2019-03-04 16:17:28 +00:00
setting.js Renamed ghostHead/Foot settings to codeinjectionHead/Foot (#1107) 2019-03-05 10:40:19 +00:00
slack-integration.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
subscriber.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
tag.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
theme.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
unsplash-integration.js 🎨 Enabled Unsplash integration by default (#862) 2017-09-20 12:19:48 +02:00
user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00