- 09 Nov, 2019 2 commits
-
-
rinpatch authored
-
rinpatch authored
Release/1.1.5 See merge request pleroma/pleroma!1954
-
- 08 Nov, 2019 7 commits
-
-
rinpatch authored
-
rinpatch authored
-
kaniini authored
-
rinpatch authored
-
rinpatch authored
This release brings a major performance imrovement, see https://github.com/martinsvalin/html_entities/pull/17
-
rinpatch authored
Probably fixes the issue hj had, where polls would have different counters between endpoints.
-
rinpatch authored
-
- 05 Nov, 2019 1 commit
-
-
lain authored
Release/1.1.4 - user.info fix plus NOT NULL for user.info See merge request pleroma/pleroma!1927
-
- 04 Nov, 2019 4 commits
-
-
lain authored
-
lain authored
-
We call Object.normalize/1 to get the child object for situations like Announce. However, the check is flawed and immediately fails if Object.normalize/1 fails. Instead, we should use the activity itself in those cases to allow activities which never have a child object to pass through the filter. Closes #1291
-
lain authored
This sets info->muted_notifications to an emtpy array if it is explicitly set to null before. This can happen when safe_jsonb_set coalesces to a jsonb null, which will make ecto not use the default value of [] anymore because it has been explicitly overwritten.
-
- 01 Nov, 2019 5 commits
- 25 Oct, 2019 5 commits
- 18 Oct, 2019 13 commits
-
-
rinpatch authored
1.1.2 Release See merge request pleroma/pleroma!1863
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
1.1.1 Release See merge request pleroma/pleroma!1857
-
rinpatch authored
-
rinpatch authored
While the case tested (`lain@ple`) gives wrong ordering due to using only trigram to order, it almost never happens in reality. In reality it would be either `lain` (in which case it's fine to list the user with `lain` in display name first), or `@lain@pleroma.soykaf.com`/`lain@pleroma.soykaf.com` (which is handled fine as well)
-
rinpatch authored
-
rinpatch authored
- Remove trigram as it tends to rank garbage results highly, resulting in it prioritized above fts, which gives actually decent results. ACKed by kaniini and lain on irc. - Remove a test for handling misspelled requests, since we no longer have trigram - Remove a test for searching users with `nil` display names, because it is unrealistic, we don't accept usernames that are not >1 char strings - Make rank boosting for followers/followees sane again, previous values resulted in garbage matches getting on top just because the users are followers/followees
-
rinpatch authored
-
rinpatch authored
Fix a migration wiping user info of users that don't have any mutes See merge request pleroma/pleroma!1856
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
And introduce safe_jsonb_set
-
- 14 Oct, 2019 3 commits
-
-
rinpatch authored
Fix hiding branch name logic See merge request pleroma/pleroma!1845
-
rinpatch authored
-
rinpatch authored
Fix documentation deploy for stable See merge request pleroma/pleroma!1844
-