summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-13Fixed memory leaks.default
2023-07-13Merge pull request 'XSS: Also encode in admin page, and other....' (#65) ↵grunfink
from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/65
2023-07-12utils.c: Prompt does not need \nYonle
2023-07-12xs_mime.h: .opus mime is audio/oggYonle
2023-07-12html.c: Also encode html characters in admin pageYonle
2023-07-12activitypub.c: Remove unused variable.Yonle
2023-07-11Fixed HTML re-encoding in the user bio.default
2023-07-11When sanitize() is called, encode_html() is no longer needed.default
2023-07-11Added new CSS classes snac-embedded-video and snac-embedded-audio.default
2023-07-11Fixed crash.default
2023-07-11Updated RELEASE_NOTES.default
2023-07-11Fixed some memory leaks.default
2023-07-11Merge pull request 'Attempt to prevent XSS.' (#64) from yonle/snac2:master ↵grunfink
into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/64
2023-07-11html.c: Escape XML characters & View unknown type attachment linkYonle
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-11Merge pull request 'xs_mime.h: Add various mimetypes for audios & videos' ↵grunfink
(#63) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/63
2023-07-11xs_mime.h: Add various mimetypes for audios & videosYonle
2023-07-11Updated RELEASE_NOTES.default
2023-07-10Simplified inbox_list().default
2023-07-10Revert "New server config array "webfinger_domains"."default
This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
2023-07-10[examples/snac-global.service] New file.default
2023-07-09Fixed failed mkdir() in restricted environments.default
2023-07-08Bumper version.default
2023-07-08New server config array "webfinger_domains".default
2023-07-07Version 2.36 RELEASED.default
2023-07-06Updated TODO.default
2023-07-06Updated RELEASE_NOTES.default
2023-07-06Pinned posts also appear in the public timeline.default
2023-07-05index_list() and index_list_desc() always return a list, even if empty.default
2023-07-05Tweaked static_get() logging.default
2023-07-05Posts can be pinned/unpinned from the web interface.default
2023-07-05Pinned posts appear at the top of the public timeline.default
2023-07-05Updated documentation.default
2023-07-05Merge branch 'master' of triptico.com:git/snac2default
2023-07-05Backport from xs.default
2023-07-04Also call process_tags() when in the public timeline's bio.default
2023-07-04Fixed weird prototype of process_tags().default
2023-07-04The actor bio now accepts tags.default
2023-07-04index_list() and index_list_desc() don't return deleted entries.default
2023-07-04Updated RELEASE_NOTES.default
2023-07-04Updated TODO.default
2023-07-04The content warning check and description is propagated from the replied ↵default
message.
2023-07-04Also fill the sensitive content fields in the edit dialog.default
2023-07-04The sensitive content can have a description.default
2023-07-04Updated TODO.default
2023-07-04Updated TODO.default
2023-07-04Call index_del() from _object_user_cache().default
2023-07-04More unfollow notification tweaks.default
2023-07-04Updated RELEASE_NOTES.default
2023-07-04Also show unfollows in the notification area.default
2023-07-03Backport from xs.default