summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix user matchingGravatar rako2025-11-306-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.Gravatar grunfink2025-11-292-14/+14
|
* New function is_msg_mine().Gravatar grunfink2025-11-292-0/+15
|
* Some attachments are of type 'Video' instead of a MIME type (bsky).Gravatar grunfink2025-11-261-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-11-241-0/+2
|
* Added a Follow/Unfollow button next to a new follow notification.Gravatar grunfink2025-11-201-1/+27
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-11-201-0/+2
|
* Merge pull request 'move 'server.pid' away from user section' (#501) from ↵Gravatar grunfink2025-11-201-2/+2
|\ | | | | | | | | | | spky/snac2:manpage_fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/501
| * move 'server.pid' away from user sectionGravatar Frieder Griesshammer2025-11-191-2/+2
|/
* Merge pull request 'Add metadata to remote users' (#499) from ↵Gravatar grunfink2025-11-181-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 fieldsGravatar green2025-11-141-2/+2
| |
| * metadata: location and bday propertiesGravatar green2025-11-141-0/+38
| |
| * metadata: quick fix for <p> tagsGravatar green2025-11-141-3/+13
| |
| * metadata for remote users in people pageGravatar green2025-11-141-0/+40
| |
* | Some implementations set quoted posts with 'quoteUrl', so look at that as well.Gravatar grunfink2025-11-172-2/+4
| |
* | Request unfound actors from the notifications page.Gravatar grunfink2025-11-151-1/+5
| |
* | Unmark a failed instance after a successful boost.Gravatar grunfink2025-11-151-0/+3
| |
* | Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar grunfink2025-11-141-1/+1
|\ \
| * \ 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
| | |/
* | / Updated RELEASE_NOTES.Gravatar grunfink2025-11-141-0/+2
|/ /
* | 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>