summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Collapse)Author
2024-08-31New 'hide_delete_post_button' server directive.default
2024-08-29Added web UI for [un]bookmarking.default
2024-08-29Pinned posts are no longer shown in the private timeline.default
2024-08-29The list of bookmarked posts also work.default
2024-08-29The list of pinned posts now works.default
2024-08-29Added links to pinned and bookmarked posts as if they were lists.default
They still not work.
2024-08-29Show bookmarked posts with an emoji.default
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
The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
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