summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed typo.Gravatar default2024-05-311-3/+3
* Don't propagate the user change after dismissing the announcement.Gravatar default2024-05-311-2/+2
* Minor tweaks.Gravatar default2024-05-311-1/+3
* Merge branch 'master' into announcementsGravatar Louis Brauer2024-05-301-0/+16
|\
| * Added a class to the new "Alt...".Gravatar default2024-05-301-0/+1
| * Added an "Alt..." details just below attachments with them.Gravatar default2024-05-301-0/+15
* | Implement instance announcementsGravatar Louis Brauer2024-05-311-0/+28
|/
* Merge remote-tracking branch 'origin/master'Gravatar Louis Brauer2024-05-271-3/+3
|\
| * Minor code reformatting.Gravatar default2024-05-261-3/+3
* | Implement Mastodon PATCH endpoint for account profile updatesGravatar Louis Brauer2024-05-271-21/+1
* | Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer2024-05-261-38/+38
|/
* Enable deletion of avatar and header image in user settingsGravatar Louis Brauer2024-05-261-0/+20
* Added a 'title' to each list timeline.Gravatar default2024-05-241-1/+4
* Don't show list links in read only timelines.Gravatar default2024-05-241-1/+1
* Show 'Nothing found for tag' message.Gravatar default2024-05-241-1/+2
* Minor list show tweaks.Gravatar default2024-05-241-8/+8
* Added links to the lists in html_timeline().Gravatar default2024-05-241-0/+25
* Added more const.Gravatar default2024-05-231-18/+18
* Added const everywhere.Gravatar default2024-05-211-135/+143