summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-07Omit the 'image' field if there are any attachment.Gravatar default1-1/+1
2024-10-30Don't notify 'Block' activities if the 'disable_block_notifications' server s...Gravatar default1-2/+3
2024-10-27Wrap user mention in post around span to ensure frontends do not display a li...Gravatar Kirby1-1/+1
2024-10-19Call list_distribute() from timeline_request().Gravatar default1-0/+3
2024-10-19Added some checks.Gravatar default1-10/+42
2024-10-09After several tests, migration to Mastodon seems to work 🎉🥳.Gravatar default1-2/+0
2024-10-09In migrate_account(), always download the alias actor.Gravatar default1-1/+3
2024-10-08Fixed emojis in the public profile.Gravatar default1-1/+1
2024-10-08More migration work.Gravatar default1-11/+15
2024-10-03More hashtag regex improvements.Gravatar default1-1/+1
2024-10-03Add the apostrophe as another stop char for hashtags.Gravatar default1-1/+1
2024-09-27Added a warning to the 'migrate' command.Gravatar default1-0/+4
2024-09-20More migration work.Gravatar default1-0/+8
2024-09-19Move migration work.Gravatar default1-1/+21
2024-09-19Changed some migration terminology.Gravatar default1-3/+3
2024-09-18Started account migration code.Gravatar default1-0/+27
2024-09-18The aka is returned in the alsoKnownAs actor field.Gravatar default1-0/+8
2024-09-17While processing a 'Move', retry failed actor retrieval (it may be a transien...Gravatar default1-1/+5
2024-08-26Added a 'featured' property to the actor object.Gravatar default1-7/+8
2024-08-24Stop archiving no_valid_recipients q_item.Gravatar default1-1/+0
2024-08-16Ignore 'Remove' messages.Gravatar default1-1/+1
2024-08-16Don't archive actor retry errors.Gravatar default1-2/+0
2024-08-16Ignore 'Read' messages.Gravatar default1-1/+1
2024-08-16Ignore 'Reject' messages.Gravatar default1-1/+1
2024-08-07Fixed leaked EmojiReact notifications.Gravatar default1-4/+4
2024-07-31Notify Moves, even if they fail.Gravatar default1-2/+2
2024-07-31Notify objects include the original message.Gravatar default1-1/+3
2024-07-30Archive bad Move messages.Gravatar default1-1/+3
2024-07-30Added initial support for the input message 'Move' (untested).Gravatar default1-0/+54
2024-07-30Treat 'EmojiReact' as a 'Like'.Gravatar default1-2/+2
2024-07-30Notify blocks.Gravatar default1-0/+9
2024-07-30On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error.Gravatar default1-0/+1
2024-07-01Minor tweak.Gravatar default1-1/+1
2024-06-18Added auto boosting (contributed by sarahpw).Gravatar default1-0/+8
2024-06-18Also send Updates to collected inboxes.Gravatar default1-1/+1
2024-06-17Only send notes and poll to the collected inboxes.Gravatar default1-8/+8
2024-06-17Deleted repeated code.Gravatar default1-7/+0
2024-06-02Added h-card to the class of mention links.Gravatar default1-1/+1
2024-05-30Added an "Alt..." details just below attachments with them.Gravatar default1-1/+1
2024-05-26Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer1-25/+31
2024-05-23Added more const.Gravatar default1-19/+20
2024-05-21Added const everywhere.Gravatar default1-177/+106
2024-05-15Renamed content_check() to content_match().Gravatar default1-2/+2
2024-05-11In timeline_request(), call enqueue_actor_request on actor errors.Gravatar default1-11/+15
2024-05-11Unified post-like object type match.Gravatar default1-1/+1
2024-05-05Added some more logging.Gravatar default1-0/+10
2024-05-05New function enqueue_object_request().Gravatar default1-0/+16
2024-05-02Fixed confusion in Undo + Follow processing.Gravatar default1-5/+9
2024-04-30Also add announces to lists.Gravatar default1-0/+3
2024-04-22New server.json knobs "queue_timeout" and "queue_timeout_2".Gravatar default1-2/+10