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