0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
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
..
client@5d268bfe52 Updated Ghost-Admin to v3.18.1 2020-06-02 18:07:38 +01:00
frontend Change theme uploads to move & delete at end 2020-06-08 16:12:17 +01:00
server 🐛 Improved error message output when oembed request fails 2020-06-08 15:06:00 +01:00
shared Fixed handling non-Ghost errors in Sentry 2020-06-01 19:01:51 +01:00
index.js