summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-05-11Add some special treatment to Event object display.Gravatar default1-2/+16
2024-05-11Show 'Event' object types as Notes.Gravatar default1-0/+1
2024-05-11Unified post-like object type match.Gravatar default1-2/+2
2024-05-11Added an incremental max seconds value to every content search page.Gravatar default1-3/+4
2024-05-10Added a search box.Gravatar default1-1/+11
2024-05-10Also add the 'More...' link if there was a search timeout.Gravatar default1-1/+1
2024-05-10More search tweaks la la la la.Gravatar default1-1/+1
2024-05-10More web ui search tweaks baaaaah I'm boring.Gravatar default1-1/+1
2024-05-10Added a skip argument to content_search().Gravatar default1-4/+6
2024-05-10Some tweaks to web ui search.Gravatar default1-3/+6
2024-05-09Added a title to search results.Gravatar default1-1/+7
2024-05-09The /admin page now accepts ?q=regex for a content search.Gravatar default1-20/+33
2024-05-09Set avatars and custom emoji as square (fixes display in Dillo)Gravatar Kelson Vibber1-1/+1
2024-05-07allow unboosting your own postsGravatar khm1-2/+2
2024-05-08More HTML simplification.Gravatar default1-10/+3
2024-05-07Added a title to the instance timeline.Gravatar default1-1/+1
2024-05-07Added a title to list timelines.Gravatar default1-1/+10
2024-05-07Minor "Back to top" "More..." link refactoring.Gravatar default1-20/+14
2024-05-07Fixed typo.Gravatar default1-1/+1
2024-05-07List timelines can now be (manually) navigated from the web UI.Gravatar default1-0/+23
2024-05-05Minor RSS title beautifying.Gravatar default1-4/+11
2024-05-05New function timeline_to_rss().Gravatar default1-49/+62
2024-05-05Enqueue an object request for closed polls.Gravatar default1-0/+19
2024-05-05More Pleroma poll tweaks.Gravatar default1-1/+1
2024-05-05Fixed Pleroma polls.Gravatar default1-3/+16
2024-04-22URLs like {srv_baseurl}/{user}/admin/p/{md5} are valid.Gravatar default1-0/+19
2024-04-18Some tweaks to previous patch.Gravatar default1-1/+1
2024-04-17Improved non-public reply check.Gravatar default1-2/+4
2024-04-17Don't skip orphan private posts that are for us.Gravatar default1-2/+7
2024-04-11Fixed bug in form processing.Gravatar default1-0/+1
2024-04-11Added Unlike and Unboost buttons to web interface.Gravatar default1-0/+25
2024-04-09Added rel="alternate" links to ActivityPub objects for the public timeline an...Gravatar default1-4/+14
2024-03-25Some software return a list of icons instead of one, because why not.Gravatar default1-3/+7
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default1-2/+2
2024-03-20Added a tip to delete the attachment.Gravatar default1-0/+1
2024-03-20Editing a post doesn't lose the attachment and its alt text.Gravatar default1-14/+46
2024-03-18Tweaked HTML structure of the people page.Gravatar default1-5/+5
2024-03-15Also hide Older... posts details if it's empty.Gravatar default1-1/+9
2024-03-15Set display to none for children details that are empty.Gravatar default1-11/+23
2024-03-15Backport from xs.Gravatar default1-14/+14
2024-03-12Added actor refreshing via the user queue.Gravatar default1-1/+1
2024-03-09Ability to federate with hidden networks #93 (update for v2.49)Gravatar iwojim01-1/+1
2024-03-09Replaced most xs_dict_iter() with xs_dict_next().Gravatar default1-2/+4
2024-03-08Shortened the maximum conversation levels.Gravatar default1-2/+3
2024-03-07Returns empty anchors for hidden posts or muted actors.Gravatar default1-4/+16
2024-03-02Fixed incorrect link to booster.Gravatar default1-2/+10
2024-03-02Don't show the :shortname: as a title tag.Gravatar default1-1/+0
2024-02-23html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br>Gravatar Yonle1-1/+1