summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-15Skip ugly line breaks at the beginning of a post's content.Gravatar default1-0/+4
2024-09-14Some tweaks to draft post code.Gravatar default1-21/+38
2024-09-14Set the "Only for mentioned people" checkbox properly.Gravatar default1-2/+2
2024-09-12Minor fix to avoid 'Block' notifications to be invisible.Gravatar default1-2/+5
2024-09-06Minor tweak.Gravatar default1-4/+4
2024-09-06Hiding a draft deletes it.Gravatar default1-0/+3
2024-09-06More work in post drafts.Gravatar default1-4/+40
2024-09-06Some new draft functions.Gravatar default1-4/+6
2024-09-06New checkbox in html_note() for marking a post as a draft.Gravatar default1-0/+8
2024-08-31New 'hide_delete_post_button' server directive.Gravatar default1-1/+4
2024-08-29Added web UI for [un]bookmarking.Gravatar default1-0/+17
2024-08-29Pinned posts are no longer shown in the private timeline.Gravatar default1-8/+5
2024-08-29The list of bookmarked posts also work.Gravatar default1-0/+15
2024-08-29The list of pinned posts now works.Gravatar default1-0/+15
2024-08-29Added links to pinned and bookmarked posts as if they were lists.Gravatar default1-18/+40
They still not work.
2024-08-29Show bookmarked posts with an emoji.Gravatar default1-0/+8
2024-08-25Only archive error content that is not NULL.Gravatar default1-2/+3
2024-08-24Archive and try to avoid crashing on unexpected 'content' field data type.Gravatar default1-1/+8
2024-08-01In 'Move' notifications, show the old account below the originator one.Gravatar default1-0/+16
2024-07-30Notify blocks.Gravatar default1-1/+1
2024-07-18Show bold+italic (text between ***) correctly.Gravatar default1-1/+1
2024-07-11Add the 'required' HTML attr to one-option polls (radio buttons).Gravatar default1-4/+14
2024-07-11Do nothing on polls without any vote.Gravatar default1-4/+5
2024-07-03Added web UI for the auto-boost option.Gravatar default1-0/+15
2024-07-02Minor search tweaks.Gravatar default1-1/+10
2024-06-22Metadata having gemini urls are now clickable.Gravatar default1-0/+7
2024-06-18Don't show the instance announcement in public pages.Gravatar default1-16/+18
2024-06-15Minor tweak to rel=me links.Gravatar default1-2/+2
2024-06-12All metadata links include the rel='me' attribute.Gravatar default1-0/+1
2024-06-08Use timeline_top_level() in list timelines in the web UI.Gravatar default1-1/+3
2024-06-06Fixed CW dropdown in public instance timeline.Gravatar default1-5/+9
2024-05-31Fixed typo.Gravatar default1-3/+3
2024-05-31Don't propagate the user change after dismissing the announcement.Gravatar default1-2/+2
2024-05-31Minor tweaks.Gravatar default1-1/+3
2024-05-31Implement instance announcementsGravatar Louis Brauer1-0/+28
2024-05-30Added a class to the new "Alt...".Gravatar default1-0/+1
2024-05-30Added an "Alt..." details just below attachments with them.Gravatar default1-0/+15
The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesGravatar Louis Brauer1-21/+1
2024-05-26Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer1-38/+38
2024-05-26Minor code reformatting.Gravatar default1-3/+3
2024-05-26Enable deletion of avatar and header image in user settingsGravatar Louis Brauer1-0/+20
2024-05-24Added a 'title' to each list timeline.Gravatar default1-1/+4
2024-05-24Don't show list links in read only timelines.Gravatar default1-1/+1
2024-05-24Show 'Nothing found for tag' message.Gravatar default1-1/+2
2024-05-24Minor list show tweaks.Gravatar default1-8/+8
2024-05-24Added links to the lists in html_timeline().Gravatar default1-0/+25
2024-05-23Added more const.Gravatar default1-18/+18
2024-05-21Added const everywhere.Gravatar default1-135/+143
2024-05-15User search can also be done by tag.Gravatar default1-19/+38
2024-05-14content_search() also searches the instance timeline.Gravatar default1-1/+1