summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-07Minor tweaks to paged timeline output.Gravatar default1-17/+18
2022-12-06Pagination of the public and private pageGravatar Alex Schroeder1-8/+31
2022-12-06Add loading="lazy" to all imagesGravatar Alex Schroeder1-4/+4
2022-12-04Fixed crash in new code (moron me...)Gravatar default1-1/+5
2022-12-04Match the CW checkbox status to what is currently configured.Gravatar default1-1/+1
2022-12-04No sensitive content in the public timelineGravatar Alex Schroeder1-10/+6
2022-12-04Add an option to always show sensitive contentGravatar Alex Schroeder1-6/+22
2022-12-04Deleted debug code in html_entry().Gravatar default1-8/+2
2022-12-04Don't show the messages' md5.Gravatar default1-0/+2
2022-12-03Don't try to admire empty messages.Gravatar default1-4/+10
2022-12-03Show the development version.Gravatar default1-1/+4
2022-12-03Always show who boosted something, not only when it's on level 0.Gravatar default1-43/+42
2022-12-03Upgraded local/ to public/.Gravatar default1-1/+7
2022-12-03New function timeline_simple_list().Gravatar default1-4/+2
2022-12-02Show stray parents in the origin.Gravatar default1-22/+12
2022-12-02More old code deletions.Gravatar default1-2/+0
2022-12-02Fixed one post queries.Gravatar default1-4/+6
2022-12-02Fixed RSS and outbox to use the new data storage.Gravatar default1-1/+5
2022-12-02Big data storage change.Gravatar default1-67/+75
2022-12-01Close a tag in history list.Gravatar default1-1/+1
2022-12-01Close a tag in history listGravatar Alex Schroeder1-1/+1
2022-11-28Changed following_list() to return a list of actors.Gravatar default1-1/+1
2022-11-28Upgraded followers to the new db.Gravatar default1-4/+3
2022-11-26Don't call object_del() from timeline_del().Gravatar default1-0/+3
2022-11-26Renamed 'admin' link label to 'private'.Gravatar default1-2/+2
2022-11-25Use macro XS_ALL were possible.Gravatar default1-2/+2
2022-11-24Use the new hide API.Gravatar default1-2/+2
2022-11-21Backport from xs (new xs_set() API).Gravatar default1-3/+5
2022-11-20Deleted the link at the end of each RSS entry.Gravatar default1-4/+0
2022-11-20More RSS tweaks.Gravatar default1-14/+5
2022-11-20Fixed RSS link.Gravatar default1-4/+4
2022-11-20Add a link to the post in each RSS entry.Gravatar default1-0/+4
2022-11-20More RSS tweaks.Gravatar default1-3/+3
2022-11-20More RSS tweaks.Gravatar default1-2/+15
2022-11-19RSS improvements.Gravatar default1-16/+12
2022-11-18Fixed crash when testing for the Accept header.Gravatar default1-3/+5
2022-11-18Log if the RSS is served.Gravatar default1-1/+3
2022-11-18Added a RSS link in the public timeline page.Gravatar default1-2/+5
2022-11-18More RSS tweaks.Gravatar default1-1/+3
2022-11-18More RSS cropping.Gravatar default1-1/+1
2022-11-18Added rss on output.Gravatar default1-4/+87
2022-11-18New function enqueue_output_to_actor().Gravatar default1-3/+2
2022-11-18Fixed Follow bug, introduced by latest sharedInbox change.Gravatar default1-1/+2
2022-11-16Call sanitize() as soon as possible.Gravatar default1-4/+2
2022-11-16Also add the 'Sensitive content' checkbox to replies.Gravatar default1-0/+2
2022-11-16Posts can be marked as 'sensitive content' (not yet for replies).Gravatar default1-0/+10
2022-11-15Show the complete date as a 'title' popup.Gravatar default1-1/+2
2022-11-13Deleted unused code.Gravatar default1-3/+1
2022-11-13Also delete JS in the people/ page.Gravatar default1-13/+8
2022-11-13Set "u-url mention" class for mentions.Gravatar default1-1/+1