index
:
snac2
main
master
Fork of snac2 to test neighborhood #web
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-09-18
Also export following_accounts.csv.
default
2024-09-18
Also export lists.csv.
default
2024-09-18
Started support for CSV data export.
default
2024-09-18
Use user_persist() to publish the actor after setting the aka.
default
2024-09-18
The aka is returned in the alsoKnownAs actor field.
default
2024-09-18
New command-line command 'aka'.
default
2024-09-17
While processing a 'Move', retry failed actor retrieval (it may be a ↵
default
transient server error).
2024-09-16
Bumped development version.
default
2024-09-16
Updated RELEASE_NOTES.
default
2024-09-16
Fixed minor memory leak.
default
2024-09-16
Merge 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-15
URL decode data after splitting the arguments
Nicolai 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-15
Version 2.59 RELEASED.
default
2024-09-15
Skip ugly line breaks at the beginning of a post's content.
default
2024-09-15
Updated TODO.
default
2024-09-14
Minor code cleaning.
default
2024-09-14
Also purge bookmark.idx and draft.idx.
default
2024-09-14
Some tweaks to draft post code.
default
2024-09-14
Set the "Only for mentioned people" checkbox properly.
default
2024-09-14
Updated RELEASE_NOTES.
default
2024-09-14
Fixed crash in xs_multipart_form_data().
default
2024-09-13
Updated documentation.
default
2024-09-13
Updated RELEASE_NOTES.
default
2024-09-12
Minor fix to avoid 'Block' notifications to be invisible.
default
2024-09-06
Updated RELEASE_NOTES.
default
2024-09-06
Updated TODO.
default
2024-09-06
Minor default CSS fix.
default
2024-09-06
Minor tweak.
default
2024-09-06
Hiding a draft deletes it.
default
2024-09-06
More work in post drafts.
default
2024-09-06
Some new draft functions.
default
2024-09-06
New checkbox in html_note() for marking a post as a draft.
default
2024-09-05
Version 2.58 RELEASED.
default
2024-09-04
Updated TODO.
default
2024-09-04
More minor default CSS tweaks.
default
2024-09-04
Minor default CSS tweak.
default
2024-09-04
Updated RELEASE_NOTES.
default
2024-09-04
If style.css does not exist, it's created with the default one.
default
2024-09-04
Added some CSS styling to the list-of-lists.
default
2024-08-31
Updated RELEASE_NOTES.
default
2024-08-31
New 'hide_delete_post_button' server directive.
default
2024-08-31
Minor logging tweak.
default
2024-08-30
Backport from xs.
default
2024-08-29
timeline_del() also deletes from the pinned and bookmark caches.
default
2024-08-29
Updated RELEASE_NOTES.
default
2024-08-29
mastoapi: added bookmark list.
default
2024-08-29
mastoapi: added support for [un]bookmarking.
default
2024-08-29
Added web UI for [un]bookmarking.
default
2024-08-29
Pinned posts are no longer shown in the private timeline.
default
2024-08-29
The list of bookmarked posts also work.
default
[next]