summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2023-05-13Only show the bio in the top of the page for public pages.default
2023-05-08Added a source (web, mastoapi, etc) to lastlog_write().default
2023-05-04Fixed more warnings.default
2023-05-04Added -Wextra to C flags.default
2023-05-04Added some const here and there.default
2023-05-04Deleted real unused parameters.default
2023-05-03Fixed missing notifications in certain circunstancies.default
2023-04-25Store the what-is-snac URL as a CPP constant.default
2023-04-16New button to clear all notifications.default
2023-04-14Set the timeline check time after showing the notifications.default
2023-04-14Delete the private HTML cache on edits.default
2023-04-14More notification web page tweaks.default
2023-04-14More notification web tweaks.default
2023-04-14Don't show the full tree in notifications.default
2023-04-14New notifications web page.default
2023-04-14Show a top link to the (future) notifications area, including a count of new ...default
2023-04-10Added image attachments.default
2023-04-05New function lastlog_write().default
2023-02-26Don't inline empty avatars in og:avatar meta property.default
2023-02-26Added some property og meta headers.default
2023-02-23Minor actor name code refactoring.default
2023-02-20Show the avatar in the nav menu.default
2023-02-20New checkbox 'Only for mentioned people'.default
2023-02-20New boolean argument 'priv' to msg_note().default
2023-02-20Email notifications can be disabled.default
2023-02-15Rewritten text 'More...' as 'Load more...'.default
2023-02-15Added form field code for uploading the avatar.default
2023-02-15Added support for receiving un uploaded avatar.default
2023-02-10Improved Delete button fix.default
2023-02-10Fixed actor / post Delete confusion bug.default
2023-02-08Followers can be deleted.default
2023-02-08Only show the 'in reply to' link if level == 0.default
2023-02-08Use timeline_here() for parents in html_entry().default
2023-02-07Added web interface for the Telegram information.default
2023-02-05New user option 'purge_days'.default
2023-02-05Deleted the type argument from object_get_my_md5() and object_get().default
2023-02-05Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.default
2023-02-05New function timeline_get().default
2023-02-03More debug level changes.default
2023-01-28Attached images have a hashed name instead of a time one.default
2023-01-28Image attachments in posts can now have descriptions ('alt text').default
2023-01-28New post field 'alt_text'.default
2023-01-27New function default_avatar_base64().default
2023-01-24Added edit support for posts.default
2023-01-17Updated year in copyright notices.default
2023-01-12Backport from xs.default
2023-01-11Show the More... link above the 'About this site'.default
2023-01-11Deleted unused argument in timeline_admire().default
2023-01-11Deleted unused arguments in timeline_add().default
2023-01-09Show the mentioned people after a CC:.default