summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
* | 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
|
* User search can also be done by tag.Gravatar default2024-05-151-19/+38
|
* content_search() also searches the instance timeline.Gravatar default2024-05-141-1/+1
|
* Add some special treatment to Event object display.Gravatar default2024-05-111-2/+16
|
* Show 'Event' object types as Notes.Gravatar default2024-05-111-0/+1
|
* Unified post-like object type match.Gravatar default2024-05-111-2/+2
|
* Added an incremental max seconds value to every content search page.Gravatar default2024-05-111-3/+4
|
* Added a search box.Gravatar default2024-05-101-1/+11
|
* Also add the 'More...' link if there was a search timeout.Gravatar default2024-05-101-1/+1
|
* More search tweaks la la la la.Gravatar default2024-05-101-1/+1
|
* More web ui search tweaks baaaaah I'm boring.Gravatar default2024-05-101-1/+1
|
* Added a skip argument to content_search().Gravatar default2024-05-101-4/+6
|
* Some tweaks to web ui search.Gravatar default2024-05-101-3/+6
|
* Added a title to search results.Gravatar default2024-05-091-1/+7
|
* The /admin page now accepts ?q=regex for a content search.Gravatar default2024-05-091-20/+33
|
* Merge branch 'master' into style-tweaks-on-2.52Gravatar Kelson Vibber2024-05-091-28/+47
|\
| * Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-05-081-2/+2
| |\
| | * allow unboosting your own postsGravatar khm2024-05-071-2/+2
| | |
| * | More HTML simplification.Gravatar default2024-05-081-10/+3
| | |
| * | Added a title to the instance timeline.Gravatar default2024-05-071-1/+1
| | |
| * | Added a title to list timelines.Gravatar default2024-05-071-1/+10
| | |
| * | Minor "Back to top" "More..." link refactoring.Gravatar default2024-05-071-20/+14
| | |
| * | Fixed typo.Gravatar default2024-05-071-1/+1
| | |
| * | List timelines can now be (manually) navigated from the web UI.Gravatar default2024-05-071-0/+23
| |/ | | | | | | URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id).
* / Set avatars and custom emoji as square (fixes display in Dillo)Gravatar Kelson Vibber2024-05-091-1/+1
|/ | | | | | | | The minimalist web browser Dillo has recently started up development again. Its CSS implementation only applies the explicitly stated width and height of an image, so avatars were displaying at 2.5 em high, and the full original width. https://dillo-browser.github.io/
* Minor RSS title beautifying.Gravatar default2024-05-051-4/+11
|
* New function timeline_to_rss().Gravatar default2024-05-051-49/+62
|
* Enqueue an object request for closed polls.Gravatar default2024-05-051-0/+19
| | | | It seems that Pleroma does not send poll updates on close (or never).
* More Pleroma poll tweaks.Gravatar default2024-05-051-1/+1
|