Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | mastodon api: fix exclude_replies (closes #1287) | Ariadne Conill | |
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 | Extract if block into private function | kPherox | |
2019-10-06 | Change to delete empty name field | kPherox | |
2019-10-06 | Fix type of fields_attributes | kPherox | |
Convert tuple list to map list when parameters is `:urlencoded` or `:multipart` | |||
2019-10-06 | Rename fields to fields_attributes | kPherox | |
2019-10-06 | Move object internal fields to a constant | 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 | 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 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
2019-10-04 | ActivityPub: Change addressing of Undo. | lain | |
2019-10-04 | streamer: worker: actually use should_send? consistently | Ariadne Conill | |
2019-10-04 | streamer: worker: check for lack of intersectionality between a user's ↵ | Ariadne Conill | |
blocklist and an activity's recipientlist | |||
2019-10-04 | streamer: add missing copyright headers | 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-09-30 | Transmogrifier: Handle compact objects in undos. | lain | |
2019-09-26 | Apply suggestion to lib/pleroma/web/activity_pub/views/user_view.ex | rinpatch | |
2019-09-26 | Credo considered harmful | rinpatch | |
2019-09-26 | Remove useless with clause | rinpatch | |
2019-09-26 | Apply suggestion to lib/pleroma/web/activity_pub/activity_pub_controller.ex | 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 | 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 | Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils | Egor Kislitsyn | |
2019-09-11 | Fix double quotes in error logs | Mark Felder | |
Example: pleroma: [error] Couldn't fetch ""https://pleroma.soykaf.com/objects/6288a14b-0623-40fc-a26a-0d358f8a11ca"", error: nil | |||
2019-09-11 | Merge branch 'patch-5' into 'develop' | Haelwenn | |
Mastodon API: URI encode hashtag name in generated URLs See merge request pleroma/pleroma!1642 | |||
2019-09-11 | Merge branch 'fix/oom-parallel-rendering' into 'develop' | lain | |
Revert "Parallelize template rendering" See merge request pleroma/pleroma!1654 | |||
2019-09-11 | expanding regex sigils to use modifiers | Alex S | |
2019-09-10 | Revert "Parallelize template rendering" | rinpatch | |
This reverts commit 1ad71592adb47762287aec8c36d0fca565c38362. Since it had no limit on the number on concurrent processes it OOM killed instances while rendering hellthreads. When I tried introducing a concurrency limit with Task.async_stream/manual folds it lead to about 3 times worse performance on threads larger than 1000 activities (we are talking 30s vs 1.2 minutes), I think this is not worth the about 1.5 times performance increase on smaller threads when using it. | |||
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-09 | Merge branch 'fix/read-inbox' into 'develop' | feld | |
Fix `ActivityPubController.read_inbox/2` Closes #1248 See merge request pleroma/pleroma!1649 | |||
2019-09-10 | Fix `ActivityPubController.read_inbox/2` | Egor Kislitsyn | |
2019-09-07 | Mastodon API: URI encode hashtag name in generated URLs | shadowfacts | |
Otherwise hashtags with word characters other than those allowed in URLs (e.g. Japanese characters) produce hashtag URLs that are invalid. | |||
2019-09-06 | activitypub: help ecto build a better query for thread mute filtering | Ariadne Conill | |
using an indexed value in thread_mute table helps ecto build a better query. | |||
2019-09-06 | Merge branch 'so-long-twitterapi' into 'develop' | rinpatch | |
Removing TwitterAPI See merge request pleroma/pleroma!1605 | |||
2019-09-05 | Merge branch 'feature/mastoapi-accounts-external' into 'develop' | Haelwenn | |
Mastdon API: Add ability to get a remote account by nickname to `/api/v1/accounts/:id` See merge request pleroma/pleroma!1622 | |||
2019-09-05 | Move checking for restrict_local to User.get_cached_by_id_or_nickname | rinpatch | |
2019-09-05 | Mastodon API Poll view: Fix handling of polls without an end date | rinpatch | |