aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Collapse)Author
2024-12-04New user variable show_contact_metrics.default
2024-12-04msg_collection() now includes an argument for totalItems.default
2024-11-24On unfollow, also delete from the pending follow list.default
2024-11-24New function pending_add().default
2024-11-24Return the 'manuallyApprovesFollowers' actor field according to user ↵default
configuration.
2024-11-23Minor tweak to new metadata.default
2024-11-23The 'metadata' field in user.json is now a string instead of a dict.default
2024-11-19New function get_in_reply_to().default
2024-11-16Allow underscores in hashtags.default
2024-11-07Omit the 'image' field if there are any attachment.default
2024-10-30Don't notify 'Block' activities if the 'disable_block_notifications' server ↵default
setting is true.
2024-10-27Wrap user mention in post around span to ensure frontends do not display a ↵Kirby
link preview for it Some frontends won't recognize a user mention/tag as an actual mention unless a span with a special class is wrapped around it, so it will erronously generate a link preview for it if the span is missing: https://ak.ari.lt/objects/8e18d701-9fdb-4ba8-8652-30dc2fef58ab
2024-10-19Call list_distribute() from timeline_request().default
2024-10-19Added some checks.default
2024-10-09After several tests, migration to Mastodon seems to work 🎉🥳.default
2024-10-09In migrate_account(), always download the alias actor.default
2024-10-08Fixed emojis in the public profile.default
2024-10-08More migration work.default
2024-10-03More hashtag regex improvements.default
2024-10-03Add the apostrophe as another stop char for hashtags.default
2024-09-27Added a warning to the 'migrate' command.default
2024-09-20More migration work.default
2024-09-19Move migration work.default
2024-09-19Changed some migration terminology.default
2024-09-18Started account migration code.default
2024-09-18The aka is returned in the alsoKnownAs actor field.default
2024-09-17While processing a 'Move', retry failed actor retrieval (it may be a ↵default
transient server error).
2024-08-26Added a 'featured' property to the actor object.default
When this URL is requested via ActivityPub, it returns the pinned posts.
2024-08-24Stop archiving no_valid_recipients q_item.default
2024-08-16Ignore 'Remove' messages.default
2024-08-16Don't archive actor retry errors.default
2024-08-16Ignore 'Read' messages.default
2024-08-16Ignore 'Reject' messages.default
2024-08-07Fixed leaked EmojiReact notifications.default
2024-07-31Notify Moves, even if they fail.default
2024-07-31Notify objects include the original message.default
2024-07-30Archive bad Move messages.default
2024-07-30Added initial support for the input message 'Move' (untested).default
2024-07-30Treat 'EmojiReact' as a 'Like'.default
These messages will have special treatment eventually.
2024-07-30Notify blocks.default
2024-07-30On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error.default
2024-07-01Minor tweak.default
2024-06-18Added auto boosting (contributed by sarahpw).default
If `auto_boost` is set to `true` in am account's user.json, all mentions to that account are automatically boosted to all its followers. This is very similar to the behaviour of a 'Group' actor.
2024-06-18Also send Updates to collected inboxes.default
2024-06-17Only send notes and poll to the collected inboxes.default
2024-06-17Deleted repeated code.default
2024-06-02Added h-card to the class of mention links.default
2024-05-30Added an "Alt..." details just below attachments with them.default
The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-23Added more const.default