summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-11-13Use details/summary HTML tags instead of JS for the 'Reply' button.Gravatar default1-9/+7
2022-11-13Some formatting refactoring.Gravatar default1-1/+1
2022-11-09You can always Boost your own posts indefinitely.Gravatar default1-4/+6
2022-11-04Reordered Hide button.Gravatar default1-1/+1
2022-11-04New 'Hide' button.Gravatar default1-1/+12
2022-11-02Fixed bug when following by @user@host.Gravatar default1-4/+6
2022-11-02Added the published (actor create) data to the 'people' page.Gravatar default1-1/+1
2022-11-02Differentiate the textarea forms form follower to following.Gravatar default1-8/+11
2022-11-02More work in the people page.Gravatar default1-16/+26
2022-11-02People page started.Gravatar default1-2/+132
2022-11-02Split html_actor_icon() from html_msg_icon().Gravatar default1-61/+80
2022-11-02Added the @user@host id in the HTML title.Gravatar default1-1/+5
2022-11-01Added rel=nofollow to the admin link.Gravatar default1-1/+2
2022-11-01Filter out carriage returns in note post web interface.Gravatar default1-3/+4
2022-11-01Added missing user_free() when auth is needed.Gravatar default1-1/+3
2022-11-01Another tweak to the #redir after like or boost.Gravatar default1-7/+9
2022-10-31After reacting to a post, redirection is done to the next entry instead of top.Gravatar default1-4/+17
2022-10-31Actors being followed can also be MUTED.Gravatar default1-1/+2
2022-10-30Added support for sensitive content.Gravatar default1-0/+16
2022-10-28Be more aggressive in HTML sanitization.Gravatar default1-1/+2
2022-10-26Added a forgotten user_free() in html_post_handler().Gravatar default1-0/+2
2022-10-25Minor tweaks.Gravatar default1-3/+3
2022-10-24Don't load unneeded actor info in html_entry().Gravatar default1-5/+1
2022-10-21Added email notification address to web interface.Gravatar default1-0/+11
2022-10-20Updated LICENSE.Gravatar default1-0/+2
2022-10-19Don't read this actor with actor_get().Gravatar default1-0/+3
2022-10-18xs_base64_dec() can now be used as a string, so do it.Gravatar default1-5/+1
2022-10-17Also process Emojis in the post content.Gravatar default1-0/+22