aboutsummaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
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
2024-11-07Changed make_url().default
2024-11-07More proxy_media work.default
2024-11-07New function make_url(), that takes 'proxy_media' into account.default
2024-11-05New server variable 'strict_public_timelines'.default
2024-10-29Set some HTML url fields to be type 'url'.default
2024-10-28Save the 'collapse_threads' from the web UI.default
2024-10-28Show the collapse_threads field in the user settings.default
2024-10-28Use the 'collapse_threads' field from user.json.default
2024-10-28Some work towards collapsing threads by default.default
2024-10-28Fixed crash.default
2024-10-27Skip all repeated attachments, not only images.default
2024-10-27If an attached image URL is already in the post content, don't show it.default
2024-10-26In notifications, show the emoji of the EmojiReact.default
2024-10-25Fixed HTML typo.default
2024-10-23More HTML tweaks.default
2024-10-19Tweaked HTML for the timeline pages.default
2024-10-19Tweaked HTML for the notifications page.default
2024-10-19Fixed Draft: label title.default
2024-10-08Fixed emojis in the public profile.default
2024-10-06Don't cache a page if an error is set.default
2024-10-06New HTML variable error (still unused).default
2024-09-27When editing a draft, the checkbox is kept set.default
2024-09-15Skip ugly line breaks at the beginning of a post's content.default
2024-09-14Some tweaks to draft post code.default
2024-09-14Set the "Only for mentioned people" checkbox properly.default
2024-09-12Minor fix to avoid 'Block' notifications to be invisible.default
2024-09-06Minor tweak.default
2024-09-06Hiding a draft deletes it.default