Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts merge request !1504
|
|
|
|
refactoring: begin to use constants
See merge request pleroma/pleroma!1500
|
|
|
|
|
|
|
|
|
|
|
|
Fix remote follow from /ostatus_subscribe
Closes #1103
See merge request pleroma/pleroma!1472
|
|
|
|
|
|
|
|
/api/v1/accounts/relationships)
|
|
|
|
|
|
Admin API: Endpoint for fetching latest user's statuses
See merge request pleroma/pleroma!1413
|
|
|
|
|
|
private statuses)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
activitypub: publisher: align sharedinbox usage with AP specification rules
See merge request pleroma/pleroma!1464
|
|
|
|
|
|
|
|
While debugging the follow breakage, I observed that our sharedInbox usage
did not match the rules in the specification. Accordingly, I have better
aligned our usage of sharedInbox with the rules outlined in the ActivityPub
specification.
|
|
|
|
add the rich media ttl based on image exp time
See merge request pleroma/pleroma!1438
|
|
|
|
|
|
|
|
|
|
instance fetch service actor
See merge request pleroma/pleroma!1440
|
|
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response
instead of 404 and 400.
Fixes pattern matching error caused by different response format
in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns
:ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled.
In tests, it's disabled.
|
|
|
|
Add MRF MentionPolicy for dropping posts which mention specific actors
See merge request pleroma/pleroma!1439
|
|
|
|
added rate limit to password reset
configure rate limit in runtime
|
|
|
|
|