| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | utils.c: *default_srv_config: change max_timeline_entries default to 50 | 2024-02-22 | 1 | -1/+1 | ||
| | |/ | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | | Also reject posts from accounts that are too old to be true. | 2024-02-22 | 1 | -5/+18 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-02-22 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-02-22 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Added a new `min_account_age` parameter to server.json. | 2024-02-22 | 1 | -0/+19 | ||
| |/ | | | | | By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected. | |||||
| * | Also apply 1em patch to utils.c. | 2024-02-22 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request 'front: style.css: reduce children post left padding' ↵ | 2024-02-22 | 1 | -1/+1 | ||
| |\ | | | | | | | | | | | (#129) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/129 | |||||
| | * | front: style.css: reduce children post left padding | 2024-02-20 | 1 | -1/+1 | ||
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | | Updated TODO. | 2024-02-22 | 1 | -4/+10 | ||
| | | | ||||||
| * | | Added *another argument* to html_timeline() to select where posts are taken ↵ | 2024-02-22 | 3 | -10/+14 | ||
| | | | | | | | | | | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline. | |||||
| * | | Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18. | 2024-02-21 | 1 | -2/+0 | ||
| | | | | | | | | | This breaks the experimental /instance timeline for now. | |||||
| * | | Updated RELEASE_NOTES. | 2024-02-21 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Log (and not notify) repeated likes and announces. | 2024-02-21 | 3 | -9/+18 | ||
| | | | ||||||
| * | | In html_timeline(), always pick the msg from the global object storage. | 2024-02-21 | 1 | -0/+2 | ||
| | | | | | | | | | | | | | This allows the logged instance timeline to work. Does this have more implications? Not sure. | |||||
| * | | Started an instance page. | 2024-02-21 | 1 | -1/+23 | ||
| | | | ||||||
| * | | More local -> read_only argument renamings. | 2024-02-21 | 2 | -6/+6 | ||
| | | | ||||||
| * | | Added a page argument to html_timeline(). | 2024-02-21 | 3 | -10/+16 | ||
| | | | ||||||
| * | | Renamed 'local' argument to 'read_only', as it was a bit confusing. | 2024-02-21 | 1 | -13/+13 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-02-21 | 1 | -0/+2 | ||
| |/ | ||||||
| * | Call verify_links() instead of enqueue_verify_links() from purge_user(). | 2024-02-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Increased logging level for enqueue_verify_links(). | 2024-02-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Enqueue a link verification from the user purge. | 2024-02-20 | 1 | -0/+3 | ||
| | | ||||||
| * | The link verification time is stored as a time_t. | 2024-02-20 | 3 | -11/+33 | ||
| | | | | | | This way, it will be easier in an eventual future to test if a link verification is too old to be trusted. | |||||
| * | Enqueue a verify_links q_item in admin/user-setup. | 2024-02-20 | 1 | -0/+2 | ||
| | | ||||||
| * | New verify_links q_item. | 2024-02-20 | 3 | -0/+18 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-02-20 | 1 | -0/+2 | ||
| | | ||||||
| * | Backport from xs. | 2024-02-20 | 2 | -6/+24 | ||
| | | ||||||
| * | Updated documentation. | 2024-02-19 | 1 | -0/+7 | ||
| | | ||||||
| * | Merge pull request 'webfinger: add profile-page relation to links' (#126) ↵ | 2024-02-16 | 1 | -0/+7 | ||
| |\ | | | | | | | | | | | from khm/snac2:profile-page into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/126 | |||||
| | * | webfinger: fix whitespace | 2024-02-16 | 1 | -5/+5 | ||
| | | | ||||||
| | * | webfinger: fix stupid typo | 2024-02-16 | 1 | -1/+1 | ||
| | | | ||||||
| | * | webfinger: add webfinger profile page to links | 2024-02-16 | 1 | -0/+7 | ||
| |/ | ||||||
| * | Fixed bug in get_attachments(). | 2024-02-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Added verify_links to usage(). | 2024-02-16 | 1 | -2/+1 | ||
| | | ||||||
| * | Added a 'verified link' title to them. | 2024-02-16 | 1 | -1/+2 | ||
| | | ||||||
| * | Fixed crash in verify_links(). | 2024-02-16 | 1 | -3/+4 | ||
| | | ||||||
| * | Added 'accept' and 'user-agent' headers to verify_links(). | 2024-02-16 | 1 | -4/+17 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-02-16 | 1 | -0/+6 | ||
| | | ||||||
| * | Bumped version. | 2024-02-16 | 1 | -1/+1 | ||
| | | ||||||
| * | More verify link logging. | 2024-02-16 | 1 | -2/+7 | ||
| | | ||||||
| * | Updated depedencies. | 2024-02-15 | 2 | -5/+5 | ||
| | | ||||||
| * | New function verify_links(). | 2024-02-15 | 3 | -0/+113 | ||
| | | ||||||
| * | Backport from xs. | 2024-02-15 | 3 | -25/+22 | ||
| | | ||||||
| * | Moved verified links to its own json file. | 2024-02-15 | 4 | -8/+17 | ||
| | | ||||||
| * | mastoapi: fill the verified_at fields in mastoapi_account() for local users. | 2024-02-15 | 1 | -2/+26 | ||
| | | ||||||
| * | Renamed validated_metadata to validated_links. | 2024-02-15 | 2 | -8/+8 | ||
| | | ||||||
| * | Always return rel=me in msg_actor() links. | 2024-02-15 | 1 | -10/+1 | ||
| | | ||||||
| * | Also add the rel=me to metadata links in msg_actor(). | 2024-02-14 | 1 | -1/+10 | ||
| | | ||||||
| * | mastoapi: added verified_at dates for verified links. | 2024-02-14 | 1 | -1/+11 | ||
| | | ||||||
| * | Show validation checks and rel=me in links in the public page. | 2024-02-14 | 1 | -4/+22 | ||
| | | ||||||