0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
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
..
e2e-api Added ValidationError for duplicate newsletter names (#14631) 2022-05-03 15:33:56 +02:00
e2e-browser
e2e-frontend Removed res.locals.apiVersion 2022-04-28 15:35:28 +01:00
e2e-server Added MRR stats service and endpoint (#14427) 2022-04-08 09:18:04 +02:00
integration Removed backwards compatibility for ghost_head and ghost_foot settings 2022-04-28 15:37:14 +01:00
regression Added test coverage for author reassignment 2022-05-03 14:57:35 +08:00
unit Fixed urlUtils usage in member config provider 2022-05-03 21:07:04 +01:00
utils Fixed deadlock when adding multiple authors in tests 2022-05-03 16:28:07 +08:00
.eslintignore
.eslintrc.js
.jshintrc