summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-16Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-06-16Merge pull request 'added titles to images and emojis' (#54) from ↵grunfink
Haijo7/snac2:titles into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/54
2023-06-16added titles to images and emojisHaijo7
2023-06-16Increased debug level for NOT collecting inboxes.default
2023-06-16Added some logging on corrupted md5 ids.default
2023-06-16Bumped version.default
2023-06-16Quick fix to "Script self-injection in edit box".default
In the 'Edit...' box, the sourceContent (which was written by a user) has its < replaced with &lt; . This issue does not propagate to the public timeline nor to the recipients of the post. Reference: https://codeberg.org/grunfink/snac2/issues/53
2023-06-15Version 2.35 RELEASED.default
2023-06-15Fixed look of users without creationg date in the people page.default
2023-06-15Use xs_stock_* values wherever possible.default
2023-06-15Backport from xs.default
2023-06-15Updated RELEASE_NOTES.default
2023-06-15Fixed voting / replying confusion.default
2023-06-15Increased log level for enqueue_request_replies().default
2023-06-15If a ~/log/ folder exists, also write the log there.default
2023-06-15Updated RELEASE_NOTES.default
2023-06-15Avoid returning 'ghost' no-longer-followers in followers_list().default
2023-06-15Updated TODO.default
2023-06-15Use the _a.json extension for actor object links into following/.default
2023-06-15following_list() creates links to the actors if they don't exist.default
2023-06-15Maintain a link to the author object in the following/ subdirectory.default
2023-06-14Use utimes() to 'touch' the actor file in actor_get().default
2023-06-13Updated RELEASE_NOTES.default
2023-06-13Fixed crash in check_signature().default
2023-06-13Stop lying about code style being ANSI C.default
2023-06-13New function webfinger_request_signed().default
2023-06-13Updated RELEASE_NOTES.default
2023-06-13In sanitize(), delete unsupported HTML tags instead of showing them.default
2023-06-13Also accept HTML tag <ol>.default
2023-06-12Updated RELEASE_NOTES.default
2023-06-12Avoid writing a NULL header in mastoapi_account().default
2023-06-12Merge pull request 'add mastodon profile header to mastodon api' (#46) from ↵grunfink
Haijo7/snac2:mastodon-profile-header into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46
2023-06-12Updated RELEASE_NOTES.default
2023-06-12Updated TODO.default
2023-06-12removed additinal empty stringHaijo7
2023-06-12Fix links with # in it.default
2023-06-12Updated TODO.default
2023-06-12add mastodon profile header to mastodon apiHaijo7
2023-06-11Added a comment about Announces of non-Notes.default
2023-06-11Updated RELEASE_NOTES.default
2023-06-11Added Web UI to set the account 'bot' flag.default
2023-06-11Hidden conversations are not rendered instead of given a 'display: none'.default
2023-06-11No more archiving of borked Likes.default
2023-06-11Also reject Like messages in is_msg_for_me().default
2023-06-11Log malformed Likes from wafrn.net (who else?).default
2023-06-11Merge branch 'master' of triptico.com:git/snac2default
2023-06-11If ~/error/ exists, also log messages to a file there.default
2023-06-11Merge pull request 'set bot to true for bots in mastodon api' (#45) from ↵grunfink
Haijo7/snac2:masto-api-user-type into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/45
2023-06-11set bot to true in mastodon account if user type is serviceHaijo7
2023-06-11add user type to mastodon profileHaijo7