aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-13Touch the timeline in user_persist() (to avoid over-zealous caching in /public).default
2024-10-11Updated TODO.default
2024-10-11mastoapi: fixed timeline/public (it was showing less posts that it should).default
2024-10-10Version 2.60 RELEASED.default
2024-10-09Updated RELEASE_NOTES.default
2024-10-09Updated RELEASE_NOTES.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-08Updated RELEASE_NOTES.default
2024-10-08Fixed emojis in the public profile.default
2024-10-08More migration work.default
2024-10-08Fixed typo.default
2024-10-08Updated documentation.default
2024-10-08Updated documentation.default
2024-10-08New file doc/tp/tp-account-migration-from-snac-to-mastodon.md.default
2024-10-08Updated documentation.default
2024-10-08Added -pedantic compilation flag.default
2024-10-06Don't cache a page if an error is set.default
2024-10-06New HTML variable error (still unused).default
2024-10-03More hashtag regex improvements.default
2024-10-03Updated documentation.default
2024-10-03Add the apostrophe as another stop char for hashtags.default
2024-10-03Updated TODO.default
2024-10-03Fixed URL in README.md.default
2024-09-27Added a warning to the 'migrate' command.default
2024-09-27When editing a draft, the checkbox is kept set.default
2024-09-20More migration work.default
2024-09-19Move migration work.default
2024-09-19Changed some migration terminology.default
2024-09-19Updated RELEASE_NOTES.default
2024-09-19Log fake uids in webfinger_request_fake().default
2024-09-18Use webfinger_request_fake() in export_csv().default
2024-09-18New function webfinger_request_fake().default
2024-09-18Started account migration code.default
2024-09-18Added 'export_csv' to the usage message.default
2024-09-18Also export following_accounts.csv.default
2024-09-18Also export lists.csv.default
2024-09-18Started support for CSV data export.default
2024-09-18Use user_persist() to publish the actor after setting the aka.default
2024-09-18The aka is returned in the alsoKnownAs actor field.default
2024-09-18New command-line command 'aka'.default
2024-09-17While processing a 'Move', retry failed actor retrieval (it may be a transien...default
2024-09-16Bumped development version.default
2024-09-16Updated RELEASE_NOTES.default
2024-09-16Fixed minor memory leak.default
2024-09-16Merge pull request 'URL decode data after splitting the arguments' (#196) fro...grunfink
2024-09-15URL decode data after splitting the argumentsNicolai Dagestad
2024-09-15Version 2.59 RELEASED.default
2024-09-15Skip ugly line breaks at the beginning of a post's content.default
2024-09-15Updated TODO.default