Ghost/ghost/webmentions/test
Fabien "egg" O'Carroll 8908a51547 Improved verification logic for Mentions
refs https://github.com/TryGhost/Team/issues/2550

By using cheerio to parse the HTML we can correctly look for elements
which use the target URL as the href attribute, rather than doing a
plaintext search. This closer to what the spec says.
2023-02-17 19:07:11 +07:00
..
utils Added MentionSendingService (#16151) 2023-01-19 17:35:10 +01:00
.eslintrc.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
InMemoryMentionRepository.test.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.test.js Improved verification logic for Mentions 2023-02-17 19:07:11 +07:00
MentionDiscoveryService.test.js completely blocked external requests in Webmentions tests (#16186) 2023-01-25 10:43:57 -06:00
MentionsAPI.test.js Wired up verification to MentionsAPI 2023-02-17 19:07:11 +07:00
MentionSendingService.test.js Handled empty content when sending webmentions 2023-02-17 10:46:48 +01:00