summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-10-17Emoji must be img, not urls.Gravatar default1-1/+2
2022-10-17Process :shortnames: in user names.Gravatar default1-1/+20
2022-10-16Also allow image attachments from reply posts.Gravatar default1-5/+5
2022-10-16Attachments are now starting to get real.Gravatar default1-1/+26
2022-10-16Use multipart/form-data for posts (on the way to supporting uploads).Gravatar default1-4/+3
2022-10-12Also add the 'Image to attach' field to reply textareas.Gravatar default1-2/+5
2022-10-11Deleted useless code.Gravatar default1-4/+1
2022-10-11Serve static files with the s/ prefix.Gravatar default1-3/+17
2022-10-10Deleted unused code.Gravatar default1-2/+0
2022-10-10build_mentions() completes uids without host.Gravatar default1-8/+7
2022-10-10Media can be attached to notes.Gravatar default1-4/+13
2022-10-10Attached videos are now embedded.Gravatar default1-1/+14
2022-10-09Minor logging tweak.Gravatar default1-1/+1
2022-10-09New optional server config directive 'disable_cache'.Gravatar default1-2/+8
2022-10-07Moved message formatting to format.c.Gravatar default1-110/+0
2022-10-07Use xs_is_null() instead of NULL comparison when getting actor's name.Gravatar default1-2/+2
2022-10-07Don't indent entry children beyond 4.Gravatar default1-1/+4
2022-10-06Do not show the hour in the date.Gravatar default1-1/+2
2022-10-06After doing some timeline operation, the page is loaded at the snac-posts anc...Gravatar default1-1/+2
2022-10-06New function build_mentions(), for the reply textareas.Gravatar default1-1/+40
2022-10-05Fixed bug in Boost (by URL).Gravatar default1-1/+1