Age | Commit message (Collapse) | Author |
|
|
|
|
|
oauth: never use base64 padding when returning tokens to applications
See merge request pleroma/pleroma!825
|
|
Hellthread filter fix
Closes #634
See merge request pleroma/pleroma!831
|
|
|
|
|
|
activitypub: correctly handle bare URIs in user lookup
Closes #645
See merge request pleroma/pleroma!829
|
|
|
|
get_or_fetch() handles the nickname verses URI differences transparently.
|
|
activitypub transmogrifier: fix reserialization edge cases
See merge request pleroma/pleroma!826
|
|
|
|
|
|
|
|
|
|
(this is based on a counter in User.Info, but the counter is not reliable.)
|
|
It is not really feasible to quickly calculate the totalItems value and
it shouldn't be trusted anyway.
|
|
ActivityPub C2S oauth endpoints
See merge request pleroma/pleroma!821
|
|
|
|
The normal Base64 alphabet uses the equals sign (=) as a padding character. Since
Base64 strings are self-synchronizing, padding characters are unnecessary, so don't
generate them in the first place.
|
|
|
|
objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed to run dev mode mastofe at the same time
|
|
|
|
|
|
Feature/thread muting
See merge request pleroma/pleroma!796
|
|
rich media: tighten fetching timeouts and size limits
See merge request pleroma/pleroma!809
|
|
|
|
|
|
This reverts merge request !802
|
|
|
|
Fix credo issues
See merge request pleroma/pleroma!786
|
|
|
|
Do object insertion through Cachex
See merge request pleroma/pleroma!802
|
|
Respect blocks in mass follow.
See merge request pleroma/pleroma!797
|
|
So we don't flood our postgres logs with errors. Should also make things
slightly faster.
|
|
|
|
|
|
|
|
|