summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Collapse)Author
2022-11-16Call sanitize() as soon as possible.default
2022-11-16Also add the 'Sensitive content' checkbox to replies.default
2022-11-16Posts can be marked as 'sensitive content' (not yet for replies).default
2022-11-15Show the complete date as a 'title' popup.default
2022-11-13Deleted unused code.default
2022-11-13Also delete JS in the people/ page.default
2022-11-13Set "u-url mention" class for mentions.default
2022-11-13Use details/summary HTML tags instead of JS for the 'Reply' button.default
2022-11-13Some formatting refactoring.default
2022-11-09You can always Boost your own posts indefinitely.default
2022-11-04Reordered Hide button.default
2022-11-04New 'Hide' button.default
2022-11-02Fixed bug when following by @user@host.default
2022-11-02Added the published (actor create) data to the 'people' page.default
2022-11-02Differentiate the textarea forms form follower to following.default
2022-11-02More work in the people page.default
2022-11-02People page started.default
2022-11-02Split html_actor_icon() from html_msg_icon().default
2022-11-02Added the @user@host id in the HTML title.default
2022-11-01Added rel=nofollow to the admin link.default
2022-11-01Filter out carriage returns in note post web interface.default
2022-11-01Added missing user_free() when auth is needed.default
2022-11-01Another tweak to the #redir after like or boost.default
2022-10-31After reacting to a post, redirection is done to the next entry instead of top.default
This work more or less ok for level 0 entries, but it's very confusing for the others.
2022-10-31Actors being followed can also be MUTED.default
2022-10-30Added support for sensitive content.default
2022-10-28Be more aggressive in HTML sanitization.default
2022-10-26Added a forgotten user_free() in html_post_handler().default
2022-10-25Minor tweaks.default
2022-10-24Don't load unneeded actor info in html_entry().default
2022-10-21Added email notification address to web interface.default
2022-10-20Updated LICENSE.default
2022-10-19Don't read this actor with actor_get().default
2022-10-18xs_base64_dec() can now be used as a string, so do it.default
2022-10-17Also process Emojis in the post content.default
2022-10-17Emoji must be img, not urls.default
2022-10-17Process :shortnames: in user names.default
2022-10-16Also allow image attachments from reply posts.default
2022-10-16Attachments are now starting to get real.default
2022-10-16Use multipart/form-data for posts (on the way to supporting uploads).default
2022-10-12Also add the 'Image to attach' field to reply textareas.default
2022-10-11Deleted useless code.default
2022-10-11Serve static files with the s/ prefix.default
2022-10-10Deleted unused code.default
2022-10-10build_mentions() completes uids without host.default
2022-10-10Media can be attached to notes.default
The web interface limits this (by now) to only one attachment, given the URL.
2022-10-10Attached videos are now embedded.default
2022-10-09Minor logging tweak.default
2022-10-09New optional server config directive 'disable_cache'.default
2022-10-07Moved message formatting to format.c.default