aboutsummaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Collapse)Author
12 daysMatch the new html signature in neighborhoodHEADmastermainRuben Beltran del Rio
12 daysMerge branch 'master' of https://codeberg.org/grunfink/snac2Ruben Beltran del Rio
12 daysIncreased user-agent debug level.grunfink
13 daysAdded web UI for setting the 'text_browser_uas' user config field.grunfink
13 daysMore text browser friendly things.grunfink
13 daysNew user page /operations.grunfink
13 daysMore text browser friendly stuff.grunfink
13 daysNew function text_browser_friendly() (still unused).grunfink
13 daysMinor HTML tweak.grunfink
2026-08-30Added notification filter for Webmentions.grunfink
2026-08-30Fixed error in notification filtering.grunfink
2026-08-30Fixed EmojiReact code to allow any emoticon in emojis.json, not only those ↵grunfink
with colon-wrapped ids.
2026-08-26Fixed ugly link label in 'Link' attachments when proxy media is on.grunfink
2026-08-26Use snac_op in list_maint().default
2026-08-26Use snac_op in grave().default
2026-08-26Use snac_op in actor_failure().default
2026-08-26In the people page, strip absurdly long location coordinates due to floating ↵grunfink
point inaccuracies.
2026-08-18More proxy test fixes.grunfink
2026-08-18Moved proxy status change after the log message.grunfink
2026-08-18Don't propagate 4xx error statuses from proxied media.grunfink
2026-08-06Don't try (and fail) to parse non-UTC dates in posts.grunfink
I'll provide a real fix eventually.
2026-07-30Don't skip unlisted replies to unknown posts.grunfink
2026-07-23renamed snac-btn-like to snac-btn-clear-allvoidq
by mistake clear_all btn was given class snac-btn-like
2026-07-20In build_mentions(), don't add the original poster as a CC.grunfink
2026-06-29Merge branch 'master'Ruben Beltran del Rio
2026-06-29Merge branch 'master' of https://codeberg.org/grunfink/snac2Ruben Beltran del Rio
2026-06-08Another tweak to search.grunfink
Call webfinger_request_fake() for extreme cases.
2026-06-02Minor rewording.grunfink
2026-06-02Added web UI to set the 'excluded_langs'.grunfink
2026-06-02New user directive: 'excluded_langs'.grunfink
2026-06-02Minor cleanup.grunfink
2026-05-27add keep_replied_posts and keep_replied_me feathers, and auto-mention post ↵hanchan
author when reply to a post
2026-05-22Delete from the admire cache also when emojiunreacting.grunfink
2026-05-22Delete from the admire index when unliking and unboosting.grunfink
2026-05-21Added a new 'admiration' timeline.violette
2026-05-18Limited the number of nested quoted posts to 3.grunfink
2026-05-07Show a thumb up next to account names that follow you.grunfink
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-15Make neighborhood privateRuben Beltran del Rio
2026-04-15Add neighborhood featureRuben Beltran del Rio
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