Ghost/ghost/core
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
..
content
core Wired up the Webmention receive endpoint to the Mentions service 2023-01-19 18:41:49 +07:00
test Refactored OEmbed service into a proper service 2023-01-19 18:41:49 +07:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.gitignore
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js Reverted "Added version information to log lines" 2023-01-17 13:20:47 +01:00
MigratorConfig.js
package.json Updated express-test to 0.13.0 2023-01-18 11:42:42 +01:00
playwright.config.js