| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Version 2.38 RELEASED.2.38 | 2023-07-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Avoid incomplete messages in timeline_request(). | 2023-07-15 | 1 | -0/+3 | ||
| | | ||||||
| * | Merge pull request '[Really optional] Whenever to have Placeholder on some ↵ | 2023-07-15 | 3 | -14/+18 | ||
| |\ | | | | | | | | | | | inputs? & other stuff' (#69) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/69 | |||||
| | * | html.c: invalid html tag: else? just show it as encoded text. | 2023-07-15 | 1 | -0/+4 | ||
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| | * | html.c: *prev_src at edit: Just use encode_html. | 2023-07-15 | 1 | -1/+1 | ||
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| | * | utils.c: "User id" does not need "\n". | 2023-07-15 | 1 | -1/+1 | ||
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| | * | html.c: Probably put placeholder on certain input and textboxes | 2023-07-15 | 1 | -12/+12 | ||
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | Updated RELEASE_NOTES. | 2023-07-14 | 1 | -0/+4 | ||
| | | ||||||
| * | Fixed crash on empty static and history objects. | 2023-07-14 | 1 | -11/+17 | ||
| | | ||||||
| * | Use the right object id when storing Announce + Create + Note objects. | 2023-07-14 | 1 | -3/+5 | ||
| | | ||||||
| * | Fixed prototypes. | 2023-07-14 | 2 | -4/+4 | ||
| | | ||||||
| * | Merge pull request 'html.c: Don't let public get into timeline.html_' (#67) ↵ | 2023-07-14 | 1 | -1/+5 | ||
| |\ | | | | | | | | | | | from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/67 | |||||
| | * | html.c: Don't let public get into timeline.html_ | 2023-07-14 | 1 | -1/+5 | ||
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | If a Page has an image, show it as an attachment. | 2023-07-13 | 1 | -3/+23 | ||
| | | ||||||
| * | Fixed Link HTML. | 2023-07-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Added support for lemmy-style "Link" attachments. | 2023-07-13 | 1 | -1/+14 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-07-13 | 1 | -0/+2 | ||
| | | ||||||
| * | Bumped version. | 2023-07-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-07-13 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated documentation. | 2023-07-13 | 1 | -7/+7 | ||
| | | ||||||
| * | Increased log level for Announce error requests. | 2023-07-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Added support for the 'Page' ActivityPub object. | 2023-07-13 | 2 | -9/+30 | ||
| | | | | | So that you can follow and interact with lemmy channels. | |||||
| * | Added a maximum level of recursion to timeline_request(). | 2023-07-13 | 1 | -7/+8 | ||
| | | ||||||
| * | Always log send status in post_message(). | 2023-07-13 | 1 | -4/+5 | ||
| | | ||||||
| * | New function post_message(), to send a message bypassing the output queue. | 2023-07-13 | 3 | -5/+20 | ||
| | | | | | | | | This is used when accepting Follow requests; this way, follows are confirmed as fast as possible. If the message cannot be immediately sent, it's queued as always. | |||||
| * | Minor prototype tweak. | 2023-07-13 | 2 | -4/+6 | ||
| | | ||||||
| * | Version 2.37 RELEASED.2.37 | 2023-07-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed memory leaks. | 2023-07-13 | 1 | -6/+13 | ||
| | | ||||||
| * | Merge pull request 'XSS: Also encode in admin page, and other....' (#65) ↵ | 2023-07-13 | 4 | -19/+18 | ||
| |\ | | | | | | | | | | | from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/65 | |||||
| | * | utils.c: Prompt does not need \n | 2023-07-12 | 1 | -7/+7 | ||
| | | | ||||||
| | * | xs_mime.h: .opus mime is audio/ogg | 2023-07-12 | 1 | -2/+2 | ||
| | | | ||||||
| | * | html.c: Also encode html characters in admin page | 2023-07-12 | 1 | -9/+9 | ||
| | | | ||||||
| | * | activitypub.c: Remove unused variable. | 2023-07-12 | 1 | -1/+0 | ||
| |/ | ||||||
| * | Fixed HTML re-encoding in the user bio. | 2023-07-11 | 1 | -2/+2 | ||
| | | ||||||
| * | When sanitize() is called, encode_html() is no longer needed. | 2023-07-11 | 1 | -2/+1 | ||
| | | ||||||
| * | Added new CSS classes snac-embedded-video and snac-embedded-audio. | 2023-07-11 | 1 | -2/+6 | ||
| | | ||||||
| * | Fixed crash. | 2023-07-11 | 1 | -12/+26 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-07-11 | 1 | -0/+2 | ||
| | | ||||||
| * | Fixed some memory leaks. | 2023-07-11 | 4 | -59/+82 | ||
| | | ||||||
| * | Merge pull request 'Attempt to prevent XSS.' (#64) from yonle/snac2:master ↵ | 2023-07-11 | 2 | -41/+71 | ||
| |\ | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/64 | |||||
| | * | html.c: Escape XML characters & View unknown type attachment link | 2023-07-11 | 2 | -41/+71 | ||
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | Merge pull request 'xs_mime.h: Add various mimetypes for audios & videos' ↵ | 2023-07-11 | 1 | -0/+17 | ||
| |\ | | | | | | | | | | | (#63) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/63 | |||||
| | * | xs_mime.h: Add various mimetypes for audios & videos | 2023-07-11 | 1 | -0/+17 | ||
| |/ | ||||||
| * | Updated RELEASE_NOTES. | 2023-07-11 | 1 | -0/+4 | ||
| | | ||||||
| * | Simplified inbox_list(). | 2023-07-10 | 1 | -15/+7 | ||
| | | ||||||
| * | Revert "New server config array "webfinger_domains"." | 2023-07-10 | 2 | -21/+12 | ||
| | | | | | This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a. | |||||
| * | [examples/snac-global.service] New file. | 2023-07-10 | 1 | -0/+24 | ||
| | | ||||||
| * | Fixed failed mkdir() in restricted environments. | 2023-07-09 | 2 | -3/+9 | ||
| | | ||||||
| * | Bumper version. | 2023-07-08 | 1 | -1/+1 | ||
| | | ||||||
| * | New server config array "webfinger_domains". | 2023-07-08 | 2 | -12/+21 | ||
| | | ||||||