summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Fixed typo in html attribute' (#500) from ↵Gravatar grunfink2025-11-141-1/+1
|\ | | | | | | | | | | dandelions/snac2:next-text-typo-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/500
| * fixed typo in html attrGravatar green2025-11-141-1/+1
| |
* | Merge pull request 'Fixed memory leak' (#498) from ↵Gravatar grunfink2025-11-141-2/+2
|\ \ | | | | | | | | | | | | | | | dandelions/snac2:memory-leak-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/498
| * | fixed memory leakGravatar green2025-11-141-2/+2
| |/
* | Don't call enqueue_object_request() for quoted posts in public timelines.Gravatar grunfink2025-11-101-0/+1
| |
* | Use 'quoteUri' instead of 'quote'.Gravatar grunfink2025-11-092-2/+2
| |
* | Retrieve quoted posts when a post arrives.Gravatar grunfink2025-11-091-0/+13
| |
* | Ensure the "quote" post attribute is an URL.Gravatar grunfink2025-11-091-1/+1
| | | | | | | | | | It seems that Bookwyrm generate "quote" fields for another thing, because why not.
* | Also show unlisted posts in public timelines.Gravatar grunfink2025-11-091-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar grunfink2025-11-091-0/+4
| |
* | Bumped version.Gravatar grunfink2025-11-091-1/+1
| |
* | Show quoted posts.Gravatar grunfink2025-11-091-0/+15
| |
* | Merge pull request 'po/de_DE.po aktualisiert' (#494) from zen/snac2:master ↵Gravatar grunfink2025-10-301-5/+5
|\ \ | |/ |/| | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/494
| * po/de_DE.po aktualisiertGravatar zen2025-10-281-5/+5
|/ | | | de_DE update
* Version 2.84 RELEASED.2.84Gravatar grunfink2025-10-271-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-271-1/+1
|
* More fixes to libcurl warnings.Gravatar grunfink2025-10-241-5/+5
|
* Added cast to curl_read_callback functions to mute warnings.Gravatar grunfink2025-10-241-4/+4
|
* Keep track of deleted users and return 410 Gone for them.Gravatar grunfink2025-10-246-6/+45
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-221-0/+2
|
* Merge pull request 'Fix some manpage typos' (#490) from r-ricci/snac2:man ↵Gravatar grunfink2025-10-223-5/+5
|\ | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/490
| * Fix some manpage typosGravatar Roberto Ricci2025-10-223-5/+5
|/
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-211-1/+1
|
* Minor tweak to Stefano's code.Gravatar grunfink2025-10-211-1/+1
|
* Merge pull request 'Improving Mastodon-api experience and Moshidon support' ↵Gravatar grunfink2025-10-213-15/+430
|\ | | | | | | | | | | (#489) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/489
| * Instead of comparing the output status with == 200, it's better to check ↵Gravatar Stefano Marinelli2025-10-212-5/+5
| | | | | | | | using valid_status()
| * Enhances Mastodon API compatibility by adding support for displaying remote ↵Gravatar Stefano Marinelli2025-10-183-15/+430
|/ | | | | | users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.). Fixes for Moshidon and improvements for better compatibility with HAProxy
* FEDERATION.md: also document outgoing Webmention.Gravatar grunfink2025-10-171-1/+2
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-171-0/+2
|
* Merge pull request 'Add FEDERATION.md' (#485) from ↵Gravatar grunfink2025-10-171-0/+65
|\ | | | | | | | | | | andypiper/snac2:add-fed-md into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/485
| * Add FEDERATION.mdGravatar Andy Piper2025-10-151-0/+65
|/ | | | Signed-off-by: Andy Piper <andypiper@ownmail.net>
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-151-1/+1
|
* Merge pull request 'new czech translations + corrections' (#483) from ↵Gravatar grunfink2025-10-151-13/+13
|\ | | | | | | | | | | pmjv/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/483
| * new czech translations + correctionsGravatar pmjv2025-10-151-13/+13
|/ | | | snacpilled 💊
* Updated documentation.Gravatar grunfink2025-10-141-3/+4
|
* xs_webmention.h: updated.Gravatar grunfink2025-10-142-5/+7
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-131-2/+2
|
* xs_http.h: new file.Gravatar grunfink2025-10-1316-67/+94
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-10-131-1/+7
|
* Merge pull request 'Update Brazilian Portuguese (pt_BR) translation' (#480) ↵Gravatar grunfink2025-10-111-7/+7
|\ | | | | | | | | | | from daltux/snac2:pt_BR-5 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/480
| * Update Brazilian Portuguese (pt_BR) translationGravatar Daltux2025-10-111-7/+7
|/ | | | New strings regarding post visibility translated.
* Fixed recipient_list() for mentioned accounts.Gravatar grunfink2025-10-111-0/+2
|
* mastoapi: added deleting for posts.Gravatar grunfink2025-10-101-1/+35
| | | | I'm sure that I've done this before, but whatever.
* Merge pull request 'fix fetching' (#479) from byte/snac2:fix/fetching into ↵Gravatar grunfink2025-09-301-0/+4
|\ | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/479
| * fix fetchingGravatar byte2025-09-301-0/+4
|/
* Updated .po files.Gravatar grunfink2025-09-3016-2944/+3247
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar grunfink2025-09-301-11/+3
|\
| * Merge pull request 'CW fix' (#478) from byte/snac2:fix/CW into masterGravatar grunfink2025-09-301-11/+3
| |\ | | | | | | | | | Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/478
| | * CW fixGravatar byte2025-09-281-11/+3
| |/
* / Updated RELEASE_NOTES.Gravatar grunfink2025-09-281-0/+6
|/