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

Activity pub outbox #20163

Closed
wants to merge 39 commits into from
Closed

Activity pub outbox #20163

wants to merge 39 commits into from

Commits on May 9, 2024

  1. Added body parsing

    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d9d6ef2 View commit details
    Browse the repository at this point in the history
  2. Updated HTTPSignature

    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    485eb3d View commit details
    Browse the repository at this point in the history
  3. Changed Activity to an Entity

    We want to be able to persist these which means they need to be an Entity
    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    19575c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52b980a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae03586 View commit details
    Browse the repository at this point in the history
  6. Added URI object

    This helps with having a dynamic base URL
    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d9ec3f9 View commit details
    Browse the repository at this point in the history
  7. Added support for fingering

    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f91a996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44593f8 View commit details
    Browse the repository at this point in the history
  9. Updated types

    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    460f030 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a965a8 View commit details
    Browse the repository at this point in the history
  11. Wired up inbox endpoint

    allouis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    69821f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b591a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3d3953 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5f51977 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86501d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bace3e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fdf77f9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e7c862f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2684d13 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    91f5276 View commit details
    Browse the repository at this point in the history
  21. Fetching site url

    vershwal authored and djordjevlais committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3f4a397 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    856f0fe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c9f2b80 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    00250fe View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    a57eca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514ecc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d792d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c65e02 View commit details
    Browse the repository at this point in the history
  5. Wired up following to API

    Also added a hardcoded `@index@ghost.org` user to follow for now.
    allouis committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fcb8bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7de21f2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Added Follow mutation

    allouis committed May 13, 2024
    Configuration menu
    Copy the full SHA
    82efc18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2f0ca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0c7c2 View commit details
    Browse the repository at this point in the history
  4. Added more tests

    allouis committed May 13, 2024
    Configuration menu
    Copy the full SHA
    400b274 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d00c4b2 View commit details
    Browse the repository at this point in the history
  6. Removed default following

    allouis committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f06def5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8877665 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    9d02081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e280e66 View commit details
    Browse the repository at this point in the history