| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-15 | Add neighborhood featuremaster | Ruben Beltran del Rio | |
| 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. | |||
| 2026-04-12 | Merge 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-11 | po/de_DE.po aktualisiert | zen | |
| 2026-04-11 | Rewritten last commit to be more reliable (latitude and longitude data may ↵ | grunfink | |
| be strings). | |||
| 2026-04-11 | Also show a location link from people entries, if they have one. | grunfink | |
| 2026-04-11 | Even if follow metrics are available in the actor object, don't show if both ↵ | grunfink | |
| are 0. | |||
| 2026-04-10 | Fixed crash. | grunfink | |
| 2026-04-10 | Updated language files. | grunfink | |
| 2026-04-10 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-10 | Updated documentation. | grunfink | |
| 2026-04-10 | Added web UI settings for the 'show_unlisted' toggle. | grunfink | |
| 2026-04-10 | New user toggle 'show_unlisted', to show unlisted posts in public pages and ↵ | grunfink | |
| RSS feeds. | |||
| 2026-04-10 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-10 | If wanted so, add "following_count" and "followers_count" in the Person object. | grunfink | |
| 2026-04-10 | Add following and followers (if available) in people entries. | grunfink | |
| 2026-04-09 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-09 | Merge pull request 'add polish translation' (#601) from kpm/snac2:pl into master | grunfink | |
| Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/601 | |||
| 2026-04-09 | typo | Krzysztof Michałczyk | |
| 2026-04-09 | added polish translations | Krzysztof Michałczyk | |
| 2026-04-08 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-06 | Minor semantic tweak. | grunfink | |
| 2026-04-06 | Follow to previous change: only use an alias for the current host. | grunfink | |
| 2026-04-06 | Webfinger: 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-05 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-05 | Avoid exporting NULL accounts. | grunfink | |
| When they are failures of webfinger_request_fake(). | |||
| 2026-04-05 | Merge 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-05 | Fixed warning. | grunfink | |
| 2026-04-05 | Strip HTML from a summary field. | grunfink | |
| Also, crop it to a reasonable length. | |||
| 2026-04-05 | Use xs_utf8_crop_i() instead of savage crop in log files. | grunfink | |
| 2026-04-05 | New utf8 functions. | grunfink | |
| 2026-04-03 | Bumped version. | grunfink | |
| 2026-04-03 | Really purge static directories. | grunfink | |
| 2026-04-02 | Updated documentation. | grunfink | |
| 2026-04-02 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-02 | Also exclude the favicon_url in server.json from user directories. | grunfink | |
| 2026-04-02 | Updated documentation. | grunfink | |
| 2026-04-02 | Only purge static directories if configured in server.json. | grunfink | |
| 2026-04-02 | Also exclude emojis served from static directories. | grunfink | |
| 2026-04-02 | Also exclude a user's style.css from purge_static(). | grunfink | |
| 2026-04-02 | New function purge_static() (still dummy). | grunfink | |
| 2026-03-31 | Stop on zero size reads in xs_read(). | grunfink | |
| 2026-03-28 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-28 | Changed some defaults for newly created instances. | grunfink | |
| Specifically, 'disable_inbox_collection' and 'disable_history' are set to true. | |||
| 2026-03-27 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | grunfink | |
| 2026-03-27 | Merge 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 | |||
| 2026-03-27 | Drop PATH_MAX usage | Sergio Durigan Junior | |
| Strict POSIX systems (such as GNU Hurd) don't define PATH_MAX, which results in a build failure: https://buildd.debian.org/status/fetch.php?pkg=snac2&arch=hurd-amd64&ver=2.91-1&stamp=1774482136&raw=0 This commit replaces PATH_MAX with a dynamically-allocated buffer, which is the usual way of fixing these failures. Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net> | |||