summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2024-08-25Only archive error content that is not NULL.default
2024-08-24Archive and try to avoid crashing on unexpected 'content' field data type.default
2024-08-01In 'Move' notifications, show the old account below the originator one.default
2024-07-30Notify blocks.default
2024-07-18Show bold+italic (text between ***) correctly.default
2024-07-11Add the 'required' HTML attr to one-option polls (radio buttons).default
2024-07-11Do nothing on polls without any vote.default
2024-07-03Added web UI for the auto-boost option.default
2024-07-02Minor search tweaks.default
2024-06-22Metadata having gemini urls are now clickable.default
2024-06-18Don't show the instance announcement in public pages.default
2024-06-15Minor tweak to rel=me links.default
2024-06-12All metadata links include the rel='me' attribute.default
2024-06-08Use timeline_top_level() in list timelines in the web UI.default
2024-06-06Fixed CW dropdown in public instance timeline.default
2024-05-31Fixed typo.default
2024-05-31Don't propagate the user change after dismissing the announcement.default
2024-05-31Minor tweaks.default
2024-05-30Merge branch 'master' into announcementsLouis Brauer
2024-05-31Implement instance announcementsLouis Brauer
2024-05-30Added a class to the new "Alt...".default
2024-05-30Added an "Alt..." details just below attachments with them.default
2024-05-27Merge remote-tracking branch 'origin/master'Louis Brauer
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesLouis Brauer
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-26Minor code reformatting.default
2024-05-26Enable deletion of avatar and header image in user settingsLouis Brauer
2024-05-24Added a 'title' to each list timeline.default
2024-05-24Don't show list links in read only timelines.default
2024-05-24Show 'Nothing found for tag' message.default
2024-05-24Minor list show tweaks.default
2024-05-24Added links to the lists in html_timeline().default
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-05-15User search can also be done by tag.default
2024-05-14content_search() also searches the instance timeline.default
2024-05-11Add some special treatment to Event object display.default
2024-05-11Show 'Event' object types as Notes.default
2024-05-11Unified post-like object type match.default
2024-05-11Added an incremental max seconds value to every content search page.default
2024-05-10Added a search box.default
2024-05-10Also add the 'More...' link if there was a search timeout.default
2024-05-10More search tweaks la la la la.default
2024-05-10More web ui search tweaks baaaaah I'm boring.default
2024-05-10Added a skip argument to content_search().default
2024-05-10Some tweaks to web ui search.default
2024-05-09Added a title to search results.default
2024-05-09The /admin page now accepts ?q=regex for a content search.default
2024-05-09Merge branch 'master' into style-tweaks-on-2.52Kelson Vibber
2024-05-09Set avatars and custom emoji as square (fixes display in Dillo)Kelson Vibber