aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-13Updated RELEASE_NOTES.grunfink
2026-05-13Merge branch 'master' of comam.es:git/snac2grunfink
2026-05-13Updated documentation.grunfink
2026-05-13Updated RELEASE_NOTES.grunfink
2026-05-10Updated RELEASE_NOTES.grunfink
2026-05-07Show a thumb up next to account names that follow you.grunfink
2026-05-06Updated RELEASE_NOTES.grunfink
2026-05-06mastoapi: fix lost hashtags when editing posts.grunfink
2026-04-29In adduser(), delete the (possible) grave.grunfink
2026-04-27Updated RELEASE_NOTES.grunfink
2026-04-27More webfinger search tweaks.grunfink
2026-04-27In URL searches, try first the ActivityPub object, then the Webfinger.grunfink
This fixes an error when searching for GotoSocial statuses, as they are incorrectly identified as accounts.
2026-04-26Merge pull request 'Update po/cs.po' (#606) from pmjv/snac2:master into mastergrunfink
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/606
2026-04-26Update po/cs.popmjv
2026-04-23Don't recalculate md5 in » links.grunfink
2026-04-16Mark actor and instance as OK in successful actor refreshing.grunfink
2026-04-16Fixed typo because I'm a moron.grunfink
2026-04-16Mark working instances as working in rss_to_timeline().grunfink
2026-04-15Another fix to %s null.grunfink
2026-04-15Serve the baseURL in nodeinfo's metadata.grunfink
2026-04-14Fixed crash in rss_from_timeline().grunfink
2026-04-13Merge pull request 'Send a scope with access token' (#605) from ↵grunfink
trondd555/snac2:token_scope into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/605
2026-04-12Send a scope with the tokentrondd555
Mastodon API includes sope with a token. Send an empty value if we don't have a scope.
2026-04-12Merge pull request 'po/de_DE.po aktualisiert' (#604) from zen/snac2:master ↵grunfink
into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/604
2026-04-11po/de_DE.po aktualisiertzen
2026-04-11Rewritten last commit to be more reliable (latitude and longitude data may ↵grunfink
be strings).
2026-04-11Also show a location link from people entries, if they have one.grunfink
2026-04-11Even if follow metrics are available in the actor object, don't show if both ↵grunfink
are 0.
2026-04-10Fixed crash.grunfink
2026-04-10Updated language files.grunfink
2026-04-10Updated RELEASE_NOTES.grunfink
2026-04-10Updated documentation.grunfink
2026-04-10Added web UI settings for the 'show_unlisted' toggle.grunfink
2026-04-10New user toggle 'show_unlisted', to show unlisted posts in public pages and ↵grunfink
RSS feeds.
2026-04-10Updated RELEASE_NOTES.grunfink
2026-04-10If wanted so, add "following_count" and "followers_count" in the Person object.grunfink
2026-04-10Add following and followers (if available) in people entries.grunfink
2026-04-09Updated RELEASE_NOTES.grunfink
2026-04-09Merge pull request 'add polish translation' (#601) from kpm/snac2:pl into mastergrunfink
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/601
2026-04-09typoKrzysztof Michałczyk
2026-04-09added polish translationsKrzysztof Michałczyk
2026-04-08Updated RELEASE_NOTES.grunfink
2026-04-06Minor semantic tweak.grunfink
2026-04-06Follow to previous change: only use an alias for the current host.grunfink
2026-04-06Webfinger: if the 'subject' is not an acct:, search in 'aliases'.grunfink
Implementations like Hubzilla return a subject that is an http: instead of an acct:, but have one in the 'aliases' array, so use it.
2026-04-05Updated RELEASE_NOTES.grunfink
2026-04-05Avoid exporting NULL accounts.grunfink
When they are failures of webfinger_request_fake().
2026-04-05Merge pull request 'static files: allow files in a subdirectory' (#541) from ↵grunfink
lbr/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/541
2026-04-05Fixed warning.grunfink
2026-04-05Strip HTML from a summary field.grunfink
Also, crop it to a reasonable length.