Ghost/ghost/admin/app/controllers/settings
Kevin Ansfield 0d7c2f4790 🐛 Fixed theme installs from ghost.org/marketplace
no issue

The marketplace still uses the `/settings/theme/install` route but that was removed as part of the redesign for design settings.

- added `settings.design.change-theme.install` route that uses the newer theme install modal
  - requires backing controller for query param support despite no template being rendered
  - uses the `change-theme` controller's official theme list to fetch theme details based on query param `ref`
- added `settings.change-theme` route that lives on the old `/settings/theme/install` path and redirects to the new install route
- commented out the old theme settings routes ready for full cleanup/removal
2021-11-10 10:58:29 +00:00
..
design 🐛 Fixed theme installs from ghost.org/marketplace 2021-11-10 10:58:29 +00:00
integration/webhooks Removed obsolete integration files 2021-11-05 13:42:38 +01:00
integrations Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
staff Fixed staff tests 2021-11-04 09:40:24 +01:00
theme Fix the limit service when querying an empty config 2021-04-09 11:16:37 +02:00
code-injection.js 🐛 Fixed unable to exit code injection settings without save 2021-02-11 21:09:55 +05:30
design.js Fixed save button on design settings screen 2021-10-12 15:19:27 +01:00
general.js 🐛 Fixed settings previews not working in private site mode (#2128) 2021-10-28 18:29:41 +05:30
integration.js Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
integrations.js Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
labs.js Added utils service with downloadFile() method 2021-10-05 14:21:19 +01:00
members-email.js Updated email previews to show full from email address 2021-06-11 16:42:27 +01:00
membership.js Updated labels in offer screens when multiple tiers is disabled 2021-10-21 22:59:16 +05:30
navigation.js Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
product.js Removed unused members-payments route 2021-05-21 08:57:28 +01:00
products.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
theme.js Removed unused blogUrl CP from theme controller 2021-10-05 14:37:51 +01:00