| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.49 RELEASED.2.49 | 2024-03-04 | 1 | -1/+1 | |
| | | |||||
| * | More logging tweaks. | 2024-03-04 | 1 | -1/+1 | |
| | | |||||
| * | More logging tweaks. | 2024-03-04 | 2 | -3/+4 | |
| | | |||||
| * | Logging tweaks. | 2024-03-04 | 3 | -13/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-03-03 | 1 | -0/+2 | |
| | | |||||
| * | Fixed incorrect link to booster. | 2024-03-02 | 1 | -2/+10 | |
| | | |||||
| * | Don't show the :shortname: as a title tag. | 2024-03-02 | 1 | -1/+0 | |
| | | | | | It sometimes breaks usernames and it's pointless anyway. | ||||
| * | Updated RELEASE_NOTES. | 2024-03-02 | 1 | -1/+7 | |
| | | |||||
| * | mastoapi: added search by tag. | 2024-03-02 | 1 | -9/+27 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-03-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Updated RELEASE_NOTES. | 2024-03-01 | 1 | -1/+1 | |
| | | | |||||
| * | | mastoapi: Correctly show 'Video' objects in /timelines/home. | 2024-03-01 | 1 | -3/+4 | |
| |/ | |||||
| * | mastoapi: Fixed bug in account searching. | 2024-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-02-28 | 1 | -0/+4 | |
| | | |||||
| * | mastoapi: check the url before checking. | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: fixed a bug in validated links. | 2024-02-28 | 2 | -4/+9 | |
| | | |||||
| * | Version 2.48 RELEASED.2.48 | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Also trim , at the end of http links. | 2024-02-27 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2024-02-24 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request 'html.c: html_user_body: snac-property: Put (empty ↵ | 2024-02-24 | 3 | -3/+3 | |
| |\ | | | | | | | | | | | space) instead of <br> & other' (#142) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/142 | ||||
| | * | default css: also darken <input> and <textarea> | 2024-02-24 | 2 | -2/+2 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | html.c: html_user_body: snac-property: Put (empty space) instead of <br> | 2024-02-23 | 1 | -1/+1 | |
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Merge pull request 'utils.c: *default_srv_config: add configuration for ↵ | 2024-02-22 | 1 | -0/+1 | |
| |\ | | | | | | | | | | | min_account_age' (#139) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/139 | ||||
| | * | utils.c: *default_srv_config: add configuration for min_account_age | 2024-02-22 | 1 | -0/+1 | |
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-02-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Merge pull request 'utils.c: *default_srv_config: change ↵ | 2024-02-22 | 1 | -1/+1 | |
| | |\ | | | | | | | | | | | | | | | | max_timeline_entries default to 50' (#138) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/138 | ||||
| | | * | utils.c: *default_srv_config: change max_timeline_entries default to 50 | 2024-02-22 | 1 | -1/+1 | |
| | |/ | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | | Also reject posts from accounts that are too old to be true. | 2024-02-22 | 1 | -5/+18 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-02-22 | 1 | -0/+2 | |
| | | | |||||
| * | | Updated documentation. | 2024-02-22 | 1 | -0/+4 | |
| | | | |||||
| * | | Added a new `min_account_age` parameter to server.json. | 2024-02-22 | 1 | -0/+19 | |
| |/ | | | | | By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected. | ||||
| * | Also apply 1em patch to utils.c. | 2024-02-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'front: style.css: reduce children post left padding' ↵ | 2024-02-22 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | (#129) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/129 | ||||
| | * | front: style.css: reduce children post left padding | 2024-02-20 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | | Updated TODO. | 2024-02-22 | 1 | -4/+10 | |
| | | | |||||
| * | | Added *another argument* to html_timeline() to select where posts are taken ↵ | 2024-02-22 | 3 | -10/+14 | |
| | | | | | | | | | | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline. | ||||
| * | | Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18. | 2024-02-21 | 1 | -2/+0 | |
| | | | | | | | | | This breaks the experimental /instance timeline for now. | ||||
| * | | Updated RELEASE_NOTES. | 2024-02-21 | 1 | -0/+2 | |
| | | | |||||
| * | | Log (and not notify) repeated likes and announces. | 2024-02-21 | 3 | -9/+18 | |
| | | | |||||
| * | | In html_timeline(), always pick the msg from the global object storage. | 2024-02-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | This allows the logged instance timeline to work. Does this have more implications? Not sure. | ||||
| * | | Started an instance page. | 2024-02-21 | 1 | -1/+23 | |
| | | | |||||
| * | | More local -> read_only argument renamings. | 2024-02-21 | 2 | -6/+6 | |
| | | | |||||
| * | | Added a page argument to html_timeline(). | 2024-02-21 | 3 | -10/+16 | |
| | | | |||||
| * | | Renamed 'local' argument to 'read_only', as it was a bit confusing. | 2024-02-21 | 1 | -13/+13 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-02-21 | 1 | -0/+2 | |
| |/ | |||||
| * | Call verify_links() instead of enqueue_verify_links() from purge_user(). | 2024-02-20 | 1 | -1/+1 | |
| | | |||||
| * | Increased logging level for enqueue_verify_links(). | 2024-02-20 | 1 | -1/+1 | |
| | | |||||
| * | Enqueue a link verification from the user purge. | 2024-02-20 | 1 | -0/+3 | |
| | | |||||