Age | Commit message (Collapse) | Author |
|
Certain Mastodon/Pleroma front ends call verify_credentials to get the
default scope of a new toot.
Currently, Pleroma hardcodes this value to "public".
This patch changes it to the user's default_scope value.
|
|
|
|
|
|
|
|
|
|
Also use the correct field in TwitterAPI...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Domain blocks
See merge request pleroma/pleroma!190
|
|
|
|
|
|
Should also use indexes better.
|
|
|
|
|
|
Mastodon List API
See merge request pleroma/pleroma!138
|
|
|
|
|
|
|
|
Now uses a trigram based search. This is a lot faster and gives better
results. Closes #185.
|
|
|
|
|
|
Add unrepeats
Closes #69
See merge request pleroma/pleroma!113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should be the data the user is allowed to see later, but this
will stop accidental private message leaks.
|
|
|
|
|
|
|
|
|
|
This is needed to ensure the user cache does not throw nil when creating the mentions
list.
Signed-off-by: lain <lain@soykaf.club>
|
|
|
|
|
|
|
|
Add a default profile picture and banner.
See merge request pleroma/pleroma!48
|
|
This removes the placehold.it dependency.
|
|
|
|
|
|
|
|
|