Ghost/ghost/webmentions/lib
Fabien "egg" O'Carroll 743da542d0 Wired up the Webmention receive endpoint to the Mentions service
refs https://github.com/TryGhost/Team/issues/2419

This is the initial stab at having everything wired up, we're not
using a queue but we are handling the processing of the Webmention
asyncrounsly so that the HTTP response can be end immediately.

We've also laid the groundwork for extending and implementing the
correct processing of Webmentions, for example checking if the target
URL exists in the system, pulling out the metadata from the Webmention
source and fetching any internal resources.
2023-01-19 18:41:49 +07:00
..
InMemoryMentionRepository.js Added initial basic Mentions implementation 2023-01-17 17:01:20 +07:00
Mention.js Added site title and author to Mention entity 2023-01-19 18:41:49 +07:00
MentionsAPI.js Wired up the Webmention receive endpoint to the Mentions service 2023-01-19 18:41:49 +07:00
webmentions.js Added initial basic Mentions implementation 2023-01-17 17:01:20 +07:00