Age | Commit message (Collapse) | Author |
|
|
|
Moving custom ecto types in context folders
See merge request pleroma/pleroma!2652
|
|
|
|
|
|
|
|
|
|
User: Add raw_bio, storing unformatted bio
See merge request pleroma/pleroma!2326
|
|
|
|
|
|
Long-term we want that migration to be done entirely in SQL,
but for now this is a hotfix to not cause OOMs on large databases.
This is using a homegrown version of `Repo.stream`, it's worse in
terms of performance than the upstream since it doesn't use the same
prepared query for chunk queries, but unlike the upstream it supports
preloads.
|
|
Resolve "/api/v1/conversations returns the wrong `last_status`"
Closes #1866
See merge request pleroma/pleroma!2647
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requested amount of records unless it's the last page
|
|
StatusController: Correctly paginate favorites.
Closes #1851
See merge request pleroma/pleroma!2636
|
|
|
|
|
|
|
|
|
|
|
|
ActivityPub: Don't show announces of your own objects in timeline.
See merge request pleroma/pleroma!2637
|
|
|
|
|
|
Global status expiration
See merge request pleroma/pleroma!2208
|
|
|
|
Add command to reload emoji packs from cli for OTP users
Closes #1814
See merge request pleroma/pleroma!2639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not useful for source releases as we don't have a way to automate connecting to the running instance.
|
|
|