summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-04The sensitive content can have a description.Gravatar default1-4/+11
2023-07-04More unfollow notification tweaks.Gravatar default1-1/+1
2023-07-04Also show unfollows in the notification area.Gravatar default1-2/+5
2023-07-02Added HTTP caching to static data.Gravatar default1-4/+6
2023-07-01Fixed footer link.Gravatar default1-2/+2
2023-07-01Added CSS classes to notification and people pages.Gravatar default1-8/+20
2023-06-29Added class snac-post-header to the people list.Gravatar default1-1/+3
2023-06-29Added a new snac-post-header CSS class.Gravatar default1-12/+10
2023-06-28Add a pin emoji to pinned posts.Gravatar default1-0/+6
2023-06-28New CSS class snac-post-header, that wraps the avatar + name + link of a post.Gravatar default1-1/+3
2023-06-28Skip leading zeros en poll closing time.Gravatar default1-1/+5
2023-06-27For polls, shows a 'Closes in d:h:m:s' string.Gravatar default1-6/+22
2023-06-26Also break the og:description in the first period in the bio.Gravatar default1-1/+1
2023-06-26Added autocomplete=off to all forms.Gravatar default1-11/+15
2023-06-26If the user style.css does not exist, return the server-wide version.Gravatar default1-1/+13
2023-06-24The WWW-Authenticate real also includes the user.Gravatar default1-3/+10
2023-06-16added titles to images and emojisGravatar Haijo71-3/+5
2023-06-16Quick fix to "Script self-injection in edit box".Gravatar default1-2/+4
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