Age | Commit message (Collapse) | Author |
|
Update validator
See merge request pleroma/pleroma!2668
|
|
Moving mrf settings from instance to separate mrf group
Closes #1631
See merge request pleroma/pleroma!2320
|
|
|
|
|
|
|
|
|
|
update-validator
|
|
|
|
|
|
|
|
|
|
conversation field is still set for outgoing federation for compatibility.
|
|
|
|
|
|
update-validator
|
|
|
|
|
|
|
|
|
|
|
|
ActivityPub: Don't show announces of your own objects in timeline.
See merge request pleroma/pleroma!2637
|
|
Global status expiration
See merge request pleroma/pleroma!2208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remake-remodel-dms
|
|
remake-remodel-dms
|
|
|
|
|
|
activity-pub-use-atoms-as-keys
|
|
This is to run things like streaming notifications out, which will
sometimes need data that is created by the transaction, but is
streamed out asynchronously.
|
|
As the notification type changes depending on the follow state,
the notification should not be created and streamed out before the
state settles. For this reason, the notification creation has been
delayed until it's clear if the user has been followed or not.
This is a bit hacky but it will be properly rewritten using the
pipeline soon.
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|
|
Saves us a few calles to fetch things from the DB that we already
have.
|
|
|
|
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|