summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-03Use xs_json_dump_pp() wherever possible.Gravatar default1-6/+2
2023-08-02Don't redir to 'snac-posts', now that the top page is smaller.Gravatar default1-1/+1
2023-07-28Updated comment in headers.Gravatar default1-1/+1
2023-07-26html.c: Fix non-list tag object for external custom emojiGravatar Yonle1-2/+26
2023-07-25If an image has no description, try the post 'name' field.Gravatar default1-0/+2
2023-07-25Simplified attachment iteration in HTML rendering.Gravatar default1-62/+29
2023-07-25Allow the 'attachment' field of a post to be single object instead of a list.Gravatar default1-24/+21
2023-07-24Added a 'Back to top' link at the end of the page.Gravatar default1-1/+5
2023-07-24html.c: Put "User Settings" outside of "Operations".Gravatar Yonle1-3/+3
2023-07-24Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.Gravatar Yonle1-34/+40
2023-07-24html.c: Rollback to e9adaa1f7a, Put "User Settings..." outside of "Operations...Gravatar Yonle1-33/+11
2023-07-24html.c: No need to redirect to #snac-posts again.Gravatar Yonle1-3/+3
2023-07-24html.c & httpd.c: Fix hardlink.Gravatar Yonle1-37/+31
2023-07-24Moved user settings to its own page.Gravatar default1-11/+33
2023-07-19If a message has an audience, its URL is shown after the content.Gravatar default1-0/+9
2023-07-18html.c: RSS: fix.Gravatar Yonle1-7/+9
2023-07-18html.c: custom emoji <img>: Resize height to 2em, and put veritcal-align to m...Gravatar Yonle1-2/+2
2023-07-18Avoid too deep nesting of html_entry().Gravatar default1-0/+4
2023-07-17html.c / UX: Give admin page more spaceGravatar Yonle1-2/+5
2023-07-15html.c: *prev_src at edit: Just use encode_html.Gravatar Yonle1-1/+1
2023-07-15html.c: Probably put placeholder on certain input and textboxesGravatar Yonle1-12/+12
2023-07-14Fixed crash on empty static and history objects.Gravatar default1-11/+17
2023-07-14html.c: Don't let public get into timeline.html_Gravatar Yonle1-1/+5
2023-07-13If a Page has an image, show it as an attachment.Gravatar default1-3/+23
2023-07-13Fixed Link HTML.Gravatar default1-1/+1
2023-07-13Added support for lemmy-style "Link" attachments.Gravatar default1-1/+14
2023-07-13Added support for the 'Page' ActivityPub object.Gravatar default1-2/+9
2023-07-13Fixed memory leaks.Gravatar default1-6/+13
2023-07-12html.c: Also encode html characters in admin pageGravatar Yonle1-9/+9
2023-07-11Fixed HTML re-encoding in the user bio.Gravatar default1-2/+2
2023-07-11When sanitize() is called, encode_html() is no longer needed.Gravatar default1-2/+1
2023-07-11Added new CSS classes snac-embedded-video and snac-embedded-audio.Gravatar default1-2/+6
2023-07-11Fixed crash.Gravatar default1-12/+26
2023-07-11Fixed some memory leaks.Gravatar default1-44/+65
2023-07-11html.c: Escape XML characters & View unknown type attachment linkGravatar Yonle1-41/+56
2023-07-06Pinned posts also appear in the public timeline.Gravatar default1-1/+4
2023-07-05Posts can be pinned/unpinned from the web interface.Gravatar default1-3/+21
2023-07-05Pinned posts appear at the top of the public timeline.Gravatar default1-1/+4
2023-07-04Also call process_tags() when in the public timeline's bio.Gravatar default1-2/+4
2023-07-04The content warning check and description is propagated from the replied mess...Gravatar default1-5/+10
2023-07-04Also fill the sensitive content fields in the edit dialog.Gravatar default1-2/+6
2023-07-04The sensitive content can have a description.Gravatar default1-4/+11
2023-07-04More unfollow notification tweaks.Gravatar default1-1/+1
2023-07-04Also show unfollows in the notification area.Gravatar default1-2/+5
2023-07-02Added HTTP caching to static data.Gravatar default1-4/+6
2023-07-01Fixed footer link.Gravatar default1-2/+2
2023-07-01Added CSS classes to notification and people pages.Gravatar default1-8/+20
2023-06-29Added class snac-post-header to the people list.Gravatar default1-1/+3
2023-06-29Added a new snac-post-header CSS class.Gravatar default1-12/+10
2023-06-28Add a pin emoji to pinned posts.Gravatar default1-0/+6