| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-24 | pt_BR translation update | Daltux | |
| 2026-05-22 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | grunfink | |
| 2026-05-22 | Merge pull request 'Memory leak fix' (#615) from ↵ | grunfink | |
| inz/snac2:fix/mastoapi-token-leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/615 | |||
| 2026-05-22 | Bumped version. | grunfink | |
| 2026-05-22 | Added more logging. | grunfink | |
| 2026-05-22 | Ensure the request path have enough parts. | grunfink | |
| 2026-05-22 | Memory leak fix | Santtu Lakkala | |
| 2026-05-22 | Updated README. | grunfink | |
| 2026-05-22 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-22 | Merge pull request 'Fix error body leaks' (#614) from ↵ | grunfink | |
| inz/snac2:fix/bad_request_leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/614 | |||
| 2026-05-22 | Fix error body leaks | Santtu Lakkala | |
| activitypub_post_handler uses custom error responses for 400 and 403. The 400 NULL check was reversed and 403 was missing the check in httpd_connection and both errors were lost and leaked. Add a common custom error gate around all default errors to avoid similar issues in the future. | |||
| 2026-05-22 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-22 | Merge pull request 'Fix memory leak' (#613) from ↵ | grunfink | |
| inz/snac2:fix/actor_alt_leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/613 | |||
| 2026-05-22 | Fix memory leak | Santtu Lakkala | |
| 2026-05-22 | Delete from the admire cache also when emojiunreacting. | grunfink | |
| 2026-05-22 | mastoapi: delete from admire/ cache in unfavourite and unreact. | grunfink | |
| 2026-05-22 | Delete from the admire index when unliking and unboosting. | grunfink | |
| 2026-05-21 | Also purge the new admire/ subdirectory. | grunfink | |
| 2026-05-21 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-21 | Added a new 'admiration' timeline. | violette | |
| 2026-05-21 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-21 | Merge pull request 'French translation update' (#612) from ↵ | grunfink | |
| dragondaddy/snac2:fr_translation into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/612 | |||
| 2026-05-21 | French translation update | Papa Dragon | |
| 2026-05-18 | Limited the number of nested quoted posts to 3. | grunfink | |
| 2026-05-13 | Version 2.92 RELEASED. | grunfink | |
| 2026-05-13 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-13 | Merge branch 'master' of comam.es:git/snac2 | grunfink | |
| 2026-05-13 | Updated documentation. | grunfink | |
| 2026-05-13 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-10 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-07 | Show a thumb up next to account names that follow you. | grunfink | |
| 2026-05-06 | Updated RELEASE_NOTES. | grunfink | |
| 2026-05-06 | mastoapi: fix lost hashtags when editing posts. | grunfink | |
| 2026-04-29 | In adduser(), delete the (possible) grave. | grunfink | |
| 2026-04-27 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-27 | More webfinger search tweaks. | grunfink | |
| 2026-04-27 | In 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-26 | Merge pull request 'Update po/cs.po' (#606) from pmjv/snac2:master into master | grunfink | |
| Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/606 | |||
| 2026-04-26 | Update po/cs.po | pmjv | |
| 2026-04-23 | Don't recalculate md5 in » links. | grunfink | |
| 2026-04-16 | Mark actor and instance as OK in successful actor refreshing. | grunfink | |
| 2026-04-16 | Fixed typo because I'm a moron. | grunfink | |
| 2026-04-16 | Mark working instances as working in rss_to_timeline(). | grunfink | |
| 2026-04-15 | Make neighborhood private | Ruben Beltran del Rio | |
| 2026-04-15 | Add neighborhood featuremaster | Ruben Beltran del Rio | |
| 2026-04-15 | Another fix to %s null. | grunfink | |
| 2026-04-15 | Serve the baseURL in nodeinfo's metadata. | grunfink | |
| 2026-04-14 | Fixed crash in rss_from_timeline(). | grunfink | |
| 2026-04-13 | Merge 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-12 | Send a scope with the token | trondd555 | |
| Mastodon API includes sope with a token. Send an empty value if we don't have a scope. | |||