summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2024-02-14Also add the rel=me to metadata links in msg_actor().default
2024-02-14mastoapi: added verified_at dates for verified links.default
2024-02-14Show validation checks and rel=me in links in the public page.default
2024-02-14Updated TODO.default
2024-02-14Added some experimental code to hide follower-only failed replies.default
2024-02-14Updated TODO.default