Ghost/ghost/core/test/utils
Simon Backx 4c8179312d
🎨 Added support for relative links in emails (#17630)
fixes https://github.com/TryGhost/Product/issues/3687

After this change, relative URLs in emails will be replaced with
absolute URLs using the post URL. Making relative Portal URLs possible
etc.

Updates the test data generator to fix invalid URL encoding (somehow a
backslash + escaped double quote was added when it wasn't required).
2023-08-08 13:22:56 +02:00
..
agents
fixtures 🎨 Added support for relative links in emails (#17630) 2023-08-08 13:22:56 +02:00
mocks
admin-utils.js
api.js
assertions.js
batch-email-utils.js Made lexical rendering async (#17438) 2023-07-20 17:48:48 -05:00
configUtils.js
db-utils.js Removed Bluebird Promise.each from db.utils (#17032) 2023-06-23 09:46:41 +02:00
e2e-framework-mock-manager.js Added E2E Koenig Lexical card tests for paragraphs and signup card (#17159) 2023-06-29 11:10:56 +02:00
e2e-framework.js Reset URL service between test boots 2023-06-13 12:52:03 +02:00
e2e-utils.js Removed Bluebird from tests 2023-06-23 10:03:03 +02:00
fixture-utils.js Tested filtering visibility in Tiers Content API 2023-05-19 13:12:33 -04:00
index.js 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
mocha-retry-reporter.js Enabled and tracked retries in CI tests (#16909) 2023-06-02 09:36:28 +02:00
overrides.js
redirects.js
stripe-mocker.js Added caching to TierRepository 2023-05-12 16:38:32 -04:00
url-service-utils.js
urlUtils.js