| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | Updated TODO. | 2024-02-14 | 1 | -0/+2 | ||
| | | ||||||
| * | Added some experimental code to hide follower-only failed replies. | 2024-02-14 | 1 | -0/+10 | ||
| | | ||||||
| * | Updated TODO. | 2024-02-14 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated TODO. | 2024-02-14 | 1 | -4/+6 | ||
| | | ||||||
| * | Version 2.47 RELEASED.2.47 | 2024-02-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-02-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Unify list markup in README. | 2024-02-11 | 1 | -6/+6 | ||
| | | ||||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-02-11 | 1 | -8/+6 | ||
| |\ | ||||||
| | * | Merge pull request 'docs(README.md): Add link to FreeBSD installation guide' ↵ | 2024-02-11 | 1 | -8/+6 | ||
| | |\ | | | | | | | | | | | | | | | | (#122) from gyptazy/snac2:add-freebsd-install-link into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/122 | |||||
| | | * | docs(README.md): Add link to FreeBSD installation guide | 2024-02-10 | 1 | -8/+6 | ||
| | |/ | ||||||
| * / | New function is_msg_from_private_user(). | 2024-02-10 | 4 | -36/+35 | ||
| |/ | ||||||
| * | mastoapi: Skip non-public posts from timelines by tag. | 2024-02-10 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-02-09 | 1 | -0/+2 | ||
| | | ||||||
| * | mastoapi: added support for /api/v1/timelines/tag/. | 2024-02-09 | 1 | -0/+41 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-02-07 | 1 | -0/+2 | ||
| | | ||||||
| * | Made descs a bit longer. | 2024-02-07 | 1 | -1/+1 | ||
| | | ||||||
| * | If it's a one-post-only page, show the post content instead of the bio. | 2024-02-07 | 1 | -5/+15 | ||
| | | ||||||
| * | Some og:description tweaks. | 2024-02-07 | 1 | -11/+21 | ||
| | | ||||||
| * | Deactivated stale actors behind a compiler directive. | 2024-02-07 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2024-02-05 | 1 | -0/+2 | ||
| | | ||||||
| * | Added a navigation footer (i.e., an optional "More..." link) to the ↵ | 2024-02-05 | 1 | -0/+13 | ||
| | | | | | notification page. | |||||
| * | Added paging to notify_list(), and use it in the notifications page. | 2024-02-05 | 4 | -8/+8 | ||
| | | ||||||