| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Version 2.36 RELEASED.2.36 | 2023-07-07 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2023-07-06 | 1 | -3/+5 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-07-06 | 1 | -3/+3 | |
| | | |||||
| * | Pinned posts also appear in the public timeline. | 2023-07-06 | 1 | -1/+4 | |
| | | |||||
| * | index_list() and index_list_desc() always return a list, even if empty. | 2023-07-05 | 1 | -4/+2 | |
| | | |||||
| * | Tweaked static_get() logging. | 2023-07-05 | 1 | -1/+1 | |
| | | |||||
| * | Posts can be pinned/unpinned from the web interface. | 2023-07-05 | 2 | -7/+25 | |
| | | |||||
| * | Pinned posts appear at the top of the public timeline. | 2023-07-05 | 1 | -1/+4 | |
| | | |||||
| * | Updated documentation. | 2023-07-05 | 2 | -0/+10 | |
| | | |||||
| * | Merge branch 'master' of triptico.com:git/snac2 | 2023-07-05 | 6 | -25/+71 | |
| |\ | |||||
| | * | Also call process_tags() when in the public timeline's bio. | 2023-07-04 | 2 | -2/+6 | |
| | | | |||||
| | * | Fixed weird prototype of process_tags(). | 2023-07-04 | 1 | -5/+6 | |
| | | | |||||
| | * | The actor bio now accepts tags. | 2023-07-04 | 1 | -1/+4 | |
| | | | |||||
| | * | index_list() and index_list_desc() don't return deleted entries. | 2023-07-04 | 1 | -6/+10 | |
| | | | |||||
| | * | Updated RELEASE_NOTES. | 2023-07-04 | 1 | -0/+2 | |
| | | | |||||
| | * | Updated TODO. | 2023-07-04 | 1 | -4/+4 | |
| | | | |||||
| | * | The content warning check and description is propagated from the replied ↵ | 2023-07-04 | 1 | -5/+10 | |
| | | | | | | | | | message. | ||||
| | * | Also fill the sensitive content fields in the edit dialog. | 2023-07-04 | 1 | -2/+6 | |
| | | | |||||
| | * | The sensitive content can have a description. | 2023-07-04 | 1 | -4/+11 | |
| | | | |||||
| | * | Updated TODO. | 2023-07-04 | 1 | -0/+4 | |
| | | | |||||
| | * | Updated TODO. | 2023-07-04 | 1 | -3/+6 | |
| | | | |||||
| | * | Call index_del() from _object_user_cache(). | 2023-07-04 | 1 | -0/+1 | |
| | | | |||||
| | * | More unfollow notification tweaks. | 2023-07-04 | 2 | -2/+5 | |
| | | | |||||
| | * | Updated RELEASE_NOTES. | 2023-07-04 | 1 | -0/+2 | |
| | | | |||||
| | * | Also show unfollows in the notification area. | 2023-07-04 | 2 | -3/+6 | |
| | | | |||||
| * | | Backport from xs. | 2023-07-05 | 2 | -1/+13 | |
| |/ | |||||