summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* If a message has an audience, its URL is shown after the content.Gravatar default2023-07-191-0/+9
| | | | | Messages coming from channels, communities (Lemmy) or magazines (kbin.social), have this field set with the "parent" url.
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-07-191-11/+16
|\
| * html.c: RSS: fix.Gravatar Yonle2023-07-181-7/+9
| | | | | | | | | | | | | | | | | | Feed title, and description is not properly rendered. So here goes a fix that instead of using encode_html TWICE, We use sanitize() for feed description instead. Signed-off-by: Yonle <yonle@lecturify.net>
| * html.c: custom emoji <img>: Resize height to 2em, and put veritcal-align to ↵Gravatar Yonle2023-07-181-2/+2
| | | | | | | | | | | | middle. Signed-off-by: Yonle <yonle@lecturify.net>
| * html.c / UX: Give admin page more spaceGravatar Yonle2023-07-171-2/+5
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* | Avoid too deep nesting of html_entry().Gravatar default2023-07-181-0/+4
|/
* html.c: *prev_src at edit: Just use encode_html.Gravatar Yonle2023-07-151-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* html.c: Probably put placeholder on certain input and textboxesGravatar Yonle2023-07-151-12/+12
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Fixed crash on empty static and history objects.Gravatar default2023-07-141-11/+17
|
* html.c: Don't let public get into timeline.html_Gravatar Yonle2023-07-141-1/+5
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* If a Page has an image, show it as an attachment.Gravatar default2023-07-131-3/+23
|
* Fixed Link HTML.Gravatar default2023-07-131-1/+1
|
* Added support for lemmy-style "Link" attachments.Gravatar default2023-07-131-1/+14
|
* Added support for the 'Page' ActivityPub object.Gravatar default2023-07-131-2/+9
| | | | So that you can follow and interact with lemmy channels.
* Fixed memory leaks.Gravatar default2023-07-131-6/+13
|
* html.c: Also encode html characters in admin pageGravatar Yonle2023-07-121-9/+9
|
* Fixed HTML re-encoding in the user bio.Gravatar default2023-07-111-2/+2
|
* When sanitize() is called, encode_html() is no longer needed.Gravatar default2023-07-111-2/+1
|
* Added new CSS classes snac-embedded-video and snac-embedded-audio.Gravatar default2023-07-111-2/+6
|
* Fixed crash.Gravatar default2023-07-111-12/+26
|
* Fixed some memory leaks.Gravatar default2023-07-111-44/+65
|
* html.c: Escape XML characters & View unknown type attachment linkGravatar Yonle2023-07-111-41/+56
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Pinned posts also appear in the public timeline.Gravatar default2023-07-061-1/+4
|
* Posts can be pinned/unpinned from the web interface.Gravatar default2023-07-051-3/+21
|
* Pinned posts appear at the top of the public timeline.Gravatar default2023-07-051-1/+4
|
* Also call process_tags() when in the public timeline's bio.Gravatar default2023-07-041-2/+4
|
* The content warning check and description is propagated from the replied ↵Gravatar default2023-07-041-5/+10
| | | | message.
* Also fill the sensitive content fields in the edit dialog.Gravatar default2023-07-041-2/+6
|
* The sensitive content can have a description.Gravatar default2023-07-041-4/+11
|
* More unfollow notification tweaks.Gravatar default2023-07-041-1/+1
|
* Also show unfollows in the notification area.Gravatar default2023-07-041-2/+5
|
* Added HTTP caching to static data.Gravatar default2023-07-021-4/+6
|
* Fixed footer link.Gravatar default2023-07-011-2/+2
|
* Added CSS classes to notification and people pages.Gravatar default2023-07-011-8/+20
|
* Added class snac-post-header to the people list.Gravatar default2023-06-291-1/+3
|
* Added a new snac-post-header CSS class.Gravatar default2023-06-291-12/+10
|
* Add a pin emoji to pinned posts.Gravatar default2023-06-281-0/+6
|
* New CSS class snac-post-header, that wraps the avatar + name + link of a post.Gravatar default2023-06-281-1/+3
|
* Skip leading zeros en poll closing time.Gravatar default2023-06-281-1/+5
|
* For polls, shows a 'Closes in d:h:m:s' string.Gravatar default2023-06-271-6/+22
|
* Also break the og:description in the first period in the bio.Gravatar default2023-06-261-1/+1
|
* Added autocomplete=off to all forms.Gravatar default2023-06-261-11/+15
|
* If the user style.css does not exist, return the server-wide version.Gravatar default2023-06-261-1/+13
|
* The WWW-Authenticate real also includes the user.Gravatar default2023-06-241-3/+10
|
* added titles to images and emojisGravatar Haijo72023-06-161-3/+5
|
* Quick fix to "Script self-injection in edit box".Gravatar default2023-06-161-2/+4
| | | | | | | | In the 'Edit...' box, the sourceContent (which was written by a user) has its < replaced with &lt; . This issue does not propagate to the public timeline nor to the recipients of the post. Reference: https://codeberg.org/grunfink/snac2/issues/53
* Fixed look of users without creationg date in the people page.Gravatar default2023-06-151-1/+1
|
* Use xs_stock_* values wherever possible.Gravatar default2023-06-151-9/+5
|
* Fixed voting / replying confusion.Gravatar default2023-06-151-15/+3
|
* Added Web UI to set the account 'bot' flag.Gravatar default2023-06-111-0/+11
|