summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-02open image in new tab when clicked, add css class for attachmentsGravatar Haijo71-3/+10
2023-06-01fixed typo in string "people that follows you"Gravatar Haijo71-1/+1
2023-06-01Add a check Unicode char to mark those polls that were voted by the user.Gravatar default1-0/+6
2023-06-01Fixed typo.Gravatar default1-1/+1
2023-06-01Show the user@host identified next to the user avatar (contributed by Haijo7).Gravatar default1-1/+26
2023-05-31Don't even call html_entry() for children with "name".Gravatar default1-1/+1
2023-05-31Don't hide replies to polls (that are not votes).Gravatar default1-1/+5
2023-05-30Label closed polls correctly in the notification area.Gravatar default1-3/+12
2023-05-30Create polls from the web interface.Gravatar default1-1/+24
2023-05-30Added a poll pull-down and options (still unused).Gravatar default1-4/+26
2023-05-30Wrap attachments in notes behind a "details".Gravatar default1-0/+13
2023-05-30Replaced "Image" with "File".Gravatar default1-6/+6
2023-05-30Better poll close checks.Gravatar default1-4/+4
2023-05-30Moved "Closed" poll string to where it belongs.Gravatar default1-0/+6
2023-05-29Disallow voting your own polls.Gravatar default1-0/+3
2023-05-29New macro ISO_DATE_SPEC.Gravatar default1-1/+1
2023-05-24Fixed multiple choice polls.Gravatar default1-8/+23
2023-05-24Hide the children for polls.Gravatar default1-6/+6
2023-05-24Show the poll as closed if we already voted for it.Gravatar default1-1/+21
2023-05-24More prototype tunnings.Gravatar default1-1/+1
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