0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Kevin Ansfield f9a3f7d955 🐛 Fixed "Cannot destructure property" error when overwriting active theme
refs https://github.com/TryGhost/action-deploy-theme/issues/45

- added missing `throw error` in the `setFromZip()` catch which was hiding the underlying error when a theme uploaded and saved successfully but other code had failed
- fixed incorrect method name `activator.activateFromOverride` -> `activator.activateFromAPIOverride`
2021-07-09 20:40:01 +01:00
..
adapters Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
api Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
data Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
lib Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
models Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
public
services 🐛 Fixed "Cannot destructure property" error when overwriting active theme 2021-07-09 20:40:01 +01:00
views
web Moved labs middleware into labs utility 2021-07-08 09:05:41 +01:00
analytics-events.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
ghost-server.js
notify.js
overrides.js
run-update-check.js Added protective code to update-check job 2021-06-29 14:02:16 +04:00
update-check.js Fixed critical alerts sending to admin users 2021-07-07 11:29:18 +04:00