Ghost/core/server/services
Rishabh 24b2a82461 Updated session API status code for logged out member
refs https://github.com/TryGhost/Team/issues/560
refs 69b773d112

The endpoint `/members/api/session/` is used by Portal for fetching member session while setting up and redirecting to Stripe Checkout flow. The status code returned by API for logged out member is changed from 4xx Unauthorized to 204 No Content, which is consistent with the status code returned while fetching member data when logged out. This API is made just before initiating the checkout session, and is not noticable in most cases due to redirect to Stripe Checkout and got missed.
2021-07-30 10:34:51 +05:30
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Lazily instantiated express-session middleware 2021-07-14 17:19:53 +01:00
bulk-email Enabled removing all segmented email cards when the memberSegment is null 2021-07-08 18:34:30 +02:00
email-analytics Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
invitations Moved i18n to shared 2021-05-04 13:03:38 +01:00
invites Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
jobs Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
mail Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
mega Adjusted .btn-accent colors in emails for a white background 2021-07-29 15:39:04 +01:00
members Updated session API status code for logged out member 2021-07-30 10:34:51 +05:30
notifications Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
permissions Removed usages of new Error & i18n in legacy code 2021-07-01 12:53:06 +01:00
public-config Added a feature flag to the oauth login feature 2021-07-20 23:16:49 +02:00
route-settings Moved route settings to new server service 2021-06-30 10:58:33 +01:00
settings Added email unfreeze for verified email config 2021-07-29 20:30:30 +12:00
themes v4.9.4 2021-07-12 18:55:16 +01:00
webhooks Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
limits.js Fixed error when hostLimits are undefined 2021-07-23 20:46:52 +04:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
users.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
xmlrpc.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00