summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some xs_html refactoring.Gravatar default2023-11-201-13/+21
* html_actor_icon() returns an xs_html.Gravatar default2023-11-201-8/+12
* html_actor_icon() uses xs_html.Gravatar default2023-11-201-33/+45
* html_actor_icon() returns an xs_str instead of adding to another one.Gravatar default2023-11-201-10/+12
* The RSS is created using xs_html.Gravatar default2023-11-201-41/+36
* Use xs_html in html_footer().Gravatar default2023-11-201-15/+18
* Replaced encode_html_strict() with xs_html_encode().Gravatar default2023-11-201-5/+6
* Fixed history disabling.Gravatar default2023-11-191-16/+21
* History can be disabled.Gravatar default2023-11-191-1/+4
* More HTML fixes.Gravatar default2023-11-091-1/+1
* Fixed stray end of a tag.Gravatar default2023-11-091-1/+1
* Show the "Search results for #tag" title.Gravatar default2023-11-081-8/+11
* Added a tag argument to html_timeline().Gravatar default2023-11-081-10/+21
* Tags can now be searched for from the server base URL.Gravatar default2023-11-081-1/+1
* Use an md5 instead of a fixed file name in avatars and headers.Gravatar default2023-11-011-1/+2
* Added web UI for setting the 'private' flag.Gravatar default2023-10-161-0/+10
* The HTML user page does not show an error, only the empty header.Gravatar default2023-10-081-4/+7
* Hide posts from the public web for accounts with 'private' == true.Gravatar default2023-10-081-0/+31
* New function encode_html_strict().Gravatar default2023-10-041-6/+6
* Added more calls to xs_match().Gravatar default2023-09-211-5/+2
* Used xs_match() in some places.Gravatar default2023-09-211-4/+3
* Pinned posts are never purged.Gravatar default2023-09-181-1/+1
* Show metadata in the public HTML page.Gravatar default2023-09-181-0/+26
* Added web UI to store profile metadata (as key/value pairs).Gravatar default2023-09-181-0/+41
* Process Follow Group and Unfollow Group buttons.Gravatar default2023-09-061-0/+31
* Added new buttons to Follow/Unfollow Groups.Gravatar default2023-09-061-3/+17
* Minor tweak to avoid possible undefined behaviour.Gravatar default2023-08-291-3/+8
* Renamed label 'Older entries...' back to 'More...'.Gravatar default2023-08-281-1/+1
* In HTML images, move the loading=lazy BEFORE the src attribute.Gravatar default2023-08-241-6/+7
* Only show the 'audience' field in the 'Page' post.Gravatar default2023-08-231-1/+1
* Added some support for 'Article' object types.Gravatar default2023-08-231-5/+8
* Only use a Link as an attachment if there are no other.Gravatar default2023-08-191-1/+1
* Show current vote count on mouseover.Gravatar default2023-08-191-2/+5
* history_add() now creates an etag.Gravatar default2023-08-191-2/+2
* static_get() and history_get() both share the same code.Gravatar default2023-08-191-3/+6
* Rewritten history_get() prototype to match static_get().Gravatar default2023-08-191-10/+3
* Convert 'Link' attachments that have a media extension to something more useful.Gravatar default2023-08-171-0/+10
* Header banners can now be uploaded.Gravatar default2023-08-141-15/+24
* Fixed some warning.Gravatar default2023-08-141-1/+1
* Unify the instance description text.Gravatar default2023-08-141-12/+1
* Discard avatar uploads that are not images.Gravatar default2023-08-141-11/+15
* If the user has a header image, show it the public page.Gravatar default2023-08-141-2/+13
* Don't show children in the instance timeline.Gravatar default2023-08-141-2/+2
* The instance URL can now show a timeline.Gravatar default2023-08-141-0/+73
* Some work towards an instance timeline.Gravatar default2023-08-141-18/+48
* Allow a NULL snac struct in html_entry().Gravatar default2023-08-121-23/+28
* Rewritten actor_get() to not depend on a user.Gravatar default2023-08-121-7/+7
* Rewritten is_msg_public() to not depend on a user.Gravatar default2023-08-121-3/+3
* Set the default poll end time to 1 hour.Gravatar default2023-08-111-1/+1
* Added web UI for limit/unlimit actions.Gravatar default2023-08-101-1/+17