| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed more minor leaks. | 4 days | 1 | -1/+2 | |
| | | |||||
| * | Fixed leak in emoji_reacted(). | 4 days | 1 | -2/+3 | |
| | | |||||
| * | Fixed some xs_fmt() usages. | 4 days | 1 | -4/+7 | |
| | | |||||
| * | Fixed some xs_join() uses. | 4 days | 1 | -7/+12 | |
| | | |||||
| * | Fixed some xs_dup() leaks. | 4 days | 1 | -2/+2 | |
| | | |||||
| * | Added emoji reactions (contributed by violette). | 4 days | 1 | -12/+305 | |
| | | |||||
| * | If terse is set, history is also hidden. | 12 days | 1 | -1/+1 | |
| | | |||||
| * | New query variable terse=anything. | 12 days | 1 | -15/+23 | |
| | | | | | If set to any value, a public post page doesn't show any headline. | ||||
| * | 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 | 1 | -2/+3 | |
| | |\ | |||||
| | * | | rendering visibility conditionally, with lesser reach if needed | 2025-10-25 | 1 | -40/+32 | |
| | | | | |||||
| * | | | Fix user matching | 2025-11-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | 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' | ||||
| * | | | Some attachments are of type 'Video' instead of a MIME type (bsky). | 2025-11-26 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Added a Follow/Unfollow button next to a new follow notification. | 2025-11-20 | 1 | -1/+27 | |
| | | | | |||||
| * | | | 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 | 1 | -1/+2 | |
| | | | | |||||
| * | | | Request unfound actors from the notifications page. | 2025-11-15 | 1 | -1/+5 | |
| | | | | |||||
| * | | | 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 | |
| | |/ / | |||||
| * | | | 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 | 1 | -1/+1 | |
| | | | | |||||
| * | | | 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 | |
| | | | | |||||
| * | | | Show quoted posts. | 2025-11-09 | 1 | -0/+15 | |
| |/ / | |||||
| * / | Keep track of deleted users and return 410 Gone for them. | 2025-10-24 | 1 | -2/+3 | |
| |/ | |||||
| * | xs_http.h: new file. | 2025-10-13 | 1 | -0/+1 | |
| | | |||||
| * | CW fix | 2025-09-28 | 1 | -11/+3 | |
| | | |||||
| * | Added back instance and actor failure icons. | 2025-09-28 | 1 | -0/+16 | |
| | | |||||
| * | implementing visibility scopes | 2025-09-20 | 1 | -32/+112 | |
| | | |||||
| * | Return a 404 instead of an empty page if requesting a non-public post. | 2025-09-09 | 1 | -1/+1 | |
| | | |||||
| * | post_langs can now be set from the user settings. | 2025-08-12 | 1 | -0/+12 | |
| | | |||||
| * | Editing a post keeps the original language. | 2025-08-12 | 1 | -9/+28 | |
| | | |||||
| * | Post language is used in new posts. | 2025-08-12 | 1 | -1/+2 | |
| | | |||||
| * | Show a dropdown with the user configured languages (still unused). | 2025-08-12 | 1 | -0/+25 | |
| | | |||||
| * | Show the version in the 'powered by...' link. | 2025-08-01 | 1 | -1/+1 | |
| | | |||||
| * | Fixed link in tags, when it's an RSS. | 2025-07-24 | 1 | -1/+7 | |
| | | |||||
| * | Added an actor refresh in html_entry(). | 2025-06-27 | 1 | -1/+6 | |
| | | |||||
| * | Fixed crash. | 2025-06-25 | 1 | -4/+5 | |
| | | |||||
| * | More webmention hook tweaks. | 2025-06-24 | 1 | -0/+7 | |
| | | |||||
| * | Added a webmention hook. | 2025-06-24 | 1 | -5/+15 | |
| | | |||||
| * | New field 'favicon_url' in server.json. | 2025-06-18 | 1 | -4/+9 | |
| | | |||||
| * | Another search by URL tweak (for Pixelfed). | 2025-06-07 | 1 | -0/+8 | |
| | | |||||
| * | If a metadata value is an account handle, it's also verified using webfinger. | 2025-06-07 | 1 | -3/+10 | |
| | | |||||
| * | Always show the 'pending follow confirmations' if there are any. | 2025-06-07 | 1 | -2/+2 | |
| | | | | | Even if the toggle is off. | ||||
| * | Skip incomplete attachments. | 2025-06-06 | 1 | -0/+3 | |
| | | |||||