summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | The web interface limits this (by now) to only one attachment, given the URL.
* 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 ↵Gravatar default2022-10-061-1/+2
| | | | anchor.
* 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
| | | | This will be faster.