aboutsummaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2025-11-26Some attachments are of type 'Video' instead of a MIME type (bsky).grunfink
2025-11-20Added a Follow/Unfollow button next to a new follow notification.grunfink
2025-11-18Merge pull request 'Add metadata to remote users' (#499) from dandelions/snac...grunfink
2025-11-17Some implementations set quoted posts with 'quoteUrl', so look at that as well.grunfink
2025-11-15Request unfound actors from the notifications page.grunfink
2025-11-14Merge pull request 'Fixed typo in html attribute' (#500) from dandelions/snac...grunfink
2025-11-14fixed typo in html attrgreen
2025-11-14metadata: hide the divider when user has no normal fieldsgreen
2025-11-14metadata: location and bday propertiesgreen
2025-11-14metadata: quick fix for <p> tagsgreen
2025-11-14metadata for remote users in people pagegreen
2025-11-10Don't call enqueue_object_request() for quoted posts in public timelines.grunfink
2025-11-09Use 'quoteUri' instead of 'quote'.grunfink
2025-11-09Ensure the "quote" post attribute is an URL.grunfink
2025-11-09Also show unlisted posts in public timelines.grunfink
2025-11-09Show quoted posts.grunfink
2025-10-24Keep track of deleted users and return 410 Gone for them.grunfink
2025-10-13xs_http.h: new file.grunfink
2025-09-28CW fixbyte
2025-09-28Added back instance and actor failure icons.grunfink
2025-09-20implementing visibility scopesbyte
2025-09-09Return a 404 instead of an empty page if requesting a non-public post.grunfink
2025-08-12post_langs can now be set from the user settings.grunfink
2025-08-12Editing a post keeps the original language.grunfink
2025-08-12Post language is used in new posts.grunfink
2025-08-12Show a dropdown with the user configured languages (still unused).grunfink
2025-08-01Show the version in the 'powered by...' link.grunfink
2025-07-24Fixed link in tags, when it's an RSS.grunfink
2025-06-27Added an actor refresh in html_entry().grunfink
2025-06-25Fixed crash.grunfink
2025-06-24More webmention hook tweaks.grunfink
2025-06-24Added a webmention hook.grunfink
2025-06-18New field 'favicon_url' in server.json.grunfink
2025-06-07Another search by URL tweak (for Pixelfed).grunfink
2025-06-07If a metadata value is an account handle, it's also verified using webfinger.grunfink
2025-06-07Always show the 'pending follow confirmations' if there are any.grunfink
2025-06-06Skip incomplete attachments.grunfink
2025-05-30Added web UI to set the notify webhook.grunfink
2025-05-29mastoapi: fixed uploaded images name collision.grunfink
2025-05-28Activated hashtag RSS polling.grunfink
2025-05-28Don't prepend a # before a hashtag that is really an URL.grunfink
2025-05-28New file rss.c.grunfink
2025-05-28Renamed timeline_to_rss() to rss_from_timeline().grunfink
2025-05-27New function timeline_here().grunfink
2025-05-27Renamed timeline_here() to timeline_here_by_md5(), as it always should have b...grunfink
2025-05-26Fixed search by url for piefed.grunfink
2025-05-20Merge pull request 'Faster performance metrics' (#395) from dandelions/snac2:...grunfink
2025-05-19Improved post language markup.grunfink
2025-05-19performance: functions to get the number of followersgreen
2025-05-18Operations on the 'people' page redirects back to it instead of 'admin'.grunfink