summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* New web action 'Unfollow'.Gravatar default2022-10-011-1/+15
* New web action 'Follow'.Gravatar default2022-10-011-0/+8
* New MUTE web action.Gravatar default2022-10-011-6/+27
* Show the preferredUsername in name is "".Gravatar default2022-09-301-1/+1
* Also show Follow messages in the timeline.Gravatar default2022-09-301-4/+16
* Timeline is cached.Gravatar default2022-09-301-4/+17
* Likes and Boosts can be done from the web interface.Gravatar default2022-09-301-0/+24
* Posts can be done from the web interface.Gravatar default2022-09-301-0/+60
* Added support for one-entry timeline.Gravatar default2022-09-291-3/+14
* Simplified HTML.Gravatar default2022-09-291-40/+18
* More HTML work.Gravatar default2022-09-291-0/+60
* More HTML work.Gravatar default2022-09-291-3/+76
* More HTML work.Gravatar default2022-09-291-6/+8
* html_entry() is built in its own string and then added.Gravatar default2022-09-291-7/+9
* Added the score for local posts.Gravatar default2022-09-281-1/+13
* New function ftime().Gravatar default2022-09-281-0/+6
* More HTML work.Gravatar default2022-09-281-20/+47
* Better coping with timeouts.Gravatar default2022-09-281-1/+1
* More HTML work.Gravatar default2022-09-281-36/+45
* More HTML work.Gravatar default2022-09-281-1/+92
* More HTML work.Gravatar default2022-09-281-0/+24
* Got xs_set.h from xs.Gravatar default2022-09-281-0/+1
* New function html_top_controls().Gravatar default2022-09-281-12/+103
* More HTML work.Gravatar default2022-09-281-3/+37
* New function static_get().Gravatar default2022-09-281-1/+41