summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-02-24default css: also darken <input> and <textarea>Yonle
2024-02-23html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br>Yonle
2024-02-22Merge pull request 'utils.c: *default_srv_config: add configuration for min_a...grunfink
2024-02-22utils.c: *default_srv_config: add configuration for min_account_ageYonle
2024-02-22Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2024-02-22Merge pull request 'utils.c: *default_srv_config: change max_timeline_entries...grunfink
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
2024-02-22Updated documentation.default
2024-02-22Added a new `min_account_age` parameter to server.json.default
2024-02-22Also apply 1em patch to utils.c.default
2024-02-22Merge pull request 'front: style.css: reduce children post left padding' (#12...grunfink
2024-02-22Updated TODO.default
2024-02-22Added *another argument* to html_timeline() to select where posts are taken f...default
2024-02-21Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18.default
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
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
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
2024-02-20Enqueue a verify_links q_item in admin/user-setup.default
2024-02-20New verify_links q_item.default
2024-02-20Updated RELEASE_NOTES.default
2024-02-20Backport from xs.default
2024-02-19Updated documentation.default
2024-02-16Merge pull request 'webfinger: add profile-page relation to links' (#126) fro...grunfink
2024-02-16webfinger: fix whitespacekhm