summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Collapse)Author
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
2022-10-07Use xs_is_null() instead of NULL comparison when getting actor's name.default
2022-10-07Don't indent entry children beyond 4.default
2022-10-06Do not show the hour in the date.default
2022-10-06After doing some timeline operation, the page is loaded at the snac-posts ↵default
anchor.
2022-10-06New function build_mentions(), for the reply textareas.default
2022-10-05Fixed bug in Boost (by URL).default
2022-10-04Fixed bug in the entry children popup.default
2022-10-04Minor tweak to url regex.default
2022-10-04Ensure the login information is null-terminated.default
2022-10-03Deleted debugging code.default