Ghost/core/server/services
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
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
bulk-email Added migration to remove surrounding <> in email_batches.provider_id (#12673) 2021-02-23 08:48:21 +00:00
email-analytics Added migration to remove surrounding <> in email_batches.provider_id (#12673) 2021-02-23 08:48:21 +00:00
invitations 🐛 Fixed error caused by accepting invitation with existing email (#12172) 2020-09-09 11:58:53 +12:00
invites Refactored invites module into a class 2021-01-14 19:42:38 +13:00
jobs Added custom worker message handler 2021-02-22 20:02:00 +13:00
mail 🐛 Fixed ENOTFOUND error handling on NodeJS >=13 2021-02-23 19:37:03 +01:00
mega Updated members_status_events table (#12647) 2021-02-16 10:38:36 +00:00
members Fixed status code for unauthenticated requests 2021-03-01 16:19:28 +00:00
notifications Fixed update check tests 2021-01-14 18:30:09 +13:00
permissions Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
settings Fixed settings reinit to only emit changed settings events (#12184) 2020-09-23 14:35:03 +01:00
webhooks Updated logging message for webhooks 2020-12-03 17:50:53 +00:00
labs.js Hardcoded labs to always return members:true 2021-02-17 19:55:16 +13:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js Adding sentry logging to all ping errors 2021-02-19 14:00:50 +01:00