summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
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
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 anc...default
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
2022-10-03Renamed cached file _timeline.html to timeline.html_ to exclude it from globs.default
2022-10-02Added history support.default
2022-10-02The history is shown at the bottom of the local timeline.default
2022-10-02Implemented local timeline cache.default
2022-10-02An 'Update' message is set to everyone when data is changed.default
2022-10-02User data can be modified from the web interface.default
2022-10-02Minor tweak.default
2022-10-01Implemented 'Delete'.default
2022-10-01More snac-origin work.default
2022-10-01Show a link in the snac-origin in level 0 entries.default
2022-10-01New web action 'Unfollow'.default
2022-10-01New web action 'Follow'.default
2022-10-01New MUTE web action.default
2022-09-30Show the preferredUsername in name is "".default
2022-09-30Also show Follow messages in the timeline.default
2022-09-30Timeline is cached.default
2022-09-30Likes and Boosts can be done from the web interface.default
2022-09-30Posts can be done from the web interface.default
2022-09-29Added support for one-entry timeline.default