Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-18 | Direct messages should provide a distinct push notification subject | Mark Felder | |
2019-10-18 | Merge 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-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 '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-19 | pleroma_ctl: Fix attempting to use RPC for config generation | rinpatch | |
2019-10-18 | Merge branch 'feature/relay-list' into 'develop' | kaniini | |
Admin API: Ability to list all followed relays See merge request pleroma/pleroma!1835 | |||
2019-10-18 | Merge branch 'develop' into feature/relay-list | Maxim Filippov | |
2019-10-18 | Merge branch 'feature/ostatus-removal' into 'develop' | kaniini | |
ostatus removal Closes #1145 See merge request pleroma/pleroma!1854 | |||
2019-10-18 | tests: mastodon api: fix broken test that used OStatus | Ariadne Conill | |
2019-10-18 | object: containment: simplify the pattern match for OStatus testsuite hack | Ariadne Conill | |
2019-10-18 | object: containment: only allow OStatus references in test suite environment | Ariadne Conill | |
2019-10-18 | tests: mastodon search: search for an account that is visible via ↵ | Ariadne Conill | |
activitypub, not ostatus | |||
2019-10-18 | object: fetcher: fix up formatting | Ariadne Conill | |
2019-10-18 | add some missing tesla fixtures | Ariadne Conill | |
2019-10-18 | activitypub: tag containment checks for better error tracing | Ariadne Conill | |
2019-10-18 | object: containment: also allow OStatus object IDs through when comparing ↵ | Ariadne Conill | |
origins | |||
2019-10-18 | object: fetcher: improve error reporting | Ariadne Conill | |
2019-10-18 | object: containment: don't try to contain ostatus objects | Ariadne Conill | |
2019-10-18 | tests: fix up signature tests | Ariadne Conill | |
2019-10-18 | tests: fix relay tests | Ariadne Conill | |
2019-10-18 | object fetcher: fix up error handling | Ariadne Conill | |
2019-10-18 | tests: simplify object fetching and containment tests | Ariadne Conill | |
2019-10-18 | tests: remove some more ostatus tests | Ariadne Conill | |
2019-10-18 | fix up some tests | Ariadne Conill | |
2019-10-18 | kill almost all of the OStatus module | Ariadne Conill | |
2019-10-18 | federator: remove OStatus incoming document support | Ariadne Conill | |
2019-10-18 | remove Salmon module | Ariadne Conill | |
2019-10-18 | router: disconnect Salmon | Ariadne Conill | |
2019-10-18 | webfinger: stop pulling Salmon data out of WebFinger | Ariadne Conill | |
2019-10-18 | feed: don't advertise salmon endpoint | Ariadne Conill | |
2019-10-18 | publisher: move remote_users() from Salmon module | Ariadne Conill | |
2019-10-18 | websub: remove entirely | Ariadne Conill | |
2019-10-18 | federator: remove websub stuff | Ariadne Conill | |
2019-10-18 | application: don't start Federator.init/1 anymore | Ariadne Conill | |
2019-10-18 | config: disable Websub and Salmon publisher modules | Ariadne Conill | |
2019-10-18 | update changelog | Ariadne Conill | |
2019-10-18 | Merge branch 'fix/changelog-typo' into 'develop' | rinpatch | |
Fix wrong list level in the changelog See merge request pleroma/pleroma!1860 | |||
2019-10-18 | Fix wrong list level in the changelog | rinpatch | |
2019-10-18 | Merge 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-18 | Sync the changelog from stable and collapse the API sections | rinpatch | |
2019-10-18 | Merge branch 'backport/develop-safe-jsonb' into 'develop' | rinpatch | |
Backport safe_jsonb_set fixes to develop See merge request pleroma/pleroma!1858 | |||
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-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 |