| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed typo. | 2024-10-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated documentation. | 2024-10-08 | 1 | -1/+7 | ||
| | | ||||||
| * | Updated documentation. | 2024-10-08 | 1 | -0/+16 | ||
| | | ||||||
| * | New file doc/tp/tp-account-migration-from-snac-to-mastodon.md. | 2024-10-08 | 1 | -0/+27 | ||
| | | ||||||
| * | Updated documentation. | 2024-10-08 | 1 | -8/+9 | ||
| | | ||||||
| * | Added -pedantic compilation flag. | 2024-10-08 | 4 | -4/+5 | ||
| | | ||||||
| * | Don't cache a page if an error is set. | 2024-10-06 | 1 | -0/+2 | ||
| | | ||||||
| * | New HTML variable error (still unused). | 2024-10-06 | 3 | -17/+35 | ||
| | | ||||||
| * | More hashtag regex improvements. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated documentation. | 2024-10-03 | 2 | -2/+76 | ||
| | | ||||||
| * | Add the apostrophe as another stop char for hashtags. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2024-10-03 | 1 | -0/+4 | ||
| | | ||||||
| * | Fixed URL in README.md. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a warning to the 'migrate' command. | 2024-09-27 | 1 | -0/+4 | ||
| | | ||||||
| * | When editing a draft, the checkbox is kept set. | 2024-09-27 | 1 | -6/+9 | ||
| | | ||||||
| * | More migration work. | 2024-09-20 | 7 | -13/+29 | ||
| | | ||||||
| * | Move migration work. | 2024-09-19 | 1 | -1/+21 | ||
| | | ||||||
| * | Changed some migration terminology. | 2024-09-19 | 2 | -9/+9 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-09-19 | 1 | -0/+2 | ||
| | | ||||||
| * | Log fake uids in webfinger_request_fake(). | 2024-09-19 | 1 | -0/+3 | ||
| | | ||||||
| * | Use webfinger_request_fake() in export_csv(). | 2024-09-18 | 2 | -20/+11 | ||
| | | ||||||
| * | New function webfinger_request_fake(). | 2024-09-18 | 3 | -9/+30 | ||
| | | ||||||
| * | Started account migration code. | 2024-09-18 | 3 | -0/+33 | ||
| | | ||||||
| * | Added 'export_csv' to the usage message. | 2024-09-18 | 1 | -0/+1 | ||
| | | ||||||
| * | Also export following_accounts.csv. | 2024-09-18 | 1 | -0/+25 | ||
| | | ||||||
| * | Also export lists.csv. | 2024-09-18 | 1 | -0/+35 | ||
| | | ||||||
| * | Started support for CSV data export. | 2024-09-18 | 4 | -0/+92 | ||
| | | ||||||
| * | Use user_persist() to publish the actor after setting the aka. | 2024-09-18 | 1 | -6/+1 | ||
| | | ||||||
| * | The aka is returned in the alsoKnownAs actor field. | 2024-09-18 | 1 | -0/+8 | ||
| | | ||||||
| * | New command-line command 'aka'. | 2024-09-18 | 1 | -0/+27 | ||
| | | ||||||
| * | While processing a 'Move', retry failed actor retrieval (it may be a ↵ | 2024-09-17 | 1 | -1/+5 | ||
| | | | | | transient server error). | |||||
| * | Bumped development version. | 2024-09-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-09-16 | 1 | -0/+4 | ||
| | | ||||||
| * | Fixed minor memory leak. | 2024-09-16 | 1 | -1/+2 | ||
| | | ||||||
| * | Merge pull request 'URL decode data after splitting the arguments' (#196) ↵ | 2024-09-16 | 4 | -16/+9 | ||
| |\ | | | | | | | | | | | from ndagestad/snac2:mastodon_login into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/196 | |||||
| | * | URL decode data after splitting the arguments | 2024-09-15 | 4 | -16/+9 | ||
| | | | | | | | | | | | | | | | Data decoding should happen after the parsing if not, a '?', '&', '#' or other character decoded will interfere with the parsing. e.g. the users password contains a '&', then it is truncated on that character, and login will fail. | |||||
| * | | Version 2.59 RELEASED.2.59 | 2024-09-15 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Skip ugly line breaks at the beginning of a post's content. | 2024-09-15 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Updated TODO. | 2024-09-15 | 1 | -2/+4 | ||
| |/ | ||||||
| * | Minor code cleaning. | 2024-09-14 | 3 | -2/+6 | ||
| | | ||||||
| * | Also purge bookmark.idx and draft.idx. | 2024-09-14 | 1 | -1/+2 | ||
| | | ||||||
| * | Some tweaks to draft post code. | 2024-09-14 | 1 | -21/+38 | ||
| | | ||||||
| * | Set the "Only for mentioned people" checkbox properly. | 2024-09-14 | 1 | -2/+2 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-09-14 | 1 | -0/+2 | ||
| | | ||||||
| * | Fixed crash in xs_multipart_form_data(). | 2024-09-14 | 1 | -0/+5 | ||
| | | ||||||
| * | Updated documentation. | 2024-09-13 | 2 | -5/+22 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-09-13 | 1 | -1/+3 | ||
| | | ||||||
| * | Minor fix to avoid 'Block' notifications to be invisible. | 2024-09-12 | 1 | -2/+5 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-09-06 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated TODO. | 2024-09-06 | 1 | -2/+2 | ||
| | | ||||||