| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More search by URL tweaks. | 2025-01-04 | 1 | -23/+17 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-04 | 1 | -0/+4 | |
| | | |||||
| * | Updated README. | 2025-01-04 | 1 | -0/+1 | |
| | | |||||
| * | Serve BASE_URL/style.css. | 2025-01-02 | 1 | -0/+13 | |
| | | | | | I thought I was already doing this 🤦(not that it really matters much). | ||||
| * | Minor tweak to the /share webpoint. | 2025-01-02 | 1 | -2/+6 | |
| | | |||||
| * | When search for URLs, rewrite the query string to be the real post id. | 2025-01-01 | 1 | -0/+4 | |
| | | |||||
| * | Fix for some repeated search results. | 2025-01-01 | 1 | -0/+5 | |
| | | |||||
| * | Bumped version. | 2025-01-01 | 1 | -1/+1 | |
| | | |||||
| * | The shared post is really sent. | 2025-01-01 | 2 | -3/+12 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-01 | 1 | -0/+8 | |
| | | |||||
| * | Merge pull request 'Fix verify_links' (#261) from nowster/snac2:verify_links ↵ | 2025-01-01 | 1 | -2/+25 | |
| |\ | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/261 | ||||
| | * | Fix verify_links | 2024-12-31 | 1 | -2/+25 | |
| |/ | | | | Stored in user.json as a string, but it was assumed to be a dict. | ||||
| * | Fixed warning. | 2024-12-31 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-12-31 | 2 | -1/+73 | |
| |\ | |||||
| | * | More work in the Mastodon-share webpoint. | 2024-12-31 | 2 | -2/+35 | |
| | | | |||||
| | * | Started support for Mastodon-like /share endpoint. | 2024-12-31 | 1 | -0/+39 | |
| | | | |||||
| * | | Merge pull request 'Added "Like" to operations (for upstream)' (#260) from ↵ | 2024-12-31 | 1 | -0/+17 | |
| |\ \ | |/ |/| | | | | | | | dheadshot/snac2-dhfork:upstreambranch into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/260 | ||||
| | * | Added "Like" to operations for upstream branch | 2024-12-31 | 1 | -0/+17 | |
| |/ | |||||
| * | Skip enqueue_output() to local users (already served by the local shared-inbox). | 2024-12-31 | 1 | -7/+10 | |
| | | |||||
| * | Convert to lowercase when checking for followed hashtags. | 2024-12-30 | 1 | -2/+7 | |
| | | |||||
| * | Don't search for hashtags in non-public posts. | 2024-12-30 | 1 | -1/+1 | |
| | | |||||
| * | Always enqueue a message into the local shared-inbox. | 2024-12-30 | 1 | -10/+12 | |
| | | |||||
| * | Started support for hashtag following. | 2024-12-30 | 1 | -0/+22 | |
| | | |||||
| * | Merge pull request 'mastoapi: implement timeline min_id' (#254) from ↵ | 2024-12-30 | 1 | -2/+13 | |
| |\ | | | | | | | | | | | nowster/snac2:min_id into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/254 | ||||
| | * | mastoapi: implement timeline min_id | 2024-12-26 | 1 | -2/+13 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2024-12-29 | 1 | -0/+4 | |
| | | | |||||
| * | | Merge pull request 'Adding support for IPv6' (#256) from hb9hnt/snac2:master ↵ | 2024-12-29 | 1 | -1/+34 | |
| |\ \ | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/256 | ||||
| | * | | Adding support for IPv6 | 2024-12-27 | 1 | -1/+34 | |
| | |/ | |||||
| * | | Updated documentation. | 2024-12-28 | 1 | -0/+17 | |
| | | | |||||
| * | | Updated TODO. | 2024-12-28 | 1 | -2/+4 | |
| |/ | |||||
| * | Make xmpp and mailto URLs clickable. | 2024-12-26 | 2 | -2/+13 | |
| | | |||||
| * | Accept 'Audio' as a valid entry type. | 2024-12-23 | 2 | -1/+6 | |
| | | | | | | Also, done a tweak to read attributedTo fields that are a JSON object, with the id in the "id" field (returned by bandwagon.fm). | ||||
| * | Version 2.67 RELEASED.2.67 | 2024-12-22 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-12-22 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: allow search for post URLs. | 2024-12-22 | 1 | -0/+31 | |
| | | |||||
| * | Account names can also contain periods (in account search). | 2024-12-21 | 1 | -1/+1 | |
| | | |||||
| * | If an attachment includes an icon, show it. | 2024-12-21 | 2 | -0/+21 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-12-21 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: fixed audio attachments. | 2024-12-21 | 1 | -2/+3 | |
| | | |||||
| * | mastoapi: minor tweak to notification list (Tusky was in a forever request ↵ | 2024-12-20 | 1 | -2/+12 | |
| | | | | | loop). | ||||
| * | Add contact metrics to og:description. | 2024-12-20 | 2 | -6/+19 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-12-20 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-12-20 | 3 | -7/+120 | |
| |\ | |||||
| | * | Merge pull request 'Implement mastoapi markers' (#247) from ↵ | 2024-12-20 | 3 | -7/+120 | |
| | |\ | | | | | | | | | | | | | | | | nowster/snac2:markers into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/247 | ||||
| | | * | Implement mastoapi markers for notifications and home. | 2024-12-20 | 3 | -7/+120 | |
| | |/ | |||||
| * / | Mastoapi: added badlogin support. | 2024-12-20 | 1 | -48/+62 | |
| |/ | |||||
| * | Updated documentation. | 2024-12-19 | 1 | -0/+29 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-12-19 | 1 | -1/+3 | |
| | | |||||
| * | Added bad login throttling. | 2024-12-19 | 3 | -3/+120 | |
| | | |||||
| * | Propagate FastCGI variable REMOTE_ADDR. | 2024-12-19 | 1 | -1/+1 | |
| | | |||||