Age | Commit message (Collapse) | Author |
|
TwitterAPI: fix "Follows you" being shown for the wrong user.
Closes pleroma-fe#89
See merge request pleroma/pleroma!185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
helps mastodon frontend and apps have better context:
https://mastodon.social/users/Gargron/statuses/100101267352899379
|
|
|
|
Should also use indexes better.
|
|
|
|
|
|
into develop
|
|
|
|
|
|
Also, use specialized functions to get safe data.
|
|
|
|
object exists
|
|
|
|
|
|
|
|
|
|
|
|
User.follow()
|
|
|
|
|
|
activitypub conformance: deny refollow for blocks
See merge request pleroma/pleroma!170
|
|
fixes #175
|
|
|
|
multi-field @> comparison is very expensive, so only use @> for the field where it matters
this makes the query take only a few usec to execute verses many msec on a busy instance
|
|
|
|
Mastodon List API
See merge request pleroma/pleroma!138
|
|
Add support for incoming remote unfollows and blocks/unblocks
See merge request pleroma/pleroma!158
|
|
|
|
Feature/change password
See merge request pleroma/pleroma!166
|
|
|
|
|
|
|
|
This crashed Mastodon workers.
|
|
Migrate to comeonin 4 and Cachex 3
See merge request pleroma/pleroma!162
|
|
|
|
|
|
|
|
|
|
|
|
clarify HTTP signature error in logs
See merge request pleroma/pleroma!165
|
|
http signature validation to work
|
|
|