| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | If the emoji starts with &#, convert to an utf-8 string. | 9 days | 1 | -0/+15 | |
| | | |||||
| * | Only generate an Image tag if the emoji is an URL. | 9 days | 1 | -9/+15 | |
| | | |||||
| * | Use the emoji value from emojis.json instead of creating a link to the ↵ | 9 days | 1 | -6/+10 | |
| | | | | | static storage. | ||||
| * | Fixed more minor leaks. | 9 days | 2 | -2/+4 | |
| | | |||||
| * | Fixed leak in emoji_reacted(). | 9 days | 3 | -6/+7 | |
| | | |||||
| * | Fixed leak in timeline_admire(). | 9 days | 2 | -5/+6 | |
| | | |||||
| * | Fixed some xs_fmt() usages. | 9 days | 2 | -7/+13 | |
| | | |||||
| * | Fixed some xs_join() uses. | 9 days | 1 | -7/+12 | |
| | | |||||
| * | Fixed some xs_dup() leaks. | 9 days | 3 | -4/+4 | |
| | | |||||
| * | Added emoji reactions (contributed by violette). | 9 days | 9 | -31/+786 | |
| | | |||||
| * | Bumped version. | 9 days | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2025-12-09 | 1 | -0/+2 | |
| |\ | |||||
| | * | Updated RELEASE_NOTES. | 2025-12-09 | 1 | -0/+2 | |
| | | | |||||
| * | | If terse is set, history is also hidden. | 2025-12-09 | 1 | -1/+1 | |
| |/ | |||||
| * | New query variable terse=anything. | 2025-12-09 | 3 | -18/+26 | |
| | | | | | If set to any value, a public post page doesn't show any headline. | ||||
| * | 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 | ||||