aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-18Direct messages should provide a distinct push notification subjectMark Felder
2019-10-18Merge branch 'patch-1' into 'develop'rinpatch
Fix a typo in default static directory configuration for OTP releases Closes #1289 See merge request pleroma/pleroma!1829
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 'fix/pleroma-ctl-rpc' into 'develop'rinpatch
pleroma_ctl: Fix attempting to use RPC for config generation See merge request pleroma/pleroma!1862
2019-10-19pleroma_ctl: Fix attempting to use RPC for config generationrinpatch
2019-10-18Merge branch 'feature/relay-list' into 'develop'kaniini
Admin API: Ability to list all followed relays See merge request pleroma/pleroma!1835
2019-10-18Merge branch 'develop' into feature/relay-listMaxim Filippov
2019-10-18Merge branch 'feature/ostatus-removal' into 'develop'kaniini
ostatus removal Closes #1145 See merge request pleroma/pleroma!1854
2019-10-18tests: mastodon api: fix broken test that used OStatusAriadne Conill
2019-10-18object: containment: simplify the pattern match for OStatus testsuite hackAriadne Conill
2019-10-18object: containment: only allow OStatus references in test suite environmentAriadne Conill
2019-10-18tests: mastodon search: search for an account that is visible via ↵Ariadne Conill
activitypub, not ostatus
2019-10-18object: fetcher: fix up formattingAriadne Conill
2019-10-18add some missing tesla fixturesAriadne Conill
2019-10-18activitypub: tag containment checks for better error tracingAriadne Conill
2019-10-18object: containment: also allow OStatus object IDs through when comparing ↵Ariadne Conill
origins
2019-10-18object: fetcher: improve error reportingAriadne Conill
2019-10-18object: containment: don't try to contain ostatus objectsAriadne Conill
2019-10-18tests: fix up signature testsAriadne Conill
2019-10-18tests: fix relay testsAriadne Conill
2019-10-18object fetcher: fix up error handlingAriadne Conill
2019-10-18tests: simplify object fetching and containment testsAriadne Conill
2019-10-18tests: remove some more ostatus testsAriadne Conill
2019-10-18fix up some testsAriadne Conill
2019-10-18kill almost all of the OStatus moduleAriadne Conill
2019-10-18federator: remove OStatus incoming document supportAriadne Conill
2019-10-18remove Salmon moduleAriadne Conill
2019-10-18router: disconnect SalmonAriadne Conill
2019-10-18webfinger: stop pulling Salmon data out of WebFingerAriadne Conill
2019-10-18feed: don't advertise salmon endpointAriadne Conill
2019-10-18publisher: move remote_users() from Salmon moduleAriadne Conill
2019-10-18websub: remove entirelyAriadne Conill
2019-10-18federator: remove websub stuffAriadne Conill
2019-10-18application: don't start Federator.init/1 anymoreAriadne Conill
2019-10-18config: disable Websub and Salmon publisher modulesAriadne Conill
2019-10-18update changelogAriadne Conill
2019-10-18Merge branch 'fix/changelog-typo' into 'develop'rinpatch
Fix wrong list level in the changelog See merge request pleroma/pleroma!1860
2019-10-18Fix wrong list level in the changelogrinpatch
2019-10-18Merge branch 'chore/develop-changelog-sync' into 'develop'rinpatch
Sync the changelog from stable and collapse the API sections See merge request pleroma/pleroma!1859
2019-10-18Sync the changelog from stable and collapse the API sectionsrinpatch
2019-10-18Merge branch 'backport/develop-safe-jsonb' into 'develop'rinpatch
Backport safe_jsonb_set fixes to develop See merge request pleroma/pleroma!1858
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-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