summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure the login information is null-terminated.Gravatar default2022-10-041-1/+6
* Deleted debugging code.Gravatar default2022-10-031-6/+0
* Renamed cached file _timeline.html to timeline.html_ to exclude it from globs.Gravatar default2022-10-031-5/+5
* Added history support.Gravatar default2022-10-021-0/+6
* The history is shown at the bottom of the local timeline.Gravatar default2022-10-021-0/+29
* Implemented local timeline cache.Gravatar default2022-10-021-4/+18
* An 'Update' message is set to everyone when data is changed.Gravatar default2022-10-021-0/+5
* User data can be modified from the web interface.Gravatar default2022-10-021-0/+35
* Minor tweak.Gravatar default2022-10-021-4/+6
* Implemented 'Delete'.Gravatar default2022-10-011-0/+13
* More snac-origin work.Gravatar default2022-10-011-6/+29
* Show a link in the snac-origin in level 0 entries.Gravatar default2022-10-011-1/+13