Ghost/ghost/webmentions/lib
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
..
InMemoryMentionRepository.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.js Improved verification logic for Mentions 2023-02-17 19:07:11 +07:00
MentionCreatedEvent.js
MentionDiscoveryService.js
MentionsAPI.js Wired up verification to MentionsAPI 2023-02-17 19:07:11 +07:00
MentionSendingService.js Handled empty content when sending webmentions 2023-02-17 10:46:48 +01:00
webmentions.js