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

Federate pinned entries #831

Merged
merged 21 commits into from
Jul 4, 2024
Merged

Federate pinned entries #831

merged 21 commits into from
Jul 4, 2024

Commits on Jun 15, 2024

  1. Federate pinned entries

    - add endpoint to get the featured collection
    - add outgoing messages to send collection updates to subscribed instances
    - handle the featured collection in the `ActivityPubManager.updateMagazine` method
    BentiGorlich committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1b96be2 View commit details
    Browse the repository at this point in the history
  2. Fix missing url params

    BentiGorlich committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8e7f60e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Implement incoming add/remove activities

    - implement incoming add/remove activities for the featured collection
    BentiGorlich committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d773bac View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    e397c4b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fix moderator federation

    - it got broken when expanding the `AddRemoveFactory`
    BentiGorlich committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c8fb494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b70f6 View commit details
    Browse the repository at this point in the history
  3. Implement announce

    - When a remote moderator pins or unpins an entry this will now be announced to all subscribers of the magazine
    BentiGorlich committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bfe682e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3b7fd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56c9bd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    5e1a43b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00621cb View commit details
    Browse the repository at this point in the history
  3. Fix sticky on create, add modlog

    - add a modlog for pinning and unpinning an entry
    - actually implement the sticky on create
    BentiGorlich committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4e48a29 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    1219a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3ee21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d5fdcd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Invalidate cache when an entry or post is pinned, so the next actor u…

    …pdate will not undo the pin
    BentiGorlich committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    aef606c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee00e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3f45460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    078903e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8235392 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    6b30d15 View commit details
    Browse the repository at this point in the history