summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-04Logging tweaks.default
2024-03-03Updated RELEASE_NOTES.default
2024-03-02Fixed incorrect link to booster.default
2024-03-02Don't show the :shortname: as a title tag.default
It sometimes breaks usernames and it's pointless anyway.
2024-03-02Updated RELEASE_NOTES.default
2024-03-02mastoapi: added search by tag.default
2024-03-01Updated RELEASE_NOTES.default
2024-03-01Merge branch 'master' of comam.es:git/snac2default
2024-03-01mastoapi: Correctly show 'Video' objects in /timelines/home.default
2024-03-01Updated RELEASE_NOTES.default
2024-03-01mastoapi: Fixed bug in account searching.default
2024-02-28Updated RELEASE_NOTES.default
2024-02-28mastoapi: check the url before checking.default
2024-02-28mastoapi: fixed a bug in validated links.default
2024-02-28Version 2.48 RELEASED.default
2024-02-28Updated RELEASE_NOTES.default
2024-02-27Also trim , at the end of http links.default
2024-02-24Updated TODO.default
2024-02-24Merge 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-24default css: also darken <input> and <textarea>Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-23html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br>Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22Merge 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-22utils.c: *default_srv_config: add configuration for min_account_ageYonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2024-02-22Merge 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-22Also reject posts from accounts that are too old to be true.default
2024-02-22Updated RELEASE_NOTES.default
2024-02-22utils.c: *default_srv_config: change max_timeline_entries default to 50Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22Updated documentation.default
2024-02-22Added 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-22Also apply 1em patch to utils.c.default
2024-02-22Merge 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-22Updated TODO.default
2024-02-22Added *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-21Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18.default
This breaks the experimental /instance timeline for now.
2024-02-21Updated RELEASE_NOTES.default
2024-02-21Log (and not notify) repeated likes and announces.default
2024-02-21In 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-21Started an instance page.default
2024-02-21More local -> read_only argument renamings.default
2024-02-21Added a page argument to html_timeline().default
2024-02-21Renamed 'local' argument to 'read_only', as it was a bit confusing.default
2024-02-21Updated RELEASE_NOTES.default
2024-02-20front: style.css: reduce children post left paddingYonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-20Call verify_links() instead of enqueue_verify_links() from purge_user().default
2024-02-20Increased logging level for enqueue_verify_links().default
2024-02-20Enqueue a link verification from the user purge.default
2024-02-20The 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-20Enqueue a verify_links q_item in admin/user-setup.default
2024-02-20New verify_links q_item.default