summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Some formatting refactoring.Gravatar default2022-11-131-1/+1
* You can always Boost your own posts indefinitely.Gravatar default2022-11-091-4/+6
* Reordered Hide button.Gravatar default2022-11-041-1/+1
* New 'Hide' button.Gravatar default2022-11-041-1/+12
* Fixed bug when following by @user@host.Gravatar default2022-11-021-4/+6
* Added the published (actor create) data to the 'people' page.Gravatar default2022-11-021-1/+1
* Differentiate the textarea forms form follower to following.Gravatar default2022-11-021-8/+11
* More work in the people page.Gravatar default2022-11-021-16/+26
* People page started.Gravatar default2022-11-021-2/+132
* Split html_actor_icon() from html_msg_icon().Gravatar default2022-11-021-61/+80
* Added the @user@host id in the HTML title.Gravatar default2022-11-021-1/+5
* Added rel=nofollow to the admin link.Gravatar default2022-11-011-1/+2
* Filter out carriage returns in note post web interface.Gravatar default2022-11-011-3/+4
* Added missing user_free() when auth is needed.Gravatar default2022-11-011-1/+3
* Another tweak to the #redir after like or boost.Gravatar default2022-11-011-7/+9
* After reacting to a post, redirection is done to the next entry instead of top.Gravatar default2022-10-311-4/+17
* Actors being followed can also be MUTED.Gravatar default2022-10-311-1/+2
* Added support for sensitive content.Gravatar default2022-10-301-0/+16
* Be more aggressive in HTML sanitization.Gravatar default2022-10-281-1/+2
* Added a forgotten user_free() in html_post_handler().Gravatar default2022-10-261-0/+2
* Minor tweaks.Gravatar default2022-10-251-3/+3
* Don't load unneeded actor info in html_entry().Gravatar default2022-10-241-5/+1
* Added email notification address to web interface.Gravatar default2022-10-211-0/+11
* Updated LICENSE.Gravatar default2022-10-201-0/+2
* Don't read this actor with actor_get().Gravatar default2022-10-191-0/+3
* xs_base64_dec() can now be used as a string, so do it.Gravatar default2022-10-181-5/+1
* Also process Emojis in the post content.Gravatar default2022-10-171-0/+22
* Emoji must be img, not urls.Gravatar default2022-10-171-1/+2
* Process :shortnames: in user names.Gravatar default2022-10-171-1/+20
* Also allow image attachments from reply posts.Gravatar default2022-10-161-5/+5
* Attachments are now starting to get real.Gravatar default2022-10-161-1/+26
* Use multipart/form-data for posts (on the way to supporting uploads).Gravatar default2022-10-161-4/+3
* Also add the 'Image to attach' field to reply textareas.Gravatar default2022-10-121-2/+5
* Deleted useless code.Gravatar default2022-10-111-4/+1
* Serve static files with the s/ prefix.Gravatar default2022-10-111-3/+17
* Deleted unused code.Gravatar default2022-10-101-2/+0
* build_mentions() completes uids without host.Gravatar default2022-10-101-8/+7
* Media can be attached to notes.Gravatar default2022-10-101-4/+13
* Attached videos are now embedded.Gravatar default2022-10-101-1/+14
* Minor logging tweak.Gravatar default2022-10-091-1/+1
* New optional server config directive 'disable_cache'.Gravatar default2022-10-091-2/+8
* Moved message formatting to format.c.Gravatar default2022-10-071-110/+0
* Use xs_is_null() instead of NULL comparison when getting actor's name.Gravatar default2022-10-071-2/+2
* Don't indent entry children beyond 4.Gravatar default2022-10-071-1/+4
* Do not show the hour in the date.Gravatar default2022-10-061-1/+2
* After doing some timeline operation, the page is loaded at the snac-posts anc...Gravatar default2022-10-061-1/+2
* New function build_mentions(), for the reply textareas.Gravatar default2022-10-061-1/+40
* Fixed bug in Boost (by URL).Gravatar default2022-10-051-1/+1
* Fixed bug in the entry children popup.Gravatar default2022-10-041-1/+1
* Minor tweak to url regex.Gravatar default2022-10-041-1/+1