Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Add a test for safe_jsonb_set | rinpatch | |
2019-10-07 | Mastodon API: Fix private and direct statuses not being filtered out from ↵ | eugenijm | |
the public timeline for an authenticated user (`GET /api/v1/timelines/public`) | |||
2019-10-06 | Merge branch 'backport/custom-field-update' into 'maint/1.1' | kaniini | |
Backport: custom field update See merge request pleroma/pleroma!1805 | |||
2019-10-06 | Merge branch 'backport/key-moveout-1.1' into 'maint/1.1' | rinpatch | |
Backport moving out keys from user info to 1.1 See merge request pleroma/pleroma!1801 | |||
2019-10-06 | Update test for custom fields when content-type urlencoded | kPherox | |
2019-10-06 | Update test for custom fields when name empty string | kPherox | |
2019-10-06 | Rename fields to fields_attributes | kPherox | |
2019-10-06 | Merge branch 'backport/feature-poll-refresh' into 'maint/1.1' | kaniini | |
backport: poll refreshing See merge request pleroma/pleroma!1804 | |||
2019-10-06 | Preserve internal fields when reinjecting | rinpatch | |
2019-10-06 | Capture log in object refetch tests | rinpatch | |
2019-10-06 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-10-06 | Use the user.id instead of nickname in report URLs | feld | |
Ensures links to profiles of remote users work. | |||
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-05 | ActivityPub / Transmogrifier: Correctly store incoming Update id. | lain | |
2019-10-04 | notification_view.ex: Make sure `account` isn’t empty | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1203 | |||
2019-10-04 | Merge branch 'backport/hex-flake-id' into 'maint/1.1' | kaniini | |
backport: hex `flake_id` support See merge request pleroma/pleroma!1793 | |||
2019-10-04 | Merge branch 'backport/feature-track-reverse-proxy-failures' into 'maint/1.1' | kaniini | |
backport: Track failed proxy urls and don't request them again See merge request pleroma/pleroma!1792 | |||
2019-10-04 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-10-04 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
2019-10-04 | ActivityPub.Utils: Fix undo test. | lain | |
2019-10-04 | ActivityPub: Change addressing of Undo. | lain | |
2019-10-04 | Merge branch 'bugfix/widen-streamer-blocks-for-1.1' into 'maint/1.1' | kaniini | |
widen streaming API blocks (for 1.1) See merge request pleroma/pleroma!1785 | |||
2019-10-04 | Fix get_cached_by_nickname_or_id not allowing to get local users by | rinpatch | |
nickname Closes #1293 | |||
2019-10-04 | tests: add missing ExUnit.CaptureLog | Ariadne Conill | |
2019-10-04 | tests: streamer: add a test for blocked transitive activities | Ariadne Conill | |
2019-10-04 | remove remaining errors from tests | Steven Fuchs | |
2019-10-04 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-10-04 | Remove in-db configuration references from 1.1 | rinpatch | |
It's still too unstable to be used. | |||
2019-09-30 | Transmogrifier: Handle compact objects in undos. | lain | |
2019-09-26 | Linting | rinpatch | |
2019-09-26 | Don't embed the first page in inboxes/outboxes and refactor the views to | rinpatch | |
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased. | |||
2019-09-14 | Merge branch 'fix-tests' into 'develop' | rinpatch | |
Fix `Activity.all_by_actor_and_id/2` test See merge request pleroma/pleroma!1668 (cherry picked from commit 3ae448b592214b43af1d079c997c6f6b91d31aeb) b870ae08 Fix `Activity.all_by_actor_and_id/2` test | |||
2019-09-14 | Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs | rinpatch | |
2019-09-14 | Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs | rinpatch | |
2019-09-14 | Mastodon API: Respect post privacy in favourited/reblogged endpoints | rinpatch | |
2019-09-13 | Merge branch 'cleanup-activity' into 'develop' | lain | |
Cleanup `Pleroma.Activity` and add more tests See merge request pleroma/pleroma!1623 | |||
2019-09-13 | Merge branch 'feature/change-email' into 'develop' | Haelwenn | |
Add email change endpoint Closes #1156 See merge request pleroma/pleroma!1580 | |||
2019-09-13 | Merge branch 'admin-config-description' into 'develop' | rinpatch | |
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611 | |||
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-09-13 | Add more tests for Pleroma.Activity | Egor Kislitsyn | |
2019-09-13 | Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils | Egor Kislitsyn | |
2019-09-12 | Fix associated test as well | Mark Felder | |
2019-09-11 | expanding regex sigils to use modifiers | Alex S | |
2019-09-11 | Fix `Activity.all_by_ids_with_object/1` test | Egor Kislitsyn | |
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |