Age | Commit message (Collapse) | Author |
|
Use parent object instead of activity because context is null of Announce activity from Mastodon.
|
|
Fix AP C2S pagination
Closes #866 and #751
See merge request pleroma/pleroma!2491
|
|
Fix profile emojis bypassing mediaproxy and harden CSP
Closes #1810
See merge request pleroma/pleroma!2596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643
|
|
|
|
|
|
|
|
|
|
No need for compat because this is brand new.
|
|
Make our usage of this more uniform.
|
|
|
|
|
|
activity-pub-use-atoms-as-keys
|
|
|
|
remake-remodel-dms
|
|
Fix AP C2S pagination
Closes #866 and #751
See merge request pleroma/pleroma!2491
|
|
Unifies all the similar functions to one and simplify some blocks with it.
|
|
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.
|
|
This is to prevent wrong values in the stream.
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# lib/pleroma/web/admin_api/controllers/admin_api_controller.ex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Saves us a few calles to fetch things from the DB that we already
have.
|
|
Update OpenAPI spec for AdminAPI.StatusController
See merge request pleroma/pleroma!2624
|