Ghost/core/server
Fabien 'egg' O'Carroll 7fae5b8341
🐛 Fixed setting Tier prices after changing Stripe accounts
refs https://github.com/TryGhost/Team/issues/1212

This now emits the event when the service is reconfigured, rather than
when we issue the reconfigure command, which causes the event and the
action to be run in the wrong order. This would then cause knock on effects
of having the database in an undefined state - with stripe data in not linked
to the current Stripe account.
2021-11-10 14:03:03 +02:00
..
adapters Added ability to delete existing files through storage adapters 2021-11-09 16:07:23 +04:00
api Added thumbnail upload endpoint to Media API 2021-11-09 16:07:23 +04:00
data Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
lib Renamed getLocalFileStoragePath 2021-11-05 17:17:18 +04:00
models Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00
services 🐛 Fixed setting Tier prices after changing Stripe accounts 2021-11-10 14:03:03 +02:00
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Moved `/media/thumbnail/ Admin API endpoint to /media/thumbnail/upload 2021-11-09 16:39:33 +04:00
analytics-events.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
ghost-server.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
notify.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
overrides.js Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00
run-update-check.js Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
update-check.js Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00