| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix user matching | 2025-11-30 | 6 | -18/+18 | |
| | | | | | | | In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2' | ||||
| * | Moved is_msg_mine() to data.c. | 2025-11-29 | 2 | -14/+14 | |
| | | |||||
| * | New function is_msg_mine(). | 2025-11-29 | 2 | -0/+15 | |
| | | |||||
| * | Some attachments are of type 'Video' instead of a MIME type (bsky). | 2025-11-26 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-11-24 | 1 | -0/+2 | |
| | | |||||
| * | Added a Follow/Unfollow button next to a new follow notification. | 2025-11-20 | 1 | -1/+27 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-11-20 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request 'move 'server.pid' away from user section' (#501) from ↵ | 2025-11-20 | 1 | -2/+2 | |
| |\ | | | | | | | | | | | spky/snac2:manpage_fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/501 | ||||
| | * | move 'server.pid' away from user section | 2025-11-19 | 1 | -2/+2 | |
| |/ | |||||
| * | Merge pull request 'Add metadata to remote users' (#499) from ↵ | 2025-11-18 | 1 | -1/+89 | |
| |\ | | | | | | | | | | | dandelions/snac2:metadata-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/499 | ||||
| | * | metadata: hide the divider when user has no normal fields | 2025-11-14 | 1 | -2/+2 | |
| | | | |||||
| | * | metadata: location and bday properties | 2025-11-14 | 1 | -0/+38 | |
| | | | |||||
| | * | metadata: quick fix for <p> tags | 2025-11-14 | 1 | -3/+13 | |
| | | | |||||
| | * | metadata for remote users in people page | 2025-11-14 | 1 | -0/+40 | |
| | | | |||||
| * | | Some implementations set quoted posts with 'quoteUrl', so look at that as well. | 2025-11-17 | 2 | -2/+4 | |
| | | | |||||
| * | | Request unfound actors from the notifications page. | 2025-11-15 | 1 | -1/+5 | |
| | | | |||||
| * | | Unmark a failed instance after a successful boost. | 2025-11-15 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2025-11-14 | 1 | -1/+1 | |
| |\ \ | |||||
| | * \ | Merge pull request 'Fixed typo in html attribute' (#500) from ↵ | 2025-11-14 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | dandelions/snac2:next-text-typo-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/500 | ||||
| | | * | | fixed typo in html attr | 2025-11-14 | 1 | -1/+1 | |
| | | |/ | |||||
| * | / | Updated RELEASE_NOTES. | 2025-11-14 | 1 | -0/+2 | |
| |/ / | |||||
| * | | Merge pull request 'Fixed memory leak' (#498) from ↵ | 2025-11-14 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | dandelions/snac2:memory-leak-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/498 | ||||
| | * | | fixed memory leak | 2025-11-14 | 1 | -2/+2 | |
| | |/ | |||||
| * | | Don't call enqueue_object_request() for quoted posts in public timelines. | 2025-11-10 | 1 | -0/+1 | |
| | | | |||||
| * | | Use 'quoteUri' instead of 'quote'. | 2025-11-09 | 2 | -2/+2 | |
| | | | |||||
| * | | Retrieve quoted posts when a post arrives. | 2025-11-09 | 1 | -0/+13 | |
| | | | |||||
| * | | Ensure the "quote" post attribute is an URL. | 2025-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | It seems that Bookwyrm generate "quote" fields for another thing, because why not. | ||||
| * | | Also show unlisted posts in public timelines. | 2025-11-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2025-11-09 | 1 | -0/+4 | |
| | | | |||||
| * | | Bumped version. | 2025-11-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Show quoted posts. | 2025-11-09 | 1 | -0/+15 | |
| | | | |||||
| * | | Merge pull request 'po/de_DE.po aktualisiert' (#494) from zen/snac2:master ↵ | 2025-10-30 | 1 | -5/+5 | |
| |\ \ | |/ |/| | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/494 | ||||
| | * | po/de_DE.po aktualisiert | 2025-10-28 | 1 | -5/+5 | |
| |/ | | | | de_DE update | ||||
| * | Version 2.84 RELEASED.2.84 | 2025-10-27 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-10-27 | 1 | -1/+1 | |
| | | |||||
| * | More fixes to libcurl warnings. | 2025-10-24 | 1 | -5/+5 | |
| | | |||||
| * | Added cast to curl_read_callback functions to mute warnings. | 2025-10-24 | 1 | -4/+4 | |
| | | |||||
| * | Keep track of deleted users and return 410 Gone for them. | 2025-10-24 | 6 | -6/+45 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-10-22 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request 'Fix some manpage typos' (#490) from r-ricci/snac2:man ↵ | 2025-10-22 | 3 | -5/+5 | |
| |\ | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/490 | ||||
| | * | Fix some manpage typos | 2025-10-22 | 3 | -5/+5 | |
| |/ | |||||
| * | Updated RELEASE_NOTES. | 2025-10-21 | 1 | -1/+1 | |
| | | |||||
| * | Minor tweak to Stefano's code. | 2025-10-21 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'Improving Mastodon-api experience and Moshidon support' ↵ | 2025-10-21 | 3 | -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 ↵ | 2025-10-21 | 2 | -5/+5 | |
| | | | | | | | | | using valid_status() | ||||
| | * | Enhances Mastodon API compatibility by adding support for displaying remote ↵ | 2025-10-18 | 3 | -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. | 2025-10-17 | 1 | -1/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-10-17 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request 'Add FEDERATION.md' (#485) from ↵ | 2025-10-17 | 1 | -0/+65 | |
| |\ | | | | | | | | | | | andypiper/snac2:add-fed-md into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/485 | ||||
| | * | Add FEDERATION.md | 2025-10-15 | 1 | -0/+65 | |
| |/ | | | | Signed-off-by: Andy Piper <andypiper@ownmail.net> | ||||