- Sep 13, 2019
-
-
rinpatch authored
-
- Sep 12, 2019
- Sep 11, 2019
-
-
kaniini authored
Use Jason for rendering responses See merge request pleroma/pleroma!1655
-
rinpatch authored
Although Jason readme says Phoenix 1.4+ already does it by default, [it actually does it only for new projects](https://github.com/phoenixframework/phoenix/blob/3bfb9f6e900c9a2e31cb95736e2cb5bdad329b61/lib/phoenix.ex#L58-L59)
-
Haelwenn authored
Mastodon API: URI encode hashtag name in generated URLs See merge request pleroma/pleroma!1642
-
lain authored
Revert "Parallelize template rendering" See merge request pleroma/pleroma!1654
-
rinpatch authored
-
- Sep 10, 2019
-
-
rinpatch authored
This reverts commit 1ad71592. Since it had no limit on the number on concurrent processes it OOM killed instances while rendering hellthreads. When I tried introducing a concurrency limit with Task.async_stream/manual folds it lead to about 3 times worse performance on threads larger than 1000 activities (we are talking 30s vs 1.2 minutes), I think this is not worth the about 1.5 times performance increase on smaller threads when using it.
-
lain authored
Fix tests for `Activity.all_by_ids_with_object/1` See merge request pleroma/pleroma!1652
-
minibikini authored
-
lain authored
Add an endpoint to get multiple statuses by IDs Closes #1240 See merge request pleroma/pleroma!1621
-
minibikini authored
-
minibikini authored
-
- Sep 09, 2019
-
-
-
minibikini authored
-
feld authored
Fix `ActivityPubController.read_inbox/2` Closes #1248 See merge request pleroma/pleroma!1649
-
minibikini authored
- Sep 07, 2019
-
-
shadowfacts authored
Otherwise hashtags with word characters other than those allowed in URLs (e.g. Japanese characters) produce hashtag URLs that are invalid.
-
- Sep 06, 2019
-
-
kaniini authored
chore: query optimization Closes #1224 See merge request pleroma/pleroma!1640
-
kaniini authored
the PostgreSQL query planner is easily confused due to the complexity of certain queries we make. while we plan to simplify these queries through unification of activities and objects, we are not yet there. it has been discovered that using a precalculated list of deactivated users encourages the query planner to prefer simpler indices instead of the activity_visibility index. accordingly, drop the subquery and precalc the user list instead.
-
kaniini authored
using an indexed value in thread_mute table helps ecto build a better query.
-
rinpatch authored
-
rinpatch authored
-
- Sep 05, 2019
- Sep 04, 2019
-
-
rinpatch authored
Update Dockerfile + some touchups to docker.exs See merge request pleroma/pleroma!1624
-
Ashlynn Anderson authored
-