Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correct mimetype on bad uploads.
See merge request pleroma/pleroma!12
|
|
|
|
|
|
|
|
TwitterAPI user view: add follows_you.
See merge request pleroma/pleroma!11
|
|
|
|
They already have an index that's good enough.
|
|
|
|
|
|
Add mastodon API endpoint for custom emoji.
See merge request pleroma/pleroma!8
|
|
|
|
Allow profile fetching for authenticated users only.
Closes #54
See merge request pleroma/pleroma!7
|
|
|
|
|
|
Breaks too many tests.
This reverts commit 7de3a652147d9b7da9cf3fd82d8a8438df93bae8.
|
|
|
|
|
|
Fix tootdon logins.
See merge request pleroma/pleroma!6
|
|
|
|
|
|
|
|
Feature/blocks
See merge request pleroma/pleroma!5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
|
|
This is purely a performance enhancement
|
|
|
|
External url if available, id if not.
|