| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Documented the SNAC_BASEDIR environment variable. | 2025-01-20 | 1 | -0/+7 | |
| | | |||||
| * | Added support for the SNAC_BASEDIR environment variable. | 2025-01-20 | 1 | -15/+14 | |
| | | | | | If it's set, the basedir argument in command-line commands must not be given. | ||||
| * | Updated documentation. | 2025-01-20 | 1 | -2/+3 | |
| | | |||||
| * | Show the post language under the date 'title'. | 2025-01-20 | 1 | -5/+20 | |
| | | |||||
| * | Added the USER_AGENT to HTTP errors. | 2025-01-20 | 1 | -3/+3 | |
| | | |||||
| * | Don't notify us for our own posts from the relay. | 2025-01-19 | 1 | -0/+5 | |
| | | |||||
| * | Only relay public posts. | 2025-01-19 | 1 | -1/+1 | |
| | | |||||
| * | changed note* commands checking. | 2025-01-19 | 1 | -1/+3 | |
| | | |||||
| * | New command 'note_mention'. | 2025-01-19 | 1 | -3/+11 | |
| | | |||||
| * | Also relay notes to the relays that follow us. | 2025-01-19 | 1 | -17/+41 | |
| | | |||||
| * | Updated documentation. | 2025-01-19 | 1 | -0/+21 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-19 | 1 | -0/+4 | |
| | | |||||
| * | Update user config from admin/followed-hashtags. | 2025-01-19 | 1 | -1/+30 | |
| | | |||||
| * | Added controls for the followed hashtags. | 2025-01-19 | 1 | -0/+32 | |
| | | |||||
| * | Fixed the greeting.html template to have a closing head tag. | 2025-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Changed Boost/Like order in the /authorize_interaction page. | 2025-01-16 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2025-01-16 | 1 | -2/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-16 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2025-01-16 | 1 | -0/+15 | |
| | | |||||
| * | Implemented Mastodon-like /authorize_interaction. | 2025-01-16 | 2 | -0/+103 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-15 | 1 | -3/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-15 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'Implement faster min_id handling' (#277) from ↵ | 2025-01-15 | 3 | -18/+61 | |
| |\ | | | | | | | | | | | nowster/snac2:fast_min_id into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/277 | ||||
| | * | Implement faster min_id handling | 2025-01-15 | 3 | -18/+61 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2025-01-15 | 1 | -0/+2 | |
| | | | |||||
| * | | Merge pull request 'Implement limit= on notification fetches' (#276) from ↵ | 2025-01-15 | 1 | -0/+9 | |
| |\ \ | | | | | | | | | | | | | | | | nowster/snac2:notification_limits into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/276 | ||||
| | * | | Implement limit= on notification fetches | 2025-01-14 | 1 | -0/+9 | |
| | |/ | |||||
| * | | Updated RELEASE_NOTES. | 2025-01-15 | 1 | -0/+2 | |
| | | | |||||
| * | | Reduced RSA key size to 2048. | 2025-01-15 | 1 | -1/+1 | |
| |/ | |||||
| * | Don't describe as 'fatal' what are just non-retriable connection errors. | 2025-01-13 | 1 | -1/+1 | |
| | | |||||
| * | Minor improvements to start / end event time showing. | 2025-01-12 | 3 | -8/+7 | |
| | | |||||
| * | Better dangling hashtag checking. | 2025-01-12 | 3 | -8/+11 | |
| | | |||||
| * | Show event start / end times. | 2025-01-12 | 1 | -0/+43 | |
| | | | | | This code is a ugly as fuck. | ||||
| * | If an Event has an URL, use it. | 2025-01-12 | 1 | -0/+11 | |
| | | |||||
| * | mastoapi: fixed Events not being shown. | 2025-01-12 | 2 | -2/+18 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-12 | 1 | -0/+2 | |
| | | |||||
| * | Updated TODO. | 2025-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-12 | 1 | -0/+2 | |
| | | |||||
| * | Backport from xs. | 2025-01-12 | 2 | -5/+13 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2025-01-12 | 1 | -1/+1 | |
| |\ | |||||
| | * | Added sandbox.o dependency to Makefile.NetBSD. | 2025-01-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Renamed msg_place() to msg_actor_place(). | 2025-01-12 | 1 | -2/+2 | |
| |/ | |||||
| * | mastoapi: obey the "unlisted" visibility set by apps. | 2025-01-11 | 1 | -2/+8 | |
| | | |||||
| * | Moved creation of "quiet public" posts to msg_note(), where it belongs. | 2025-01-11 | 2 | -10/+9 | |
| | | |||||
| * | If a post has a location, show it. | 2025-01-10 | 1 | -0/+37 | |
| | | |||||
| * | Fixed crash. | 2025-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Fixed crash in msg_place() because I'm a moron. | 2025-01-10 | 1 | -1/+1 | |
| | | |||||
| * | If a location is defined, user actors include a 'Place' object. | 2025-01-10 | 2 | -1/+28 | |
| | | |||||
| * | Show the location in the public page. | 2025-01-10 | 1 | -0/+18 | |
| | | |||||
| * | New user settings latitude and longitude. | 2025-01-10 | 2 | -1/+21 | |
| | | |||||