| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.62 RELEASED.2.62 | 2024-11-07 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2024-11-05 | 1 | -0/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-11-05 | 1 | -0/+2 | |
| | | |||||
| * | New server variable 'strict_public_timelines'. | 2024-11-05 | 1 | -3/+13 | |
| | | |||||
| * | Updated TODO. | 2024-11-05 | 1 | -6/+6 | |
| | | |||||
| * | Minor xs tweak. | 2024-11-05 | 3 | -5/+7 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-11-05 | 1 | -0/+2 | |
| |\ | |||||
| | * | Updated TODO. | 2024-11-05 | 1 | -0/+2 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-11-05 | 1 | -0/+16 | |
| |/ | |||||
| * | Updated TODO. | 2024-11-04 | 1 | -0/+2 | |
| | | |||||
| * | Fixed processing of URLs with two @ inside. | 2024-11-03 | 1 | -3/+8 | |
| | | |||||
| * | Updated TODO. | 2024-11-03 | 1 | -6/+6 | |
| | | |||||
| * | Updated documentation. | 2024-10-30 | 1 | -0/+2 | |
| | | |||||
| * | 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 | |
| | | |||||