Ghost/core/frontend
Hannah Wolfe d541a14826 Change theme uploads to move & delete at end
- Currently theme uploads delete the existing theme before copying the new files into place
- If something goes wrong with the delete action, you will end up in a bad state
   - Some or all of the files may be deleted, but now Ghost won't try to put the new theme in place, instead returning an error
   - This leaves you with an invalid active theme and a broken site
- Unlike delete, move is a one-hit operation that succeeds or fails, there moving a theme is safer than deleting
- This updated code moves the old theme to a folder with the name [theme-name]-[uuid] before copying the new theme into place
- Even if this fails, the files should not be gone
- There's a cleanup operation to remove the theme backup at the end, but we don't care too much if this fails
2020-06-08 16:12:17 +01:00
..
apps 🐛 Fixed iframe script for AMP not injected 2020-06-01 16:06:13 +12:00
helpers Replaced existing members script with new (behind dev exp) 2020-05-28 20:47:00 +05:30
meta Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
services Change theme uploads to move & delete at end 2020-06-08 16:12:17 +01:00
views Updated unsubscribe copy 2019-11-26 11:03:14 +01:00