summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-23Improved notify repetition code.Gravatar default1-1/+3
2025-01-23Added some code to supress repeated notifications.Gravatar default1-2/+10
2025-01-22Fixed bug in 'in reply to' checking.Gravatar default1-10/+14
2025-01-22Minor visual tweak.Gravatar default1-14/+12
2025-01-20Minor HTML tweak.Gravatar default1-1/+3
2025-01-20Show the post language under the date 'title'.Gravatar default1-5/+20
2025-01-19Update user config from admin/followed-hashtags.Gravatar default1-1/+30
2025-01-19Added controls for the followed hashtags.Gravatar default1-0/+32
2025-01-16Implemented Mastodon-like /authorize_interaction.Gravatar default1-0/+61
2025-01-12Minor improvements to start / end event time showing.Gravatar default1-4/+4
2025-01-12Better dangling hashtag checking.Gravatar default1-7/+7
2025-01-12Show event start / end times.Gravatar default1-0/+43
2025-01-12If an Event has an URL, use it.Gravatar default1-0/+11
2025-01-10If a post has a location, show it.Gravatar default1-0/+37
2025-01-10Fixed crash.Gravatar default1-1/+1
2025-01-10If a location is defined, user actors include a 'Place' object.Gravatar default1-1/+1
2025-01-10Show the location in the public page.Gravatar default1-0/+18
2025-01-10New user settings latitude and longitude.Gravatar default1-0/+19
2025-01-08Deleted useless check.Gravatar default1-1/+1
2025-01-08Fixed crash on NULL hashtag href.Gravatar default1-10/+13
2025-01-08Do a lower case search of hashtags in the content.Gravatar default1-6/+5
2025-01-08Also check for the lowecase URL of the hashtags.Gravatar default1-1/+5
2025-01-08Bumped copyright year.Gravatar default1-1/+1
2025-01-08Show hashtags that are not already linked from the post content.Gravatar default1-0/+33
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