summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New server variable 'strict_public_timelines'.Gravatar default2024-11-051-3/+13
* Set some HTML url fields to be type 'url'.Gravatar default2024-10-291-2/+2
* Save the 'collapse_threads' from the web UI.Gravatar default2024-10-281-0/+4
* Show the collapse_threads field in the user settings.Gravatar default2024-10-281-0/+10
* Use the 'collapse_threads' field from user.json.Gravatar default2024-10-281-0/+3
* Some work towards collapsing threads by default.Gravatar default2024-10-281-1/+2
* Fixed crash.Gravatar default2024-10-281-1/+1
* Skip all repeated attachments, not only images.Gravatar default2024-10-271-5/+4
* If an attached image URL is already in the post content, don't show it.Gravatar default2024-10-271-0/+7
* In notifications, show the emoji of the EmojiReact.Gravatar default2024-10-261-0/+10
* Fixed HTML typo.Gravatar default2024-10-251-1/+1
* More HTML tweaks.Gravatar default2024-10-231-8/+8
* Tweaked HTML for the timeline pages.Gravatar default2024-10-191-7/+7
* Tweaked HTML for the notifications page.Gravatar default2024-10-191-2/+6
* Fixed Draft: label title.Gravatar default2024-10-191-6/+7
* Fixed emojis in the public profile.Gravatar default2024-10-081-1/+3
* Don't cache a page if an error is set.Gravatar default2024-10-061-0/+2
* New HTML variable error (still unused).Gravatar default2024-10-061-14/+32
* When editing a draft, the checkbox is kept set.Gravatar default2024-09-271-6/+9
* Skip ugly line breaks at the beginning of a post's content.Gravatar default2024-09-151-0/+4
* Some tweaks to draft post code.Gravatar default2024-09-141-21/+38
* Set the "Only for mentioned people" checkbox properly.Gravatar default2024-09-141-2/+2
* Minor fix to avoid 'Block' notifications to be invisible.Gravatar default2024-09-121-2/+5
* Minor tweak.Gravatar default2024-09-061-4/+4
* Hiding a draft deletes it.Gravatar default2024-09-061-0/+3
* More work in post drafts.Gravatar default2024-09-061-4/+40
* Some new draft functions.Gravatar default2024-09-061-4/+6
* New checkbox in html_note() for marking a post as a draft.Gravatar default2024-09-061-0/+8
* New 'hide_delete_post_button' server directive.Gravatar default2024-08-311-1/+4
* Added web UI for [un]bookmarking.Gravatar default2024-08-291-0/+17
* Pinned posts are no longer shown in the private timeline.Gravatar default2024-08-291-8/+5
* The list of bookmarked posts also work.Gravatar default2024-08-291-0/+15
* The list of pinned posts now works.Gravatar default2024-08-291-0/+15
* Added links to pinned and bookmarked posts as if they were lists.Gravatar default2024-08-291-18/+40
* Show bookmarked posts with an emoji.Gravatar default2024-08-291-0/+8
* Only archive error content that is not NULL.Gravatar default2024-08-251-2/+3
* Archive and try to avoid crashing on unexpected 'content' field data type.Gravatar default2024-08-241-1/+8
* In 'Move' notifications, show the old account below the originator one.Gravatar default2024-08-011-0/+16
* Notify blocks.Gravatar default2024-07-301-1/+1
* Show bold+italic (text between ***) correctly.Gravatar default2024-07-181-1/+1
* Add the 'required' HTML attr to one-option polls (radio buttons).Gravatar default2024-07-111-4/+14
* Do nothing on polls without any vote.Gravatar default2024-07-111-4/+5
* Added web UI for the auto-boost option.Gravatar default2024-07-031-0/+15
* Minor search tweaks.Gravatar default2024-07-021-1/+10
* Metadata having gemini urls are now clickable.Gravatar default2024-06-221-0/+7
* Don't show the instance announcement in public pages.Gravatar default2024-06-181-16/+18
* Minor tweak to rel=me links.Gravatar default2024-06-151-2/+2
* All metadata links include the rel='me' attribute.Gravatar default2024-06-121-0/+1
* Use timeline_top_level() in list timelines in the web UI.Gravatar default2024-06-081-1/+3
* Fixed CW dropdown in public instance timeline.Gravatar default2024-06-061-5/+9