Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-09 | Bump mix.exs versionv1.1.5 | rinpatch | |
2019-11-09 | Merge branch 'release/1.1.5' into 'stable' | rinpatch | |
Release/1.1.5 See merge request pleroma/pleroma!1954 | |||
2019-11-09 | Add a changelog entry about frontend bundle update | rinpatch | |
2019-11-09 | Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642 | rinpatch | |
2019-11-09 | object containment: handle all cases where ID is invalid (missing, nil, ↵ | Ariadne Conill | |
non-string) | |||
2019-11-08 | Add changelog for 1.1.5 | rinpatch | |
2019-11-08 | Bump HtmlEntities to 0.5 | rinpatch | |
This release brings a major performance imrovement, see https://github.com/martinsvalin/html_entities/pull/17 | |||
2019-11-08 | Object Fetcher: set cache after reinjecting | rinpatch | |
Probably fixes the issue hj had, where polls would have different counters between endpoints. | |||
2019-11-08 | Fix TrailingFormatPlug not being active for /api/oauth_tokens | rinpatch | |
2019-11-05 | Merge branch 'release/1.1.4' into 'stable'v1.1.4 | lain | |
Release/1.1.4 - user.info fix plus NOT NULL for user.info See merge request pleroma/pleroma!1927 | |||
2019-11-04 | Apply suggestion to CHANGELOG.md | lain | |
2019-11-04 | Migrations: Don't copy over mutes unless there actually are some. | lain | |
2019-11-04 | streamer: 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-04 | Migrations: Add a fixup migration for the muted_notifications | lain | |
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-01 | Fix bookmark migration using a query with a schema | rinpatch | |
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-01 | Tests: Fix tests failing because of info being null. | lain | |
2019-11-01 | Mixfile: Bump version. | lain | |
2019-11-01 | Changelog: Add information about user.info migration. | lain | |
2019-11-01 | Migrations: Add migration to fill empty info fields and make them non-null. | lain | |
2019-10-25 | Merge branch 'release/1.1.3' into 'stable'v1.1.3 | lain | |
1.1.3 release See merge request pleroma/pleroma!1884 | |||
2019-10-25 | mixfile: bump version to 1.1.3 | rinpatch | |
2019-10-25 | Changelog: Add 1.1.3 entry | rinpatch | |
2019-10-25 | Do not include notifications from blocked users when with_muted is set | rinpatch | |
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-25 | pleroma_ctl: fix crashes due to different shift(1) behavior on dash | rinpatch | |
2019-10-18 | Merge branch 'release/1.1.2' into 'stable'v1.1.2 | rinpatch | |
1.1.2 Release See merge request pleroma/pleroma!1863 | |||
2019-10-19 | pleroma_ctl: Fix attempting to use RPC for config generation | rinpatch | |
2019-10-19 | Bump version to 1.1.2 in mix.exs | rinpatch | |
2019-10-18 | Merge branch 'release/1.1.1' into 'stable'v1.1.1 | rinpatch | |
1.1.1 Release See merge request pleroma/pleroma!1857 | |||
2019-10-18 | Add a changelog entry for user search refactoring | rinpatch | |
2019-10-18 | Remove a failing search test due to it being unrealistic | rinpatch | |
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-18 | Order fts results by trigram | rinpatch | |
2019-10-18 | User search: Remove trigram and refactor the module | rinpatch | |
- 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-18 | Bump the version in mix.exs | rinpatch | |
2019-10-18 | Merge 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-18 | Add a changelog entry for yet another jsonb_set data loss | rinpatch | |
2019-10-18 | Add a test for safe_jsonb_set | rinpatch | |
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-14 | Merge branch 'fix/version-branch-skip' into 'stable' | rinpatch | |
Fix hiding branch name logic See merge request pleroma/pleroma!1845 | |||
2019-10-14 | Fix hiding branch name logic | rinpatch | |
2019-10-14 | Merge branch 'stable-fix-docs' into 'stable' | rinpatch | |
Fix documentation deploy for stable See merge request pleroma/pleroma!1844 | |||
2019-10-14 | Fix documentation deploy for stable | rinpatch | |
2019-10-14 | Fix pleroma_ctl linkv1.1.0 | rinpatch | |
2019-10-14 | Merge branch 'final-release-prep' into 'maint/1.1' | rinpatch | |
Final 1.1 release preparations See merge request pleroma/pleroma!1843 | |||
2019-10-14 | Final 1.1 release preparations | rinpatch | |
2019-10-14 | Merge 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-14 | Correct version parser branch name detection | rinpatch | |
2019-10-14 | Add a changelog entry for branch-moving | rinpatch | |
2019-10-14 | Prepare pleroma_ctl for moving master to stable and relax the error | rinpatch | |
message | |||
2019-10-14 | Preparations for renaming `master` to `stable` | rinpatch | |
2019-10-12 | Merge branch 'cherry-pick-930cbd6d' into 'maint/1.1' | rinpatch | |
Backport mediaproxy failure tracking enchancements to maint See merge request pleroma/pleroma!1837 |