| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug in export_posts(). | 2025-06-19 | 1 | -0/+3 | |
| | | |||||
| * | New command-line option export_posts. | 2025-06-19 | 3 | -0/+60 | |
| | | |||||
| * | Minor tweak to usage screen. | 2025-06-19 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-18 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2025-06-18 | 1 | -0/+2 | |
| | | |||||
| * | New field 'favicon_url' in server.json. | 2025-06-18 | 1 | -4/+9 | |
| | | |||||
| * | Added 'alias' and 'alias_raw' as forced update in user_persist(). | 2025-06-18 | 1 | -1/+2 | |
| | | |||||
| * | Updated documentation. | 2025-06-17 | 1 | -2/+2 | |
| | | |||||
| * | Updated documentation. | 2025-06-16 | 1 | -3/+3 | |
| | | |||||
| * | Updated documentation. | 2025-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2025-06-16 | 1 | -0/+2 | |
| | | |||||
| * | Renamed webhook 'inReplyTo' to 'reply'. | 2025-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2025-06-16 | 1 | -0/+2 | |
| | | |||||
| * | In enqueue_notify_webhook(), also add the inReplyTo object if there is one. | 2025-06-16 | 1 | -0/+10 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-16 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: Added followed hashtag maintenance. | 2025-06-16 | 1 | -0/+48 | |
| | | |||||
| * | mastoapi: added entrypoint /v1/followed_tags. | 2025-06-16 | 1 | -0/+34 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-15 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2025-06-15 | 1 | -3/+3 | |
| | | |||||
| * | Renamed cmd list_delete to list_remove. | 2025-06-15 | 1 | -2/+2 | |
| | | |||||
| * | Renamed some list command line options. | 2025-06-15 | 1 | -4/+4 | |
| | | | | | create_list to list_create delete_list to list_delete. | ||||
| * | Updated RELEASE_NOTES. | 2025-06-15 | 1 | -1/+1 | |
| | | |||||
| * | Improved usage screen. | 2025-06-12 | 1 | -1/+1 | |
| | | |||||
| * | The usage "screen" shows info only about the entered command. | 2025-06-12 | 2 | -53/+77 | |
| | | | | | | If there is no command or no command starts with that string, the full list is shown as before. | ||||
| * | mastoapi: another try to fix collapsing boosted posts in some apps. | 2025-06-12 | 2 | -3/+23 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-11 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: reverted reblog id, as it was breaking things. | 2025-06-11 | 1 | -4/+0 | |
| | | |||||
| * | Updated documentation. | 2025-06-11 | 1 | -4/+18 | |
| | | |||||
| * | Bumped version. | 2025-06-11 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-11 | 1 | -0/+2 | |
| | | |||||
| * | mastoapi: fixed reblog identifiers. | 2025-06-11 | 1 | -0/+6 | |
| | | | | | | This fixes weird behaviour in apps like Tusky, where boosts' content disappear after clicking on them. | ||||
| * | Updated TODO. | 2025-06-11 | 1 | -2/+0 | |
| | | |||||
| * | Updated TODO. | 2025-06-10 | 1 | -0/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-08 | 1 | -0/+6 | |
| | | |||||
| * | Updated TODO. | 2025-06-08 | 1 | -0/+2 | |
| | | |||||
| * | Another search by URL tweak (for Pixelfed). | 2025-06-07 | 1 | -0/+8 | |
| | | |||||
| * | Always store resolved account handles as metadata, even if they weren't ↵ | 2025-06-07 | 1 | -4/+8 | |
| | | | | | verified. | ||||
| * | Updated documentation. | 2025-06-07 | 1 | -3/+3 | |
| | | |||||
| * | If a metadata value is an account handle, it's also verified using webfinger. | 2025-06-07 | 2 | -3/+26 | |
| | | |||||
| * | Always show the 'pending follow confirmations' if there are any. | 2025-06-07 | 1 | -2/+2 | |
| | | | | | Even if the toggle is off. | ||||
| * | Skip incomplete attachments. | 2025-06-06 | 1 | -0/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-04 | 1 | -0/+2 | |
| | | |||||
| * | Fixed markdown links with parenthesis. | 2025-06-04 | 1 | -13/+16 | |
| | | |||||
| * | Minor tweak. | 2025-06-04 | 1 | -2/+3 | |
| | | |||||
| * | Don't enable unveil() and pledge() for sendmail spawn if "smtp_url" is set. | 2025-06-04 | 1 | -0/+5 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-03 | 1 | -0/+4 | |
| | | |||||
| * | Fixed regression while sending email via pipe on OpenBSD. | 2025-06-03 | 1 | -0/+8 | |
| | | |||||
| * | Updated RELEASE_NOTES.2.78 | 2025-06-02 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.78 RELEASED. | 2025-06-02 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-06-02 | 1 | -1/+1 | |
| | | |||||