aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-15Make neighborhood privateRuben Beltran del Rio
2026-04-15Add neighborhood featuremasterRuben Beltran del Rio
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.
2026-04-05Use xs_utf8_crop_i() instead of savage crop in log files.grunfink
2026-04-05New utf8 functions.grunfink
2026-04-03Bumped version.grunfink
2026-04-03Really purge static directories.grunfink
2026-04-02Updated documentation.grunfink
2026-04-02Updated RELEASE_NOTES.grunfink
2026-04-02Also exclude the favicon_url in server.json from user directories.grunfink
2026-04-02Updated documentation.grunfink
2026-04-02Only purge static directories if configured in server.json.grunfink
2026-04-02Also exclude emojis served from static directories.grunfink
2026-04-02Also exclude a user's style.css from purge_static().grunfink
2026-04-02New function purge_static() (still dummy).grunfink
2026-03-31Stop on zero size reads in xs_read().grunfink
2026-03-28Updated RELEASE_NOTES.grunfink
2026-03-28Changed some defaults for newly created instances.grunfink
Specifically, 'disable_inbox_collection' and 'disable_history' are set to true.
2026-03-27Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-03-27Merge pull request 'Drop `PATH_MAX` usage' (#593) from ↵grunfink
sergiodj/snac2:drop-PATH_MAX-usage into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/593