Ghost/ghost/webmentions/lib
Fabien "egg" O'Carroll 72d7580461 Added source_is_ghost flag to outgoing Webmentions
This is a pretty simple way for us to track which webmentions are sent
by Ghost. Although it's easily spoofed, so are other approaches like
using a header (e.g. User-Agent). If we find that this data is being
spoofed we can look at different approach.

Becuase our receiving implementation stores the payload of the
Webmention, we'll be able to know inside Ghost which Mentions
originated from another Ghost installation, which is useful for stats
and gives us the possibility to display that information in the feed.

Longer term we might want to consider storing this data in a separate
column for Mentions, rather than the `payload` column - but that is
outside the scope of this change.
2023-02-01 13:44:55 +07:00
..
InMemoryMentionRepository.js
Mention.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00
MentionCreatedEvent.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00
MentionDiscoveryService.js Added mention discovery service (#16154) 2023-01-20 11:45:48 +01:00
MentionsAPI.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00
MentionSendingService.js Added source_is_ghost flag to outgoing Webmentions 2023-02-01 13:44:55 +07:00
webmentions.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00