Age | Commit message (Collapse) | Author |
|
remake-remodel-dms
|
|
|
|
|
|
remake-remodel-dms
|
|
Use atoms as keys in `ActivityPub.fetch_*` options
See merge request pleroma/pleroma!2629
|
|
|
|
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
|
|
Create Pleroma.Maps.put_if_present(map, key, value, value_function // &{:ok, &1}) :: map
See merge request pleroma/pleroma!2436
|
|
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.
|
|
|
|
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|
|
Add OpenAPI spec to AdminAPI.ConfigController
See merge request pleroma/pleroma!2606
|
|
|
|
|
|
|
|
|
|
|