summaryrefslogtreecommitdiff
path: root/html.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-06Added new buttons to Follow/Unfollow Groups.Gravatar default1-3/+17
2023-08-29Minor tweak to avoid possible undefined behaviour.Gravatar default1-3/+8
2023-08-28Renamed label 'Older entries...' back to 'More...'.Gravatar default1-1/+1
2023-08-24In HTML images, move the loading=lazy BEFORE the src attribute.Gravatar default1-6/+7
2023-08-23Only show the 'audience' field in the 'Page' post.Gravatar default1-1/+1
2023-08-23Added some support for 'Article' object types.Gravatar default1-5/+8
2023-08-19Only use a Link as an attachment if there are no other.Gravatar default1-1/+1
2023-08-19Show current vote count on mouseover.Gravatar default1-2/+5
2023-08-19history_add() now creates an etag.Gravatar default1-2/+2
2023-08-19static_get() and history_get() both share the same code.Gravatar default1-3/+6
2023-08-19Rewritten history_get() prototype to match static_get().Gravatar default1-10/+3
2023-08-17Convert 'Link' attachments that have a media extension to something more useful.Gravatar default1-0/+10
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