Age | Commit message (Collapse) | Author |
|
Add command to reload emoji packs from cli for OTP users
Closes #1814
See merge request pleroma/pleroma!2639
|
|
|
|
|
|
|
|
|
|
Not useful for source releases as we don't have a way to automate connecting to the running instance.
|
|
|
|
Chats / ChatMessages
See merge request pleroma/pleroma!2429
|
|
Add `url` field to AdminAPI.AccountView
See merge request pleroma/pleroma!2633
|
|
|
|
remake-remodel-dms
|
|
remake-remodel-dms
|
|
|
|
|
|
No issues with the rest of the network yet but this makes sure it will work
once https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2429
is merged.
|
|
Add OpenAPI spec for AdminAPI.RelayController
See merge request pleroma/pleroma!2579
|
|
Delete outgoing pending follow requests on user deletion
See merge request pleroma/pleroma!2631
|
|
remake-remodel-dms
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|