- Nov 05, 2019
-
-
lain authored
Release/1.1.4 - user.info fix plus NOT NULL for user.info See merge request pleroma/pleroma!1927
-
- Nov 04, 2019
-
-
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.
-
- Nov 01, 2019
- Oct 25, 2019
- Oct 18, 2019
-
-
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
-
- Oct 14, 2019
-
-
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
-
rinpatch authored
-
rinpatch authored
Final 1.1 release preparations See merge request pleroma/pleroma!1843
-
rinpatch authored
-
rinpatch authored
Backport/1.1 branch name change See merge request pleroma/pleroma!1841
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
message
-
rinpatch authored
-