aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-21Update pt_BR translationDaltux
2025-12-21po/de_DE.po aktualisiertzen
2025-12-20Updated RELEASE_NOTES.grunfink
2025-12-20Fixed failed search when blank surround the query string.grunfink
2025-12-20Merge pull request 'Update po/cs.po' (#509) from pmjv/snac2:master into mastergrunfink
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/509
2025-12-20Update po/cs.popmjv
2025-12-19Updated TODO.grunfink
2025-12-19Reindex tags when editing a post.grunfink
Tags that were deleted in the post message are not deleted, though.
2025-12-19Updated language files.grunfink
2025-12-19Updated documentation.grunfink
2025-12-19Added violette styles to the embedded CSS.grunfink
2025-12-19Some fixes.violette
2025-12-19Updated CSS.violette
2025-12-18Updated RELEASE_NOTES.grunfink
2025-12-18Fixed typo.grunfink
2025-12-18Strip surrounding colons in emoji pictures, if they are still there.grunfink
2025-12-18If the emoji starts with &#, convert to an utf-8 string.grunfink
2025-12-18Only generate an Image tag if the emoji is an URL.grunfink
2025-12-18Use the emoji value from emojis.json instead of creating a link to the ↵grunfink
static storage.
2025-12-18Fixed more minor leaks.grunfink
2025-12-18Fixed leak in emoji_reacted().grunfink
2025-12-18Fixed leak in timeline_admire().grunfink
2025-12-18Fixed some xs_fmt() usages.grunfink
2025-12-18Fixed some xs_join() uses.grunfink
2025-12-18Fixed some xs_dup() leaks.grunfink
2025-12-18Added emoji reactions (contributed by violette).violette
2025-12-18Bumped version.grunfink
2025-12-09Merge branch 'master' of comam.es:git/snac2grunfink
2025-12-09If terse is set, history is also hidden.grunfink
2025-12-09Updated RELEASE_NOTES.grunfink
2025-12-09New query variable terse=anything.grunfink
If set to any value, a public post page doesn't show any headline.
2025-12-09Updated TODO.grunfink
2025-12-09Updated RELEASE_NOTES.grunfink
2025-12-09Fixed small memory leak.grunfink
2025-12-09make webpush use our notification server vkey instead of a random, ill-formatedviolette p.
key (necessary for some client notifications, such as moshidon)
2025-12-04Updated RELEASE_NOTES.grunfink
2025-12-04Version 2.85 RELEASED.grunfink
2025-12-03Updated RELEASE_NOTES.grunfink
2025-12-03Merge pull request 'rendering visibility conditionally, with lesser reach if ↵grunfink
needed' (#493) from byte/snac2:feature/lesser-visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/493
2025-12-02Merge pull request 'fine-tuning czech translation' (#503) from ↵grunfink
pmjv/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/503
2025-12-02Update po/cs.popmjv
2025-12-02Updated RELEASE_NOTES.grunfink
2025-12-02Merge pull request 'fix user matching' (#502) from rakoo/snac2:master into ↵grunfink
master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/502
2025-12-01fine-tuning czech translationpmjv
2025-11-30Fix user matchingrako
In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2'
2025-11-29Moved is_msg_mine() to data.c.grunfink
2025-11-29New function is_msg_mine().grunfink
2025-11-26Some attachments are of type 'Video' instead of a MIME type (bsky).grunfink
2025-11-24Updated RELEASE_NOTES.grunfink
2025-11-20Added a Follow/Unfollow button next to a new follow notification.grunfink