| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated TODO. | 2025-12-09 | 1 | -6/+6 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-12-09 | 1 | -0/+4 | |
| | | |||||
| * | Fixed small memory leak. | 2025-12-09 | 1 | -1/+1 | |
| | | |||||
| * | make webpush use our notification server vkey instead of a random, ill-formated | 2025-12-09 | 2 | -1/+6 | |
| | | | | | key (necessary for some client notifications, such as moshidon) | ||||
| * | Updated RELEASE_NOTES.2.85 | 2025-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.85 RELEASED. | 2025-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-12-03 | 1 | -0/+6 | |
| | | |||||
| * | Merge pull request 'rendering visibility conditionally, with lesser reach if ↵ | 2025-12-03 | 1 | -40/+33 | |
| |\ | | | | | | | | | | | needed' (#493) from byte/snac2:feature/lesser-visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/493 | ||||
| | * | no visibility for editing | 2025-11-01 | 1 | -1/+2 | |
| | | | |||||
| | * | Merge remote-tracking branch 'orig/master' into feature/lesser-visibility | 2025-11-01 | 9 | -22/+61 | |
| | |\ | |||||
| | * | | rendering visibility conditionally, with lesser reach if needed | 2025-10-25 | 1 | -40/+32 | |
| | | | | |||||
| * | | | Merge pull request 'fine-tuning czech translation' (#503) from ↵ | 2025-12-02 | 1 | -16/+16 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | pmjv/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/503 | ||||
| | * | | | Update po/cs.po | 2025-12-02 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | fine-tuning czech translation | 2025-12-01 | 1 | -15/+15 | |
| | | | | | |||||
| * | | | | Updated RELEASE_NOTES. | 2025-12-02 | 1 | -0/+2 | |
| | | | | | |||||
| * | | | | Merge pull request 'fix user matching' (#502) from rakoo/snac2:master into ↵ | 2025-12-02 | 6 | -18/+18 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/502 | ||||
| | * | | | 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 | |
| | | | |||||