| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Don't call enqueue_actor_request() with a NULL user. | 2024-03-12 | 3 | -1/+15 | ||
| | | | ||||||
| * | | Added actor refreshing via the user queue. | 2024-03-12 | 5 | -8/+63 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-12 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-12 | 2 | -4/+29 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-12 | 2 | -1/+6 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-12 | 1 | -0/+10 | ||
| | | | ||||||
| * | | Some formatting tweaks. | 2024-03-12 | 1 | -6/+6 | ||
| | | | ||||||
| * | | Updated dependencies. | 2024-03-12 | 2 | -4/+4 | ||
| | | | ||||||
| * | | Added -lrt to Makefile.NetBSD. | 2024-03-11 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Also call content_check() from timeline_request(). | 2024-03-11 | 2 | -10/+16 | ||
| | | | ||||||
| * | | Also accept Article objects. | 2024-03-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | New function content_check(). | 2024-03-11 | 3 | -1/+48 | ||
| |/ | ||||||
| * | Replaced all xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 2 | -1/+5 | ||
| | | ||||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 5 | -6/+12 | ||
| | | ||||||
| * | Backport from xs. | 2024-03-09 | 6 | -15/+50 | ||
| | | ||||||
| * | Backport from xs. | 2024-03-09 | 2 | -10/+12 | ||
| | | ||||||
| * | Shortened the maximum conversation levels. | 2024-03-08 | 3 | -3/+8 | ||
| | | | | | Set to a compilation define in MAX_CONVERSATION_LEVELS. | |||||
| * | Bumped version. | 2024-03-07 | 1 | -1/+1 | ||
| | | ||||||
| * | Returns empty anchors for hidden posts or muted actors. | 2024-03-07 | 1 | -4/+16 | ||
| | | | | | This will help keeping the previous position after 'Hide' or 'MUTE'. | |||||
| * | Merge pull request 'Add defines for time to enable macos builds.' (#148) ↵ | 2024-03-06 | 1 | -0/+7 | ||
| |\ | | | | | | | | | | | from andypiper/snac2:macos-build-fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/148 | |||||
| | * | Add defines for time to enable macos builds. | 2024-03-06 | 1 | -0/+7 | ||
| | | | ||||||
| * | | mastoapi: Added a dummy streaming_api URL. | 2024-03-06 | 1 | -1/+5 | ||
| |/ | ||||||
| * | 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 | |||||