summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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) ↵grunfink
from khm/snac2:profile-page into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/126
2024-02-16webfinger: fix whitespacekhm
2024-02-16webfinger: fix stupid typokhm
2024-02-16webfinger: add webfinger profile page to linkskhm
2024-02-16Fixed bug in get_attachments().default
2024-02-16Added verify_links to usage().default
2024-02-16Added a 'verified link' title to them.default
2024-02-16Fixed crash in verify_links().default
2024-02-16Added 'accept' and 'user-agent' headers to verify_links().default
2024-02-16Updated RELEASE_NOTES.default
2024-02-16Bumped version.default
2024-02-16More verify link logging.default
2024-02-15Updated depedencies.default
2024-02-15New function verify_links().default
2024-02-15Backport from xs.default
2024-02-15Moved verified links to its own json file.default
2024-02-15mastoapi: fill the verified_at fields in mastoapi_account() for local users.default
2024-02-15Renamed validated_metadata to validated_links.default
2024-02-15Always return rel=me in msg_actor() links.default