aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵default
transient server error).
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) ↵grunfink
from ndagestad/snac2:mastodon_login into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/196
2024-09-15URL decode data after splitting the argumentsNicolai Dagestad
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.
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
2024-09-14Minor code cleaning.default
2024-09-14Also purge bookmark.idx and draft.idx.default
2024-09-14Some tweaks to draft post code.default
2024-09-14Set the "Only for mentioned people" checkbox properly.default
2024-09-14Updated RELEASE_NOTES.default
2024-09-14Fixed crash in xs_multipart_form_data().default
2024-09-13Updated documentation.default
2024-09-13Updated RELEASE_NOTES.default
2024-09-12Minor fix to avoid 'Block' notifications to be invisible.default
2024-09-06Updated RELEASE_NOTES.default
2024-09-06Updated TODO.default
2024-09-06Minor default CSS fix.default
2024-09-06Minor tweak.default
2024-09-06Hiding a draft deletes it.default
2024-09-06More work in post drafts.default
2024-09-06Some new draft functions.default
2024-09-06New checkbox in html_note() for marking a post as a draft.default
2024-09-05Version 2.58 RELEASED.default
2024-09-04Updated TODO.default
2024-09-04More minor default CSS tweaks.default
2024-09-04Minor default CSS tweak.default
2024-09-04Updated RELEASE_NOTES.default
2024-09-04If style.css does not exist, it's created with the default one.default
2024-09-04Added some CSS styling to the list-of-lists.default
2024-08-31Updated RELEASE_NOTES.default
2024-08-31New 'hide_delete_post_button' server directive.default
2024-08-31Minor logging tweak.default
2024-08-30Backport from xs.default
2024-08-29timeline_del() also deletes from the pinned and bookmark caches.default
2024-08-29Updated RELEASE_NOTES.default
2024-08-29mastoapi: added bookmark list.default
2024-08-29mastoapi: added support for [un]bookmarking.default
2024-08-29Added web UI for [un]bookmarking.default
2024-08-29Pinned posts are no longer shown in the private timeline.default
2024-08-29The list of bookmarked posts also work.default