| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Minor default CSS fix. | 2024-09-06 | 2 | -4/+4 | |
| | | |||||
| * | Minor tweak. | 2024-09-06 | 1 | -4/+4 | |
| | | |||||
| * | Hiding a draft deletes it. | 2024-09-06 | 1 | -0/+3 | |
| | | |||||
| * | More work in post drafts. | 2024-09-06 | 3 | -4/+48 | |
| | | |||||
| * | Some new draft functions. | 2024-09-06 | 3 | -4/+40 | |
| | | |||||
| * | New checkbox in html_note() for marking a post as a draft. | 2024-09-06 | 2 | -1/+9 | |
| | | |||||
| * | Version 2.58 RELEASED.2.58 | 2024-09-05 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2024-09-04 | 1 | -0/+2 | |
| | | |||||
| * | More minor default CSS tweaks. | 2024-09-04 | 2 | -2/+2 | |
| | | |||||
| * | Minor default CSS tweak. | 2024-09-04 | 2 | -2/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-09-04 | 1 | -0/+2 | |
| | | |||||
| * | If style.css does not exist, it's created with the default one. | 2024-09-04 | 3 | -6/+27 | |
| | | |||||
| * | Added some CSS styling to the list-of-lists. | 2024-09-04 | 2 | -1/+7 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-08-31 | 1 | -0/+2 | |
| | | |||||
| * | New 'hide_delete_post_button' server directive. | 2024-08-31 | 2 | -1/+7 | |
| | | |||||
| * | Minor logging tweak. | 2024-08-31 | 1 | -2/+2 | |
| | | |||||
| * | Backport from xs. | 2024-08-30 | 9 | -28/+21 | |
| | | |||||
| * | timeline_del() also deletes from the pinned and bookmark caches. | 2024-08-29 | 1 | -0/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-08-29 | 1 | -0/+2 | |
| | | |||||
| * | mastoapi: added bookmark list. | 2024-08-29 | 3 | -5/+28 | |
| | | |||||
| * | mastoapi: added support for [un]bookmarking. | 2024-08-29 | 1 | -4/+11 | |
| | | |||||
| * | Added web UI for [un]bookmarking. | 2024-08-29 | 1 | -0/+17 | |
| | | |||||
| * | Pinned posts are no longer shown in the private timeline. | 2024-08-29 | 1 | -8/+5 | |
| | | |||||
| * | The list of bookmarked posts also work. | 2024-08-29 | 3 | -0/+23 | |
| | | |||||
| * | The list of pinned posts now works. | 2024-08-29 | 1 | -0/+15 | |
| | | |||||