aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-05Updated RELEASE_NOTES.grunfink
2026-08-05mastoapi: fixed bug while changing the sensitive content string.grunfink
2026-08-03changed order of nodeinfo links.grunfink
2026-08-03Bumped version.grunfink
2026-08-03Updated RELEASE_NOTES.grunfink
2026-08-03When mentioning, allow users with - in their names.grunfink
2026-07-31Mark actors from boosted posts as non-broken.grunfink
2026-07-30Don't skip unlisted replies to unknown posts.grunfink
2026-07-25Merge pull request 'renamed snac-btn-like to snac-btn-clear-all' (#633) from ↵grunfink
voidq/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/633
2026-07-23renamed snac-btn-like to snac-btn-clear-allvoidq
by mistake clear_all btn was given class snac-btn-like
2026-07-22Updated RELEASE_NOTES.grunfink
2026-07-22Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-07-22Merge pull request 'mastoapi: implement DELETE ↵grunfink
/api/v1/profile/{avatar,header}' (#631) from bm90/snac2:masto-avatar-header-delete into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/631
2026-07-21add avatar and header deletion mastodon api endpointsEllie
2026-07-20Updated RELEASE_NOTES.grunfink
2026-07-20In build_mentions(), don't add the original poster as a CC.grunfink
2026-07-16Merge pull request 'Updated Italian translation' (#629) from ↵grunfink
fidiben/snac2:Italian-translation into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/629
2026-07-15Updated Italian translationFilippo Dibenedetto
2026-07-12Added count of EmojiReacts to top_ten.grunfink
2026-07-10Merge pull request 'Update po/cs.po' (#627) from pmjv/snac2:master into mastergrunfink
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/627
2026-07-10Update po/cs.popmjv
2026-06-26Version 2.93 RELEASED.grunfink
2026-06-26Updated RELEASE_NOTES.grunfink
2026-06-25Updated RELEASE_NOTES.grunfink
2026-06-25Updated RELEASE_NOTES.grunfink
2026-06-25Merge pull request 'Fixed custom emojis would turn into plain text with the ↵grunfink
:shortcode: format after edit status.' (#623) from e0w0e/snac:custom_emoji_edit_patch into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/623
2026-06-25Updated RELEASE_NOTES.grunfink
2026-06-25Fixed JSON parser to correctly convert u0000 to the Unicode representation.grunfink
2026-06-24Minor logging tweak.grunfink
2026-06-24Implemented semi-random forward_secs in enqueue_object_request() or ↵grunfink
enqueue_actor_refresh(). If forward_secs is a negative value in these functions, it's used as the modulo of a hash of the user id. This way, a refresh storm of the same object by all users is somewhat distributed in time.
2026-06-24On mismatched 'Update' messages, request the objects instead of just failing.grunfink
2026-06-24Minor logging tweak.grunfink
2026-06-24Improved error archiving.grunfink
2026-06-24Fixed incorrect calls to srv_archive_error().grunfink
2026-06-24Updated RELEASE_NOTES.grunfink
2026-06-24Moved xs_list_reverse() to xs.h.grunfink
2026-06-24Added and additional keyId check in 'Move'.grunfink
2026-06-24Added more checks for 'Delete' and 'Update'.grunfink
2026-06-24Added an additional check for updated actor objects.grunfink
2026-06-24Reverted previous patch.grunfink
This check needs more granularity; Mastodon sends Create + Note posts not from the actor, relays sends announces, etc.
2026-06-24Added an new keyId check.grunfink
2026-06-22Fixed custom emojis would turn into plain text with the :shortcode: format ↵e0w0e
after edit status. I've noticed that when I post a status, custom emojis display correctly, but when I edit this status using clients(e.g.Trunks, Moshidon, Phanpy.social...), the custom emojis no longer display correctly. This change might resolve the issue.
2026-06-10Tweaked first httpd log line.grunfink
2026-06-09Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-06-09Merge pull request 'Update po/pt_BR.po translating latest strings' (#622) ↵grunfink
from daltux/snac2:pt_BR-11 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/622
2026-06-09Update po/pt_BR.po translating latest stringsDaltux
2026-06-08Another tweak to search.grunfink
Call webfinger_request_fake() for extreme cases.
2026-06-07Fixed minor bug in xs_regex_split_n().grunfink
2026-06-07Updated RELEASE_NOTES.grunfink
2026-06-07Updated RELEASE_NOTES.grunfink