summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-14Header banners can now be uploaded.Gravatar default1-15/+24
2023-08-14Fixed some warning.Gravatar default1-1/+1
2023-08-14Unify the instance description text.Gravatar default1-12/+1
2023-08-14Discard avatar uploads that are not images.Gravatar default1-11/+15
2023-08-14If the user has a header image, show it the public page.Gravatar default1-2/+13
2023-08-14Don't show children in the instance timeline.Gravatar default1-2/+2
2023-08-14The instance URL can now show a timeline.Gravatar default1-0/+73
2023-08-14Some work towards an instance timeline.Gravatar default1-18/+48
2023-08-12Allow a NULL snac struct in html_entry().Gravatar default1-23/+28
2023-08-12Rewritten actor_get() to not depend on a user.Gravatar default1-7/+7
2023-08-12Rewritten is_msg_public() to not depend on a user.Gravatar default1-3/+3
2023-08-11Set the default poll end time to 1 hour.Gravatar default1-1/+1
2023-08-10Added web UI for limit/unlimit actions.Gravatar default1-1/+17
2023-08-09Revert "Implemented hide_followers_only."Gravatar default1-16/+1
2023-08-09Revert "Added web interface for hide_followers_only."Gravatar default1-11/+0
2023-08-09Added web interface for hide_followers_only.Gravatar default1-0/+11
2023-08-09Implemented hide_followers_only.Gravatar default1-1/+16
2023-08-08Renamed json dump functions to new xs spec.Gravatar default1-2/+2
2023-08-07Added hints to web UI buttons.Gravatar default1-26/+31
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