Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-16 | Merge branch 'user-search-experiments' into 'develop' | lain | |
User search: Remove trigram and refactor the module See merge request pleroma/pleroma!1850 | |||
2019-10-16 | Merge branch 'feature/multiple-users-activation-permissions' into 'develop' | feld | |
Ability to toggle activation status, permission group & delete multiple users Closes admin-fe#39 See merge request pleroma/pleroma!1825 | |||
2019-10-16 | 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-16 | Merge branch 'benchmark-finishing' into 'develop' | lain | |
Benchmark finishing Closes #755 See merge request pleroma/pleroma!1848 | |||
2019-10-16 | Order fts results by trigram | rinpatch | |
2019-10-16 | 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-15 | DELETE /api/pleroma/admin/users now accepts nicknames array | Maxim Filippov | |
2019-10-15 | Store status data inside flag activity | Maxim Filippov | |
2019-10-15 | some fixes | Alexander | |
2019-10-15 | don't stream in benchmark env | Alexander | |
2019-10-15 | Add `Sec-WebSocket-Protocol` to response header | kPherox | |
2019-10-15 | For pleroma.emoji downloaded packs, generate pack.json instead | Ekaterina Vaartis | |
2019-10-14 | Merge branch 'exclude-visibilities-for-timelines' into 'develop' | feld | |
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints See merge request pleroma/pleroma!1818 | |||
2019-10-14 | Merge branch 'backport/develop-branch-hiding-fix' into 'develop' | rinpatch | |
Backport "Fix hiding branch name logic" to develop See merge request pleroma/pleroma!1846 | |||
2019-10-14 | Fix hiding branch name logic | rinpatch | |
2019-10-14 | Merge branch 'master-to-stable' into 'develop' | rinpatch | |
Preparations for renaming `master` to `stable` See merge request pleroma/pleroma!1840 | |||
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-14 | Skip deactivated users in followers import | Egor Kislitsyn | |
2019-10-14 | Do not add `follower_address` to `following` for non local users | Egor Kislitsyn | |
2019-10-14 | Mastodon API: Add `exclude_visibilities` parameter to the timeline and ↵ | eugenijm | |
notification endpoints | |||
2019-10-13 | Merge branch 'incoming-id-fixes' into 'develop' | lain | |
Assorted transmogrifier fixes See merge request pleroma/pleroma!1831 | |||
2019-10-12 | Merge branch 'fix/mediaproxy-too-brutal' into 'develop' | rinpatch | |
Make MediaProxy failure tracking less brutal See merge request pleroma/pleroma!1836 | |||
2019-10-11 | Make MediaProxy failure tracking less brutal | rinpatch | |
The current failure tracking mechanism will never request anything that didn't respond with a success, 403, 404, or 5xx codes. This is causing issues when using in real fediverse because of weird status codes some software has and timeouts being frequent. This patch changes failure tracking mechanism to only never request the url again if it responded with 400, 204, or the body is too large, otherwise it can be re-requested in 60 seconds. | |||
2019-10-11 | This line either causes a warning, or a failed test | Maxim Filippov | |
2019-10-11 | Add `GET /api/pleroma/admin/relay` endpoint - lists all followed relays | Maxim Filippov | |
2019-10-11 | Merge branch 'develop' into feature/multiple-users-activation-permissions | Maxim Filippov | |
2019-10-11 | Deprecate POST/DELETE ↵ | Maxim Filippov | |
/api/pleroma/admin/users/:nickname/permission_group/:permission_group instead of deleting it | |||
2019-10-11 | Merge branch 'pleroma-ctl-enchancements' into 'develop' | Haelwenn | |
pleroma_ctl: Make it possible to specify branches/flavours when updating See merge request pleroma/pleroma!1832 | |||
2019-10-11 | Ostatus DeleteHandler: Fix for new option format. | lain | |
2019-10-11 | SearchController: Fix test. | lain | |
Turns out you can't actually find the user with this. | |||
2019-10-11 | pleroma_ctl: Make it possible to specify branches/flavours when updating | rinpatch | |
2019-10-11 | Transmogrifier: Correctly save incoming ids for Accept/Reject. | lain | |
2019-10-11 | Transmogrifier: Actually store who deleted a note. | lain | |
2019-10-11 | Deprecate /api/pleroma/admin/users/:nickname/toggle_activation instead of ↵ | Maxim Filippov | |
deleting it | |||
2019-10-10 | Fix https://git.pleroma.social/pleroma/pleroma/issues/1289 | yalh76 | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-10 | Transmogrifier: Save correct ids for incoming deletes. | lain | |
2019-10-10 | Add `thread_visibility` to migrations | Egor Kislitsyn | |
2019-10-10 | Benchmark config: Don't use the sql sandbox. | lain | |
2019-10-10 | Gitlab CI: Run correct benchmark task. | lain | |
2019-10-10 | Benchmark config: Database adjustments. | lain | |
2019-10-10 | Merge remote-tracking branch 'origin/develop' into benchmark-finishing | lain | |
2019-10-10 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-10 | Gitlab: Run benchmark in CI. | lain | |
2019-10-10 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-10-09 | Merge branch 'unicode-search' into 'develop' | kaniini | |
Search: Add tests for unicode searches. See merge request pleroma/pleroma!1824 | |||
2019-10-09 | Merge branch 'webfinger-mocks' into 'develop' | kaniini | |
provide mocks for webfinger endpoints See merge request pleroma/pleroma!1821 |