Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | New function content_check(). | default | |
2024-03-09 | Replaced all xs_dict_iter() with xs_dict_next(). | default | |
2024-03-09 | Replaced most xs_dict_iter() with xs_dict_next(). | default | |
2024-03-09 | Backport from xs. | default | |
2024-03-09 | Backport from xs. | default | |
2024-03-08 | Shortened the maximum conversation levels. | default | |
Set to a compilation define in MAX_CONVERSATION_LEVELS. | |||
2024-03-07 | Bumped version. | default | |
2024-03-07 | Returns empty anchors for hidden posts or muted actors. | default | |
This will help keeping the previous position after 'Hide' or 'MUTE'. | |||
2024-03-06 | Merge pull request 'Add defines for time to enable macos builds.' (#148) ↵ | grunfink | |
from andypiper/snac2:macos-build-fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/148 | |||
2024-03-06 | mastoapi: Added a dummy streaming_api URL. | default | |
2024-03-06 | Add defines for time to enable macos builds. | Andy Piper | |
2024-03-04 | Version 2.49 RELEASED. | default | |
2024-03-04 | More logging tweaks. | default | |
2024-03-04 | More logging tweaks. | default | |
2024-03-04 | Logging tweaks. | default | |
2024-03-03 | Updated RELEASE_NOTES. | default | |
2024-03-02 | Fixed incorrect link to booster. | default | |
2024-03-02 | Don't show the :shortname: as a title tag. | default | |
It sometimes breaks usernames and it's pointless anyway. | |||
2024-03-02 | Updated RELEASE_NOTES. | default | |
2024-03-02 | mastoapi: added search by tag. | default | |
2024-03-01 | Updated RELEASE_NOTES. | default | |
2024-03-01 | Merge branch 'master' of comam.es:git/snac2 | default | |
2024-03-01 | mastoapi: Correctly show 'Video' objects in /timelines/home. | default | |
2024-03-01 | Updated RELEASE_NOTES. | default | |
2024-03-01 | mastoapi: Fixed bug in account searching. | default | |
2024-02-28 | Updated RELEASE_NOTES. | default | |
2024-02-28 | mastoapi: check the url before checking. | default | |
2024-02-28 | mastoapi: fixed a bug in validated links. | default | |
2024-02-28 | Version 2.48 RELEASED. | default | |
2024-02-28 | Updated RELEASE_NOTES. | default | |
2024-02-27 | Also trim , at the end of http links. | default | |
2024-02-24 | Updated TODO. | default | |
2024-02-24 | Merge pull request 'html.c: html_user_body: snac-property: Put (empty ↵ | grunfink | |
space) instead of <br> & other' (#142) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/142 | |||
2024-02-24 | default css: also darken <input> and <textarea> | Yonle | |
Signed-off-by: Yonle <yonle@lecturify.net> | |||
2024-02-23 | html.c: html_user_body: snac-property: Put (empty space) instead of <br> | Yonle | |
Signed-off-by: Yonle <yonle@lecturify.net> | |||
2024-02-22 | Merge pull request 'utils.c: *default_srv_config: add configuration for ↵ | grunfink | |
min_account_age' (#139) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/139 | |||
2024-02-22 | utils.c: *default_srv_config: add configuration for min_account_age | Yonle | |
Signed-off-by: Yonle <yonle@lecturify.net> | |||
2024-02-22 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | default | |
2024-02-22 | Merge pull request 'utils.c: *default_srv_config: change ↵ | grunfink | |
max_timeline_entries default to 50' (#138) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/138 | |||
2024-02-22 | Also reject posts from accounts that are too old to be true. | default | |
2024-02-22 | Updated RELEASE_NOTES. | default | |
2024-02-22 | utils.c: *default_srv_config: change max_timeline_entries default to 50 | Yonle | |
Signed-off-by: Yonle <yonle@lecturify.net> | |||
2024-02-22 | Updated documentation. | default | |
2024-02-22 | Added a new `min_account_age` parameter to server.json. | default | |
By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected. | |||
2024-02-22 | Also apply 1em patch to utils.c. | default | |
2024-02-22 | Merge pull request 'front: style.css: reduce children post left padding' ↵ | grunfink | |
(#129) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/129 | |||
2024-02-22 | Updated TODO. | default | |
2024-02-22 | Added *another argument* to html_timeline() to select where posts are taken ↵ | default | |
from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline. | |||
2024-02-21 | Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18. | default | |
This breaks the experimental /instance timeline for now. | |||
2024-02-21 | Updated RELEASE_NOTES. | default | |