aboutsummaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2025-01-08Bumped copyright year.default
2025-01-08Show hashtags that are not already linked from the post content.default
2025-01-05New configuration directive "max_public_entries".default
2025-01-05Updated tip for the search box.default
2025-01-05Moved post language setting to msg_note(), where it really belongs.default
2025-01-04More search by URL tweaks.default
2025-01-01When search for URLs, rewrite the query string to be the real post id.default
2025-01-01The shared post is really sent.default
2024-12-31Fixed warning.default
2024-12-31Merge branch 'master' of comam.es:git/snac2default
2024-12-31More work in the Mastodon-share webpoint.default
2024-12-31Added "Like" to operations for upstream branchDHeadshot
2024-12-26Make xmpp and mailto URLs clickable.default
2024-12-21Account names can also contain periods (in account search).default
2024-12-21If an attachment includes an icon, show it.default
2024-12-20Add contact metrics to og:description.default
2024-12-19Added bad login throttling.default
2024-12-19Searching for URLs brings a post to the user timeline.default
2024-12-09Fixed a bug in the 'Approve' and 'Discard' buttons.default
2024-12-05Added web UI for the 'show_contact_metrics' toggle.default
2024-12-04Also show contact metrics in the public page, if the user wants.default
2024-12-04Check for existing id.default
2024-12-04Fixed bug in blocked instance rejection.default
2024-11-24Fixed missing else in html people list.default
2024-11-24Changed help for the search box.default
2024-11-24The search box also searches accounts (via webfinger).default
2024-11-24Fixed bio processing in the public page.default
2024-11-24Added web UI for the 'approve_followers' checkbox.default
2024-11-24New web actions "Approve" and "Discard".default
2024-11-24Pending follow notifications are shown as "Follow Request".default
2024-11-24The people page shows 'Approve' and 'Discard' buttons for pending follows.default
2024-11-23Minor tweak to new metadata.default
2024-11-23The 'metadata' field in user.json is now a string instead of a dict.default
2024-11-19New function get_in_reply_to().default
2024-11-14Minor tweak to proxy code (some URLs were not correctly formed).default
2024-11-12The proxy token seed is created on startup and never stored.default
2024-11-12Added new proxy authorization by token.default
2024-11-10Fixed possible crash in proxy code.default
2024-11-10In the RSS description, don't convert the bio from Markdown.default
2024-11-10RSS feeds are now 2.0 instead of 0.91.default
2024-11-07Merge branch 'master' of comam.es:git/snac2default
2024-11-07Fixed some URLs that should not be proxied.default
2024-11-07Moved make_url() to data.c.default
2024-11-07Fixed 'strict_public_timelines' being applied to the private timeline.default
2024-11-07Use the raw_path for proxying (as some media may include ? arguments).default
2024-11-07Don't proxy our own URLs.default
2024-11-07Propagate the caching headers.default
2024-11-07Omit the 'image' field if there are any attachment.default
2024-11-07Propagate 'last-modified' and 'etag' fields while proxying.default
2024-11-07Also use the proxy in replace_shortnames().default