Age | Commit message (Collapse) | Author |
|
|
|
No need for compat because this is brand new.
|
|
Make our usage of this more uniform.
|
|
|
|
|
|
|
|
remake-remodel-dms
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add OpenAPI spec for AdminAPI.ReportController
See merge request pleroma/pleroma!2628
|
|
|
|
|
|
|
|
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
|
|
|
|
This ensures fast count of unseen messages
|
|
|
|
|
|
Use AdminAPI.StatusView in api/admin/users
Closes #1836
See merge request pleroma/pleroma!2627
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs: clients.md: Add Husky
See merge request pleroma/pleroma!2626
|