Age | Commit message (Collapse) | Author |
|
|
|
MastoAPI: Add streaming for lists.
See merge request pleroma/pleroma!183
|
|
|
|
|
|
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.
|
|
This prevents a problem that made the local timeline very slow when
there were few posts.
|
|
|
|
|
|
|
|
|
|
|
|
Also do some very basic checks for AP message insertion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This still isn't optimal, but at least it isn't super slow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indices should be more specific as the general index can lead to
slower queries because postgres can't estimate the specificity of
jsonb indexes very well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|