Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-02-21 | Log (and not notify) repeated likes and announces. | default | |
2024-02-21 | In html_timeline(), always pick the msg from the global object storage. | default | |
This allows the logged instance timeline to work. Does this have more implications? Not sure. | |||
2024-02-21 | Started an instance page. | default | |
2024-02-21 | More local -> read_only argument renamings. | default | |
2024-02-21 | Added a page argument to html_timeline(). | default | |
2024-02-21 | Renamed 'local' argument to 'read_only', as it was a bit confusing. | default | |
2024-02-21 | Updated RELEASE_NOTES. | default | |
2024-02-20 | front: style.css: reduce children post left padding | Yonle | |
Signed-off-by: Yonle <yonle@lecturify.net> | |||
2024-02-20 | Call verify_links() instead of enqueue_verify_links() from purge_user(). | default | |
2024-02-20 | Increased logging level for enqueue_verify_links(). | default | |
2024-02-20 | Enqueue a link verification from the user purge. | default | |
2024-02-20 | The link verification time is stored as a time_t. | default | |
This way, it will be easier in an eventual future to test if a link verification is too old to be trusted. | |||
2024-02-20 | Enqueue a verify_links q_item in admin/user-setup. | default | |
2024-02-20 | New verify_links q_item. | default | |
2024-02-20 | Updated RELEASE_NOTES. | default | |
2024-02-20 | Backport from xs. | default | |
2024-02-19 | Updated documentation. | default | |
2024-02-16 | Merge pull request 'webfinger: add profile-page relation to links' (#126) ↵ | grunfink | |
from khm/snac2:profile-page into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/126 | |||
2024-02-16 | webfinger: fix whitespace | khm | |
2024-02-16 | webfinger: fix stupid typo | khm | |
2024-02-16 | webfinger: add webfinger profile page to links | khm | |
2024-02-16 | Fixed bug in get_attachments(). | default | |
2024-02-16 | Added verify_links to usage(). | default | |
2024-02-16 | Added a 'verified link' title to them. | default | |
2024-02-16 | Fixed crash in verify_links(). | default | |
2024-02-16 | Added 'accept' and 'user-agent' headers to verify_links(). | default | |
2024-02-16 | Updated RELEASE_NOTES. | default | |
2024-02-16 | Bumped version. | default | |
2024-02-16 | More verify link logging. | default | |