default
64111f85bd
Some work towards an instance timeline.
2023-08-14 10:08:19 +02:00
default
d291bb16ca
Allow a NULL snac struct in html_entry().
2023-08-12 14:03:44 +02:00
default
cac1c6febd
Rewritten actor_get() to not depend on a user.
2023-08-12 11:23:01 +02:00
default
499697258d
Rewritten is_msg_public() to not depend on a user.
2023-08-12 09:43:01 +02:00
default
d305f899eb
Set the default poll end time to 1 hour.
2023-08-11 12:38:10 +02:00
default
4c6f1a79e4
Added web UI for limit/unlimit actions.
2023-08-10 19:18:24 +02:00
default
18976dc6b8
Revert "Implemented hide_followers_only."
...
Posts from groups give false positives from hide_followers_only,
so the full idea is discarded.
This reverts commit b3797d2416
.
2023-08-09 14:43:27 +02:00
default
cdb201cc04
Revert "Added web interface for hide_followers_only."
...
This reverts commit 84e8cb419b
.
2023-08-09 14:42:38 +02:00
default
84e8cb419b
Added web interface for hide_followers_only.
2023-08-09 14:34:22 +02:00
default
b3797d2416
Implemented hide_followers_only.
2023-08-09 14:29:09 +02:00
default
3e5bb109d1
Renamed json dump functions to new xs spec.
2023-08-08 19:29:34 +02:00
default
6f2e407692
Added hints to web UI buttons.
2023-08-07 06:06:04 +02:00
default
f5a3dbf8d6
Use xs_json_dump_pp() wherever possible.
2023-08-03 09:02:08 +02:00
default
a3226b5b7a
Don't redir to 'snac-posts', now that the top page is smaller.
2023-08-02 08:47:57 +02:00
default
0f8c0cd694
Updated comment in headers.
2023-07-28 11:34:18 +02:00
Yonle
b2a274df76
html.c: Fix non-list tag object for external custom emoji
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-26 06:10:08 +00:00
default
ede2a38b2b
If an image has no description, try the post 'name' field.
2023-07-25 12:36:04 +02:00
default
085c5a545a
Simplified attachment iteration in HTML rendering.
2023-07-25 12:31:42 +02:00
default
e6baeadf5f
Allow the 'attachment' field of a post to be single object instead of a list.
...
It seems that Gotosocial does this.
2023-07-25 12:01:42 +02:00
default
2ee74c9a6a
Added a 'Back to top' link at the end of the page.
2023-07-24 20:51:24 +02:00
Yonle
3c1dc419ea
html.c: Put "User Settings" outside of "Operations".
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-24 23:13:13 +07:00
Yonle
25bb8f0dd2
Rollback to 86f507410b
for some reasons.
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-24 22:56:18 +07:00
Yonle
e776bf7e2c
html.c: Rollback to e9adaa1f7a, Put "User Settings..." outside of "Operations..."'s <details> element
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-24 20:42:26 +07:00
Yonle
68d03d6d51
html.c: No need to redirect to #snac-posts again.
...
Form has been minimized with <details> since commit c409d2e
,
So there is no need to redirect user to user/admin#snac-posts again.
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-24 20:15:40 +07:00
Yonle
75e061a9f7
html.c & httpd.c: Fix hardlink.
...
Some people may still want to post in the web client with such different
way, Such as posting from Yggdrasil / SSH port forwarder, and so on.
This commit gives the workaround for that purpose, However things will
go messed up when current path were ends with / (Like: user/, admin/).
But overall, If user just uses it like normal, Then things will just
worked well as expected.
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-24 19:42:20 +07:00
default
f67ac2517c
Moved user settings to its own page.
2023-07-24 13:31:13 +02:00
default
4823f20085
If a message has an audience, its URL is shown after the content.
...
Messages coming from channels, communities (Lemmy) or magazines (kbin.social),
have this field set with the "parent" url.
2023-07-19 12:42:32 +02:00
default
7950783d41
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
2023-07-19 11:58:22 +02:00
Yonle
7e273a73eb
html.c: RSS: fix.
...
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>
2023-07-18 23:34:29 +07:00
Yonle
d3e0f7a84b
html.c: custom emoji <img>: Resize height to 2em, and put veritcal-align to middle.
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-18 21:16:22 +07:00
default
2700567fca
Avoid too deep nesting of html_entry().
2023-07-18 09:59:16 +02:00
Yonle
fe0d820795
html.c / UX: Give admin page more space
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-17 18:33:15 +07:00
Yonle
98c72db17c
html.c: *prev_src at edit: Just use encode_html.
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-15 02:06:10 +07:00
Yonle
1dc61ace13
html.c: Probably put placeholder on certain input and textboxes
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-15 00:42:52 +07:00
default
3e21aafb26
Fixed crash on empty static and history objects.
2023-07-14 14:59:50 +02:00
Yonle
77f5b51126
html.c: Don't let public get into timeline.html_
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-14 11:59:31 +07:00
default
4ab22b2c14
If a Page has an image, show it as an attachment.
2023-07-13 23:41:22 +02:00
default
64d3bb7e33
Fixed Link HTML.
2023-07-13 22:32:06 +02:00
default
c4bb189d99
Added support for lemmy-style "Link" attachments.
2023-07-13 22:10:29 +02:00
default
2caeb550b9
Added support for the 'Page' ActivityPub object.
...
So that you can follow and interact with lemmy channels.
2023-07-13 21:01:15 +02:00
default
76e1608069
Fixed memory leaks.
2023-07-13 10:49:49 +02:00
Yonle
2d584d219a
html.c: Also encode html characters in admin page
2023-07-12 09:19:04 +07:00
default
a0e813db0a
Fixed HTML re-encoding in the user bio.
2023-07-11 20:34:02 +02:00
default
158b360181
When sanitize() is called, encode_html() is no longer needed.
2023-07-11 20:28:24 +02:00
default
28a91ab732
Added new CSS classes snac-embedded-video and snac-embedded-audio.
2023-07-11 20:16:44 +02:00
default
a18c719298
Fixed crash.
2023-07-11 19:58:55 +02:00
default
1c5a689457
Fixed some memory leaks.
2023-07-11 19:45:58 +02:00
Yonle
63741cb66a
html.c: Escape XML characters & View unknown type attachment link
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-11 23:08:01 +07:00
default
0dd570dcad
Pinned posts also appear in the public timeline.
2023-07-06 08:48:06 +02:00
default
eef3c419dd
Posts can be pinned/unpinned from the web interface.
2023-07-05 14:06:21 +02:00