Ghost/core/server
Rishabh Garg 83c0cbb516
🐛 Fixed missing stripe connected check on boot (#12992)
refs https://github.com/TryGhost/Team/issues/598
refs https://github.com/TryGhost/Ghost/commit/5cdf910e

As part of the changes to disallow sites with starting up without https when they are connected to stripe, the conditional missed the check for stripe connection. As a result we were erroring in boot sequence for all sites starting without https irrespective if they are connected to Stripe or not which is incorrect. This fixes the `init` check for members service to only error for non-https sites if they are connected to Stripe.
2021-05-27 23:03:03 +05:30
..
adapters Fixed initialization logic in post scheduler 2021-05-26 10:44:11 +04:00
api Added sentry_dsn and sentry_env properties to /canary/site/ 2021-05-26 16:54:04 +01:00
data Fixed no-restricted-require warning for core/shared/url-utils.js 2021-05-25 21:13:57 +01:00
lib Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
models 🐛 Fixed members list not loading (#12930) 2021-05-26 19:52:42 +05:30
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services 🐛 Fixed missing stripe connected check on boot (#12992) 2021-05-27 23:03:03 +05:30
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Removed duplicate update check error hanlindg 2021-05-26 15:52:24 +04:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
update-check.js Refactored update check to use async/await syntax 2021-05-26 16:06:06 +04:00