0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/services/members
Hannah Wolfe 499bb293c9
Fixed urlUtils usage in member config provider
- This is preparation work for getting rid of API versions
- The existing code used api versions for members, but the members API is not versioned
- This caused a bug as issuer was begin set to {{admin_url}}/ghost/api/undefined
- The updated code returns the correct value and is unit tested
- Whilst cleaning up I also swapped the usage of urlUtils to consistently use urlFor, as that is our main helper
2022-05-03 21:07:04 +01:00
..
emails Removed empty class attribute from emails (#13906) 2021-12-16 16:58:33 +02:00
importer
stats Renamed index.js file to a service 2021-08-18 11:48:16 +04:00
api.js Added newsletter from address verification (#14491) 2022-04-26 12:31:34 +01:00
config.js Fixed urlUtils usage in member config provider 2022-05-03 21:07:04 +01:00
content-gating.js Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
index.js
middleware.js Added member endpoints for managing newsletter subscriptions (#14624) 2022-04-28 17:14:17 +05:30
service.js Set importer context for members importer 2022-04-28 12:10:44 +01:00
settings.js Updated support email address redirect (#14075) 2022-01-27 12:43:01 +01:00
SingleUseTokenProvider.js
stripe-connect.js Added linting for use of @tryghost/errors 2021-12-01 11:22:21 +00:00
utils.js Added newsletters to Portal site data 2022-04-05 22:23:39 +05:30