summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-24Added edit support for posts.Gravatar default1-3/+69
2023-01-17Updated year in copyright notices.Gravatar default1-1/+1
2023-01-12Backport from xs.Gravatar default1-5/+5
2023-01-11Show the More... link above the 'About this site'.Gravatar default1-2/+2
2023-01-11Deleted unused argument in timeline_admire().Gravatar default1-2/+2
2023-01-11Deleted unused arguments in timeline_add().Gravatar default1-1/+1
2023-01-09Show the mentioned people after a CC:.Gravatar default1-0/+5
2023-01-03Don't generate empty children popups.Gravatar default1-10/+17
2022-12-25Add a link rel=alternate to the user RSS.Gravatar default1-0/+6
2022-12-23timeline_request() fixes the canonical id for the object.Gravatar default1-2/+2
2022-12-19The 'Older...' details are back, now better.Gravatar default1-1/+19
2022-12-18Deleted the 'Older...' details tag because it's becoming too confusing.Gravatar default1-12/+1
2022-12-18Conversations can be collapsed.Gravatar default1-2/+7
2022-12-16Replaced all calls to post() with enqueue_message().Gravatar default1-5/+5
2022-12-15Also show the 'updated' timestamp.Gravatar default1-9/+24
2022-12-10Use object_likes_len() and object_announces_len() in the post score.Gravatar default1-3/+3
2022-12-08Don't show the 'Boost' button for private messages.Gravatar default1-3/+5
2022-12-08Also add 'redir' hidden field to Replies.Gravatar default1-0/+2
2022-12-08Some tweaks to improve the page position after like or boost.Gravatar default1-13/+9
2022-12-08Wrapped too long string literals.Gravatar default1-2/+4
2022-12-08Little tweak to previous change to avoid a memleak.Gravatar default1-1/+7
2022-12-07Fix mentions with one @ signGravatar Alex Schroeder1-0/+1
2022-12-07Ask for just 1 more entry beyond the current page to test if there are more.Gravatar default1-2/+2
2022-12-07Fixed last minute typo.Gravatar default1-1/+1
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