summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-15Fixed look of users without creationg date in the people page.Gravatar default1-1/+1
2023-06-15Use xs_stock_* values wherever possible.Gravatar default1-9/+5
2023-06-15Fixed voting / replying confusion.Gravatar default1-15/+3
2023-06-11Added Web UI to set the account 'bot' flag.Gravatar default1-0/+11
2023-06-11Hidden conversations are not rendered instead of given a 'display: none'.Gravatar default1-6/+4
2023-06-07Minor tweak to snac-poll-form.Gravatar default1-3/+3
2023-06-07New CSS classes snac-poll-form and snac-poll-result.Gravatar default1-2/+3
2023-06-02Added icon for botsGravatar Haijo71-0/+3
2023-06-02Fixed bug in notify() (the poll id was not set).Gravatar default1-1/+1
2023-06-02Use a select instead of a checkbox for setting multiple-choice polls.Gravatar default1-6/+13
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