Ghost/core/server/services/members
Fabien O'Carroll 24afc5d4ff Fixed status code for unauthenticated requests
refs https://github.com/TryGhost/Team/issues/498

Requests to fetch the data of the logged in member made without a
session cookie were responsing with 400 Bad Request. This was incorrect
and always should have been a 401 Unauthorized.
2021-03-01 16:19:28 +00:00
..
emails Added extra settings to member auth emails (#12238) 2020-10-01 12:31:36 +05:30
importer Fixed Members importer usage of linkStripeCustomer 2021-01-26 21:26:19 +05:30
stats Added jsdoc to MembersStats class 2021-01-14 12:59:17 +13:00
api.js Added MemberPaidSubscriptionEvent model 2021-02-12 13:55:14 +00:00
config.js Removed hardcoded currency symbols (#12700) 2021-02-25 09:49:07 +00:00
content-gating.js Updated Admin API and Mega to use status flag (#12579) 2021-02-02 16:12:51 +00:00
index.js Exited process when members-api fatally errors (#12489) 2021-02-02 16:12:10 +00:00
limit.js Switched to bookshelf count in getTotalMembers() 2020-08-27 01:52:36 +01:00
middleware.js Fixed status code for unauthenticated requests 2021-03-01 16:19:28 +00:00
settings.js Updated members admin redirect to new page(#12296) 2020-10-22 16:10:25 +05:30
SingleUseTokenProvider.js Updated magic links to use shorter, single us, longer lived tokens (#12218) 2020-09-18 17:32:18 +01:00
stripe-connect.js Encoded the mode in the Stripe Connect OAuth state 2020-06-10 14:06:57 +02:00
utils.js Fixed paid flag on members 2021-02-25 14:26:41 +00:00