summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalise CWs and summaries to fit more *oma usage rather than friendicaGravatar Uko Kokņevičs2025-05-231-18/+7
* Don't remove image attachments from posts that have MRFs adding links to imagesGravatar Uko Kokņevičs2025-05-231-2/+5
* Do not replace :shortnames: with nothing in case of failureGravatar Uko Kokņevičs2025-05-231-5/+1
* Modified generated HTML to match my stylesheet ehhehGravatar Uko Kokņevičs2025-05-231-57/+65
* Merge pull request 'Display custom emoji in more places' (#343) from dandelio...Gravatar grunfink2025-05-061-15/+42
|\
| * cleaned up old changes and outdated commentsGravatar green2025-04-131-4/+0
| * emoji variant selector in react notificationsGravatar green2025-04-131-1/+1
| * better control over the emoji classGravatar green2025-04-131-1/+2
| * emoji: refactor + emoji in display names on front pageGravatar green2025-04-131-14/+25
| * mime types for apng and svg checkGravatar green2025-04-131-7/+3
| * also display the emoji for likesGravatar green2025-04-131-1/+1
| * EmojiReact notifications show up as emojisGravatar green2025-04-131-3/+5
| * emojis in usernames in web uiGravatar green2025-04-131-1/+7
| * fixed broken emojis on akkomaGravatar green2025-04-131-2/+16
| * emoji in external bios (i hope)Gravatar green2025-04-131-0/+1
* | New function enqueue_webmention().Gravatar grunfink2025-05-031-1/+3
* | Also add direct and markdown links in posts as attachments.Gravatar grunfink2025-05-031-1/+1
* | No longer drop text/html attachements.Gravatar grunfink2025-05-031-4/+0
* | Added an alt to avatars.Gravatar grunfink2025-04-221-1/+1
* | More timezone work.Gravatar default2025-04-131-0/+28
* | Cache the timezone inside the snac struct.Gravatar default2025-04-131-4/+2
* | More timezone tweaks.Gravatar default2025-04-131-1/+1
|/
* Mention the timezone in the 'post date and time' prompt.Gravatar default2025-04-131-1/+3
* Fixed offset sign because I'm a MORON.Gravatar default2025-04-131-1/+1
* Added some preliminary support for time zones (for scheduled posts).Gravatar default2025-04-131-3/+7
* Hide the scheduled post date and time behind a 'details'.Gravatar default2025-04-101-12/+16
* Shorten link label in Attachments.Gravatar default2025-04-101-1/+7
* The avatar and header images have a prefix in their names.Gravatar default2025-04-061-3/+3
* Post attachments now have random names.Gravatar default2025-04-061-2/+6
* Use <hr hidden> instead of 'display: none' style.Gravatar default2025-04-051-1/+1
* Added a (CSS hidden) hr tag after each post.Gravatar default2025-04-041-0/+5
* Vote objects no longer have a content of "".Gravatar default2025-04-041-0/+3
* Only show date edition controls if it's new, drafted or scheduled.Gravatar default2025-04-011-14/+16
* Added more scheduling code.Gravatar default2025-04-011-2/+42
* Some more work for future posts.Gravatar default2025-04-011-44/+67
* Added some code for the future.Gravatar default2025-03-311-6/+49
* Merge pull request 'Added tittle text and class to custom emojis (issue #330)...Gravatar grunfink2025-03-251-0/+2
|\
| * Added tittle text and class to custom emojisGravatar green2025-03-221-0/+2
* | In replace_shortnames(), avoid repeated emojis.Gravatar default2025-03-241-0/+9
|/
* Hide the first child container if it's empty.Gravatar default2025-03-191-0/+6
* If a child post is from the same author, don't indent it.Gravatar default2025-03-171-2/+36
* mastoapi: added support for /api/v1/custom_emojis (contributed by violette).Gravatar default2025-03-171-0/+1
* Fixed some stray translatable strings.Gravatar default2025-03-081-9/+9
* msg_note() accepts a nullable post date.Gravatar default2025-03-021-3/+3
* SVG support can be enabled by setting enable_svg to true in server.json.Gravatar default2025-02-281-10/+16
* Added web UI for the blocked hashtags.Gravatar default2025-02-271-0/+61
* The interface language preference can now be set.Gravatar default2025-02-151-0/+29
* Optimized lang_str().Gravatar default2025-02-151-2/+15
* Some message tweaks.Gravatar default2025-02-141-2/+4
* html_footer() now receives an optional snac *user argument.Gravatar default2025-02-141-7/+5