summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-24Polls can now be voted.Gravatar default1-1/+21
2023-05-24Show HTML form code for oneOf polls.Gravatar default1-0/+23
2023-05-24Added some experimental 'Question' posting code.Gravatar default1-1/+3
2023-05-24Show a ballot box emoji in the score if the enttry it's a poll.Gravatar default1-3/+11
2023-05-24Finished polls are shown.Gravatar default1-1/+32
2023-05-24Some prototype tweaks.Gravatar default1-8/+9
2023-05-21Convert image links in notes to attachments.Gravatar default1-2/+2
2023-05-17Updated documentation.Gravatar default1-1/+1
2023-05-17Fixed bug in drop_dm_from_unknown web processing.Gravatar default1-4/+6
2023-05-17Added web interface for drop_dm_from_unknown.Gravatar default1-0/+11
2023-05-17Added some comments.Gravatar default1-31/+20
2023-05-17Got rid of xs_encdec.h.Gravatar default1-1/+0
2023-05-13Only show the bio in the top of the page for public pages.Gravatar default1-9/+12
2023-05-08Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default1-1/+1
2023-05-04Fixed more warnings.Gravatar default1-0/+1
2023-05-04Added -Wextra to C flags.Gravatar default1-0/+3
2023-05-04Added some const here and there.Gravatar default1-2/+4
2023-05-04Deleted real unused parameters.Gravatar default1-8/+7
2023-05-03Fixed missing notifications in certain circunstancies.Gravatar default1-1/+1
2023-04-25Store the what-is-snac URL as a CPP constant.Gravatar default1-2/+4
2023-04-16New button to clear all notifications.Gravatar default1-0/+13
2023-04-14Set the timeline check time after showing the notifications.Gravatar default1-0/+5
2023-04-14Delete the private HTML cache on edits.Gravatar default1-0/+1
2023-04-14More notification web page tweaks.Gravatar default1-1/+1
2023-04-14More notification web tweaks.Gravatar default1-2/+12
2023-04-14Don't show the full tree in notifications.Gravatar default1-45/+57
2023-04-14New notifications web page.Gravatar default1-2/+85
2023-04-14Show a top link to the (future) notifications area, including a count of new ...Gravatar default1-1/+14
2023-04-10Added image attachments.Gravatar default1-3/+6
2023-04-05New function lastlog_write().Gravatar default1-2/+5
2023-02-26Don't inline empty avatars in og:avatar meta property.Gravatar default1-1/+9
2023-02-26Added some property og meta headers.Gravatar default1-6/+33
2023-02-23Minor actor name code refactoring.Gravatar default1-14/+22
2023-02-20Show the avatar in the nav menu.Gravatar default1-0/+14
2023-02-20New checkbox 'Only for mentioned people'.Gravatar default1-11/+17
2023-02-20New boolean argument 'priv' to msg_note().Gravatar default1-1/+2
2023-02-20Email notifications can be disabled.Gravatar default1-3/+11
2023-02-15Rewritten text 'More...' as 'Load more...'.Gravatar default1-1/+1
2023-02-15Added form field code for uploading the avatar.Gravatar default1-6/+4
2023-02-15Added support for receiving un uploaded avatar.Gravatar default1-0/+19
2023-02-10Improved Delete button fix.Gravatar default1-6/+7
2023-02-10Fixed actor / post Delete confusion bug.Gravatar default1-2/+4
2023-02-08Followers can be deleted.Gravatar default1-13/+21
2023-02-08Only show the 'in reply to' link if level == 0.Gravatar default1-9/+11
2023-02-08Use timeline_here() for parents in html_entry().Gravatar default1-1/+1
2023-02-07Added web interface for the Telegram information.Gravatar default1-0/+19
2023-02-05New user option 'purge_days'.Gravatar default1-0/+15
2023-02-05Deleted the type argument from object_get_my_md5() and object_get().Gravatar default1-3/+3
2023-02-05Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.Gravatar default1-3/+3
2023-02-05New function timeline_get().Gravatar default1-1/+1