| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | The 'metadata' field in user.json is now a string instead of a dict. | 2024-11-23 | 1 | -1/+24 | ||
| | | ||||||
| * | New function get_in_reply_to(). | 2024-11-19 | 1 | -3/+15 | ||
| | | ||||||
| * | Allow underscores in hashtags. | 2024-11-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Omit the 'image' field if there are any attachment. | 2024-11-07 | 1 | -1/+1 | ||
| | | ||||||
| * | Don't notify 'Block' activities if the 'disable_block_notifications' server ↵ | 2024-10-30 | 1 | -2/+3 | ||
| | | | | | setting is true. | |||||
| * | Wrap user mention in post around span to ensure frontends do not display a ↵ | 2024-10-27 | 1 | -1/+1 | ||
| | | | | | | | | | | | 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 | |||||
| * | Call list_distribute() from timeline_request(). | 2024-10-19 | 1 | -0/+3 | ||
| | | ||||||
| * | Added some checks. | 2024-10-19 | 1 | -10/+42 | ||
| | | ||||||
| * | After several tests, migration to Mastodon seems to work 🎉🥳. | 2024-10-09 | 1 | -2/+0 | ||
| | | ||||||
| * | In migrate_account(), always download the alias actor. | 2024-10-09 | 1 | -1/+3 | ||
| | | ||||||
| * | Fixed emojis in the public profile. | 2024-10-08 | 1 | -1/+1 | ||
| | | ||||||
| * | More migration work. | 2024-10-08 | 1 | -11/+15 | ||
| | | ||||||
| * | More hashtag regex improvements. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Add the apostrophe as another stop char for hashtags. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a warning to the 'migrate' command. | 2024-09-27 | 1 | -0/+4 | ||
| | | ||||||
| * | More migration work. | 2024-09-20 | 1 | -0/+8 | ||
| | | ||||||
| * | Move migration work. | 2024-09-19 | 1 | -1/+21 | ||
| | | ||||||
| * | Changed some migration terminology. | 2024-09-19 | 1 | -3/+3 | ||
| | | ||||||
| * | Started account migration code. | 2024-09-18 | 1 | -0/+27 | ||
| | | ||||||
| * | The aka is returned in the alsoKnownAs actor field. | 2024-09-18 | 1 | -0/+8 | ||
| | | ||||||
| * | While processing a 'Move', retry failed actor retrieval (it may be a ↵ | 2024-09-17 | 1 | -1/+5 | ||
| | | | | | transient server error). | |||||
| * | Added a 'featured' property to the actor object. | 2024-08-26 | 1 | -7/+8 | ||
| | | | | | When this URL is requested via ActivityPub, it returns the pinned posts. | |||||
| * | Stop archiving no_valid_recipients q_item. | 2024-08-24 | 1 | -1/+0 | ||
| | | ||||||
| * | Ignore 'Remove' messages. | 2024-08-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Don't archive actor retry errors. | 2024-08-16 | 1 | -2/+0 | ||
| | | ||||||
| * | Ignore 'Read' messages. | 2024-08-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Ignore 'Reject' messages. | 2024-08-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed leaked EmojiReact notifications. | 2024-08-07 | 1 | -4/+4 | ||
| | | ||||||
| * | Notify Moves, even if they fail. | 2024-07-31 | 1 | -2/+2 | ||
| | | ||||||
| * | Notify objects include the original message. | 2024-07-31 | 1 | -1/+3 | ||
| | | ||||||
| * | Archive bad Move messages. | 2024-07-30 | 1 | -1/+3 | ||
| | | ||||||
| * | Added initial support for the input message 'Move' (untested). | 2024-07-30 | 1 | -0/+54 | ||
| | | ||||||
| * | Treat 'EmojiReact' as a 'Like'. | 2024-07-30 | 1 | -2/+2 | ||
| | | | | | These messages will have special treatment eventually. | |||||
| * | Notify blocks. | 2024-07-30 | 1 | -0/+9 | ||
| | | ||||||
| * | On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error. | 2024-07-30 | 1 | -0/+1 | ||
| | | ||||||
| * | Minor tweak. | 2024-07-01 | 1 | -1/+1 | ||
| | | ||||||
| * | Added auto boosting (contributed by sarahpw). | 2024-06-18 | 1 | -0/+8 | ||
| | | | | | | | | 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. | |||||
| * | Also send Updates to collected inboxes. | 2024-06-18 | 1 | -1/+1 | ||
| | | ||||||
| * | Only send notes and poll to the collected inboxes. | 2024-06-17 | 1 | -8/+8 | ||
| | | ||||||
| * | Deleted repeated code. | 2024-06-17 | 1 | -7/+0 | ||
| | | ||||||
| * | Added h-card to the class of mention links. | 2024-06-02 | 1 | -1/+1 | ||
| | | ||||||
| * | Added an "Alt..." details just below attachments with them. | 2024-05-30 | 1 | -1/+1 | ||
| | | | | | | The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets. | |||||
| * | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 1 | -25/+31 | ||
| | | ||||||
| * | Added more const. | 2024-05-23 | 1 | -19/+20 | ||
| | | ||||||
| * | Added const everywhere. | 2024-05-21 | 1 | -177/+106 | ||
| | | ||||||
| * | Renamed content_check() to content_match(). | 2024-05-15 | 1 | -2/+2 | ||
| | | ||||||
| * | Fixed git conflict. | 2024-05-11 | 1 | -1/+1 | ||
| |\ | ||||||
| | * | Unified post-like object type match. | 2024-05-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | In timeline_request(), call enqueue_actor_request on actor errors. | 2024-05-11 | 1 | -11/+15 | ||
| |/ | ||||||
| * | Added some more logging. | 2024-05-05 | 1 | -0/+10 | ||
| | | ||||||