Age | Commit message (Collapse) | Author |
|
insert an Oban job
It's better to avoid inserting an Oban job that will just be rejected if it's not expensive to check.
|
|
|
|
|
|
|
|
than the poll closing time
|
|
|
|
|
|
|
|
|
|
This was only used for poll refreshing and is not a good approach to the problem.
|
|
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
We do not need to mock and verify connections are closed as the new Pleroma.LDAP GenServer will handle managing the connection lifetime
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Add `group_key` to notifications
See merge request pleroma/pleroma!4262
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Allow providing avatar/header descriptions
See merge request pleroma/pleroma!4227
|
|
Include list id in StatusView
See merge request pleroma/pleroma!4246
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
|
|
NodeInfo: Accept application/activity+json requests
See merge request pleroma/pleroma!4242
|
|
|
|
Fix Following status bug
See merge request pleroma/pleroma!4251
|
|
|
|
|
|
missing
|
|
|
|
|
|
This reverts merge request !4244
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Fix OAuth app spam
See merge request pleroma/pleroma!4244
|
|
Drop unwanted activities from unknown actors
See merge request pleroma/pleroma!4236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By removing the inReplyTo, tags, and cc we can simplify the test and it still passes signature validation
|
|
|
|
|