aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-09Bump mix.exs versionv1.1.5rinpatch
2019-11-09Merge branch 'release/1.1.5' into 'stable'rinpatch
Release/1.1.5 See merge request pleroma/pleroma!1954
2019-11-09Add a changelog entry about frontend bundle updaterinpatch
2019-11-09Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642rinpatch
2019-11-09object containment: handle all cases where ID is invalid (missing, nil, ↵Ariadne Conill
non-string)
2019-11-08Add changelog for 1.1.5rinpatch
2019-11-08Bump HtmlEntities to 0.5rinpatch
This release brings a major performance imrovement, see https://github.com/martinsvalin/html_entities/pull/17
2019-11-08Object Fetcher: set cache after reinjectingrinpatch
Probably fixes the issue hj had, where polls would have different counters between endpoints.
2019-11-08Fix TrailingFormatPlug not being active for /api/oauth_tokensrinpatch
2019-11-05Merge branch 'release/1.1.4' into 'stable'v1.1.4lain
Release/1.1.4 - user.info fix plus NOT NULL for user.info See merge request pleroma/pleroma!1927
2019-11-04Apply suggestion to CHANGELOG.mdlain
2019-11-04Migrations: Don't copy over mutes unless there actually are some.lain
2019-11-04streamer: use direct object for filter checks when there is no valid child ↵Ariadne Conill
object in an activity 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
2019-11-04Migrations: Add a fixup migration for the muted_notificationslain
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.
2019-11-01Fix bookmark migration using a query with a schemarinpatch
This resulted in failures when updating from Pleroma <1.0 because of all the new fields that were added to the user schema.
2019-11-01Tests: Fix tests failing because of info being null.lain
2019-11-01Mixfile: Bump version.lain
2019-11-01Changelog: Add information about user.info migration.lain
2019-11-01Migrations: Add migration to fill empty info fields and make them non-null.lain
2019-10-25Merge branch 'release/1.1.3' into 'stable'v1.1.3lain
1.1.3 release See merge request pleroma/pleroma!1884
2019-10-25mixfile: bump version to 1.1.3rinpatch
2019-10-25Changelog: Add 1.1.3 entryrinpatch
2019-10-25Do not include notifications from blocked users when with_muted is setrinpatch
This is not what with_muted is for per documentation and it was agreed on irc that this behavior doesn't make sense.
2019-10-25pleroma_ctl: fix crashes due to different shift(1) behavior on dashrinpatch
2019-10-18Merge branch 'release/1.1.2' into 'stable'v1.1.2rinpatch
1.1.2 Release See merge request pleroma/pleroma!1863
2019-10-19pleroma_ctl: Fix attempting to use RPC for config generationrinpatch
2019-10-19Bump version to 1.1.2 in mix.exsrinpatch
2019-10-18Merge branch 'release/1.1.1' into 'stable'v1.1.1rinpatch
1.1.1 Release See merge request pleroma/pleroma!1857
2019-10-18Add a changelog entry for user search refactoringrinpatch
2019-10-18Remove a failing search test due to it being unrealisticrinpatch
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)
2019-10-18Order fts results by trigramrinpatch
2019-10-18User search: Remove trigram and refactor the modulerinpatch
- 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
2019-10-18Bump the version in mix.exsrinpatch
2019-10-18Merge branch 'bugfix/jsonb-set-fuckup' into 'release/1.1.1'rinpatch
Fix a migration wiping user info of users that don't have any mutes See merge request pleroma/pleroma!1856
2019-10-18Add a changelog entry for yet another jsonb_set data lossrinpatch
2019-10-18Add a test for safe_jsonb_setrinpatch
2019-10-18Fix a migration wiping user info of users that don't have any mutesrinpatch
And introduce safe_jsonb_set
2019-10-14Merge branch 'fix/version-branch-skip' into 'stable'rinpatch
Fix hiding branch name logic See merge request pleroma/pleroma!1845
2019-10-14Fix hiding branch name logicrinpatch
2019-10-14Merge branch 'stable-fix-docs' into 'stable'rinpatch
Fix documentation deploy for stable See merge request pleroma/pleroma!1844
2019-10-14Fix documentation deploy for stablerinpatch
2019-10-14Fix pleroma_ctl linkv1.1.0rinpatch
2019-10-14Merge branch 'final-release-prep' into 'maint/1.1'rinpatch
Final 1.1 release preparations See merge request pleroma/pleroma!1843
2019-10-14Final 1.1 release preparationsrinpatch
2019-10-14Merge branch 'backport/1.1-branch-name-change' into 'maint/1.1'rinpatch
Backport/1.1 branch name change See merge request pleroma/pleroma!1841
2019-10-14Correct version parser branch name detectionrinpatch
2019-10-14Add a changelog entry for branch-movingrinpatch
2019-10-14Prepare pleroma_ctl for moving master to stable and relax the errorrinpatch
message
2019-10-14Preparations for renaming `master` to `stable`rinpatch
2019-10-12Merge branch 'cherry-pick-930cbd6d' into 'maint/1.1'rinpatch
Backport mediaproxy failure tracking enchancements to maint See merge request pleroma/pleroma!1837