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

Introduce the activity table #1173

Draft
wants to merge 3 commits into
base: dev/new_features
Choose a base branch
from

Commits on Oct 9, 2024

  1. Introducing bookmarks (#1095)

    Co-authored-by: Melroy van den Berg <[email protected]>
    BentiGorlich and melroy89 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fa6f302 View commit details
    Browse the repository at this point in the history
  2. Introduce the activity table

    Whenever an actor makes an activity (like, announce, etc.) we now save it in our db, so the url we pass to other activity pub servers is valid and can return the correct json.
    All the factory and wrapper classes now return an `Activity` entity that can be converted to json using the new `ActivityJsonBuilder`
    BentiGorlich committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1c6dbd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49bdeaa View commit details
    Browse the repository at this point in the history