| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Updated TODO. | 2024-10-30 | 1 | -0/+2 | ||
| | | ||||||
| * | Don't notify 'Block' activities if the 'disable_block_notifications' server ↵ | 2024-10-30 | 1 | -2/+3 | ||
| | | | | | setting is true. | |||||
| * | Set some HTML url fields to be type 'url'. | 2024-10-29 | 1 | -2/+2 | ||
| | | ||||||
| * | Updated TODO. | 2024-10-28 | 1 | -0/+2 | ||
| | | ||||||
| * | Save the 'collapse_threads' from the web UI. | 2024-10-28 | 1 | -0/+4 | ||
| | | ||||||
| * | Show the collapse_threads field in the user settings. | 2024-10-28 | 1 | -0/+10 | ||
| | | ||||||
| * | Use the 'collapse_threads' field from user.json. | 2024-10-28 | 1 | -0/+3 | ||
| | | ||||||
| * | Some work towards collapsing threads by default. | 2024-10-28 | 1 | -1/+2 | ||
| | | ||||||
| * | Fixed crash. | 2024-10-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2024-10-27 | 1 | -2/+4 | ||
| | | ||||||
| * | Skip all repeated attachments, not only images. | 2024-10-27 | 1 | -5/+4 | ||
| | | ||||||
| * | Updated TODO. | 2024-10-27 | 1 | -0/+2 | ||
| | | ||||||
| * | If an attached image URL is already in the post content, don't show it. | 2024-10-27 | 1 | -0/+7 | ||
| | | ||||||
| * | New command line action 'insert'. | 2024-10-27 | 1 | -0/+18 | ||
| | | ||||||
| * | Merge pull request 'Wrap user mention in post around span to ensure ↵ | 2024-10-27 | 1 | -1/+1 | ||
| |\ | | | | | | | | | | | frontends do not display a link preview for it' (#213) from nyanide/snac2:evil into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/213 | |||||
| | * | 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 | |||||
| * | In notifications, show the emoji of the EmojiReact. | 2024-10-26 | 1 | -0/+10 | ||
| | | ||||||
| * | Fixed HTML typo. | 2024-10-25 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed typo. | 2024-10-25 | 1 | -1/+1 | ||
| | | ||||||
| * | Accept any URL schema (not just http) in format_line(). | 2024-10-25 | 1 | -24/+24 | ||
| | | ||||||
| * | Version 2.61 RELEASED.2.61 | 2024-10-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-10-23 | 1 | -0/+10 | ||
| | | ||||||
| * | More HTML tweaks. | 2024-10-23 | 1 | -8/+8 | ||
| | | ||||||
| * | Updated documentation. | 2024-10-22 | 1 | -9/+11 | ||
| | | ||||||
| * | Updated documentation. | 2024-10-20 | 3 | -20/+65 | ||
| | | ||||||
| * | In tag_index(), don't repeat tags in indexes. | 2024-10-19 | 1 | -1/+4 | ||
| | | ||||||
| * | Call list_distribute() from timeline_request(). | 2024-10-19 | 1 | -0/+3 | ||
| | | ||||||
| * | Updated usage(). | 2024-10-19 | 1 | -0/+1 | ||
| | | ||||||
| * | Return an empty list in list_timeline() if (still) there is no list timeline. | 2024-10-19 | 1 | -0/+2 | ||
| | | ||||||
| * | Also import lists.csv. | 2024-10-19 | 2 | -0/+23 | ||
| | | ||||||
| * | Also import following_accounts.csv. | 2024-10-19 | 1 | -1/+28 | ||
| | | ||||||
| * | Some work in CSV importing. | 2024-10-19 | 2 | -1/+118 | ||
| | | ||||||
| * | tp-02-account-migration-from-mastodon-to-snac.md new file. | 2024-10-19 | 1 | -0/+27 | ||
| | | ||||||
| * | Updated test procedure. | 2024-10-19 | 1 | -1/+1 | ||
| | | ||||||
| * | Added some checks. | 2024-10-19 | 1 | -10/+42 | ||
| | | ||||||
| * | Tweaked HTML for the timeline pages. | 2024-10-19 | 1 | -7/+7 | ||
| | | ||||||
| * | Tweaked HTML for the notifications page. | 2024-10-19 | 1 | -2/+6 | ||
| | | ||||||
| * | Fixed Draft: label title. | 2024-10-19 | 1 | -6/+7 | ||
| | | ||||||
| * | Updated TODO. | 2024-10-13 | 1 | -0/+2 | ||
| | | ||||||
| * | Touch the timeline in user_persist() (to avoid over-zealous caching in /public). | 2024-10-13 | 1 | -0/+1 | ||
| | | ||||||
| * | Updated TODO. | 2024-10-11 | 1 | -2/+6 | ||
| | | ||||||
| * | mastoapi: fixed timeline/public (it was showing less posts that it should). | 2024-10-11 | 1 | -5/+1 | ||
| | | ||||||
| * | Version 2.60 RELEASED.2.60 | 2024-10-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-10-09 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-10-09 | 1 | -1/+1 | ||
| | | ||||||
| * | After several tests, migration to Mastodon seems to work 🎉🥳. | 2024-10-09 | 2 | -2/+1 | ||
| | | ||||||
| * | In migrate_account(), always download the alias actor. | 2024-10-09 | 1 | -1/+3 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-10-08 | 1 | -0/+2 | ||
| | | ||||||
| * | Fixed emojis in the public profile. | 2024-10-08 | 2 | -2/+4 | ||
| | | ||||||
| * | More migration work. | 2024-10-08 | 3 | -13/+17 | ||
| | | ||||||