summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-02-22Added *another argument* to html_timeline() to select where posts are taken f...Gravatar default1-7/+10
2024-02-21Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18.Gravatar default1-2/+0
2024-02-21In html_timeline(), always pick the msg from the global object storage.Gravatar default1-0/+2
2024-02-21Started an instance page.Gravatar default1-1/+23
2024-02-21More local -> read_only argument renamings.Gravatar default1-5/+5
2024-02-21Added a page argument to html_timeline().Gravatar default1-7/+11
2024-02-21Renamed 'local' argument to 'read_only', as it was a bit confusing.Gravatar default1-13/+13
2024-02-20The link verification time is stored as a time_t.Gravatar default1-3/+13
2024-02-20Enqueue a verify_links q_item in admin/user-setup.Gravatar default1-0/+2
2024-02-16Added a 'verified link' title to them.Gravatar default1-1/+2
2024-02-15Moved verified links to its own json file.Gravatar default1-1/+1
2024-02-15Renamed validated_metadata to validated_links.Gravatar default1-4/+4