Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support incoming webmentions #841

Merged
merged 9 commits into from
Aug 5, 2024
Merged

Support incoming webmentions #841

merged 9 commits into from
Aug 5, 2024

Commits on Jun 2, 2024

  1. Init logic to receive webmentions

    Adds a codepath that would store them as trackback or pingback, depending on the metadata available on the sending page.
    onli committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    1c75f66 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1baf4f5 View commit details
    Browse the repository at this point in the history
  2. Restructure webmention logic

    Separate the MF2 parsing into its own function. Since the origin url is fetched only there, we can easier make that optional later.
    onli committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    efd7f79 View commit details
    Browse the repository at this point in the history
  3. Fix code errors

    onli committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    19fef18 View commit details
    Browse the repository at this point in the history
  4. Implement webmention trackback path

    Only covers one case: A webmention with an in-reply-to that contains the author's h-card.
    onli committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1263be4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Remove TODO for url match task

    The spamblock plugin will check for it later
    onli committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c078d52 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    635f8e3 View commit details
    Browse the repository at this point in the history
  2. Add webmention link-rel to all core themes

    Also adds the trackack link-rel, that was so far only in 2k11
    onli committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6e5df08 View commit details
    Browse the repository at this point in the history
  3. document webmention

    onli committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    02afa42 View commit details
    Browse the repository at this point in the history