aboutsummaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Collapse)Author
2026-04-27More webfinger search tweaks.grunfink
2026-04-27In URL searches, try first the ActivityPub object, then the Webfinger.grunfink
This fixes an error when searching for GotoSocial statuses, as they are incorrectly identified as accounts.
2026-04-23Don't recalculate md5 in » links.grunfink
2026-04-15Another fix to %s null.grunfink
2026-04-11Rewritten last commit to be more reliable (latitude and longitude data may ↵grunfink
be strings).
2026-04-11Also show a location link from people entries, if they have one.grunfink
2026-04-11Even if follow metrics are available in the actor object, don't show if both ↵grunfink
are 0.
2026-04-10Fixed crash.grunfink
2026-04-10Added web UI settings for the 'show_unlisted' toggle.grunfink
2026-04-10New user toggle 'show_unlisted', to show unlisted posts in public pages and ↵grunfink
RSS feeds.
2026-04-10Add following and followers (if available) in people entries.grunfink
2026-04-05Merge pull request 'static files: allow files in a subdirectory' (#541) from ↵grunfink
lbr/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/541
2026-04-05Strip HTML from a summary field.grunfink
Also, crop it to a reasonable length.
2026-03-26Increased some debug level in error users.grunfink
These are very annoying in instances that don't have a prefix, as fuckers are trying PHP and other vulnerabilities non-stop.
2026-03-24Avoid passing a NULL uid to sprintf(), as it annoys OpenBSD.default
2026-03-18If latitude or longitude are not numbers, use them as string.grunfink
2026-03-18Don't use a NULL md5 in quoted post anchors.grunfink
2026-03-17Merge pull request 'Fixed more memory leaks in new features' (#584) from ↵grunfink
dandelions/snac2:pr-leaks-1 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/584
2026-03-17fix: broken <label> tags in html_checkbox()green
2026-03-17fix: more memory leaksgreen
2026-03-17fix: memory errors in byte's notification filtergreen
2026-03-12Fixed an error in emptying hashtags from the web UI.grunfink
2026-03-04Fixed bug in Mastodon-style share button.grunfink
2026-03-01Clicking on the account link always lead to the single people page.grunfink
Even from the full people page.
2026-02-28Inserted a space between month name and number.grunfink
2026-02-24Call enqueue_actor_refresh() from html_people_one().grunfink
2026-02-24Also use the 'url' field in the » link to the post.grunfink
2026-02-24Fixed local message not being shown.grunfink
2026-02-23Increase the level argument in quoted posts.grunfink
2026-02-14Do the same with list 'url' fields in notifications.grunfink
2026-02-14Fixed crash when the 'url' field is a list.grunfink
2026-02-14Fixed mismatched following count.grunfink
2026-02-14Also show 'url' in notifications.grunfink
2026-02-14Use the 'url' link instead of 'id' (if there is one) in html_actor_icon().grunfink
2026-02-10In timelines, always create a 'people/' link, not only if follower or following.grunfink
2026-02-03Call xs_replace_i() in html_date_label() instead of overwriting.grunfink
2026-02-02Use the translated month names in date labels.grunfink
2026-01-28static files: allow files in a subdirectoryla_ninpre
allowing '/' in paths is a bit scary, but replacing the check with reject on '..' seems to work. please correct me if i'm wrong and this is insecure.
2026-01-28Added ... to 'Notifications filter' string.grunfink
2026-01-27typozen
2026-01-27typozen
2026-01-25stylebyte
2026-01-25notifications filterbyte
2026-01-25Merge pull request 'Add hh:mm times to posts, using the user timezone' ↵grunfink
(#530) from dandelions/snac2:exact-post-times into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/530
2026-01-25Merge pull request 'Configurable limits for polls' (#534) from ↵grunfink
dandelions/snac2:poll-limits into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/534
2026-01-25poll-limits: revert accidentally commited changesgreen
2026-01-24personal: bigger limit for pollsgreen
2026-01-24small: fix segfault for poll optionsgreen
2026-01-24small: configurable poll limitgreen
2026-01-24visibility: copy more fields on editgreen