summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed the greeting.html template to have a closing head tag.Gravatar default2025-01-171-1/+1
* | Changed Boost/Like order in the /authorize_interaction page.Gravatar default2025-01-161-1/+1
* | Updated TODO.Gravatar default2025-01-161-2/+2
* | Updated RELEASE_NOTES.Gravatar default2025-01-161-0/+2
* | Updated documentation.Gravatar default2025-01-161-0/+15
* | Implemented Mastodon-like /authorize_interaction.Gravatar default2025-01-162-0/+103
* | Updated RELEASE_NOTES.Gravatar default2025-01-151-3/+3
* | Updated RELEASE_NOTES.Gravatar default2025-01-151-1/+1
* | Merge pull request 'Implement faster min_id handling' (#277) from nowster/sna...Gravatar grunfink2025-01-153-18/+61
|\ \
| * | Implement faster min_id handlingGravatar Paul Martin2025-01-153-18/+61
* | | Updated RELEASE_NOTES.Gravatar default2025-01-151-0/+2
* | | Merge pull request 'Implement limit= on notification fetches' (#276) from now...Gravatar grunfink2025-01-151-0/+9
|\ \ \
| * | | Implement limit= on notification fetchesGravatar Paul Martin2025-01-141-0/+9
| |/ /
* | | Updated RELEASE_NOTES.Gravatar default2025-01-151-0/+2
* | | Reduced RSA key size to 2048.Gravatar default2025-01-151-1/+1
|/ /
* | Don't describe as 'fatal' what are just non-retriable connection errors.Gravatar default2025-01-131-1/+1
* | Minor improvements to start / end event time showing.Gravatar default2025-01-123-8/+7
* | Better dangling hashtag checking.Gravatar default2025-01-123-8/+11
* | Show event start / end times.Gravatar default2025-01-121-0/+43
* | If an Event has an URL, use it.Gravatar default2025-01-121-0/+11
* | mastoapi: fixed Events not being shown.Gravatar default2025-01-122-2/+18
* | Updated RELEASE_NOTES.Gravatar default2025-01-121-0/+2
* | Updated TODO.Gravatar default2025-01-121-1/+1
* | Updated RELEASE_NOTES.Gravatar default2025-01-121-0/+2
* | Backport from xs.Gravatar default2025-01-122-5/+13
* | Merge branch 'master' of comam.es:git/snac2Gravatar default2025-01-121-1/+1
|\ \
| * | Added sandbox.o dependency to Makefile.NetBSD.Gravatar default2025-01-121-1/+1
* | | Renamed msg_place() to msg_actor_place().Gravatar default2025-01-121-2/+2
|/ /
* | mastoapi: obey the "unlisted" visibility set by apps.Gravatar default2025-01-111-2/+8
* | Moved creation of "quiet public" posts to msg_note(), where it belongs.Gravatar default2025-01-112-10/+9
* | If a post has a location, show it.Gravatar default2025-01-101-0/+37
* | Fixed crash.Gravatar default2025-01-101-1/+1
* | Fixed crash in msg_place() because I'm a moron.Gravatar default2025-01-101-1/+1
* | If a location is defined, user actors include a 'Place' object.Gravatar default2025-01-102-1/+28
* | Show the location in the public page.Gravatar default2025-01-101-0/+18
* | New user settings latitude and longitude.Gravatar default2025-01-102-1/+21
* | Actor caching lowered to 3 hours.Gravatar default2025-01-101-1/+1
* | Always return a shared inbox for the 'relay' user.Gravatar default2025-01-101-1/+1
* | Updated RELEASE_NOTES.Gravatar default2025-01-101-0/+8
* | Bumped debug level of actor cache hits.Gravatar default2025-01-091-1/+1
* | Added some actor object caching.Gravatar default2025-01-093-2/+20
* | Merge branch 'master' of /home/angel/git/snac2Gravatar default2025-01-091-3/+3
|\ \
| * | Some fixes to receive and update 'Event' objects correctly.Gravatar default2025-01-091-3/+3
* | | Added a way to archive ignored messages.Gravatar default2025-01-091-0/+11
|/ /
* | Deleted useless check.Gravatar default2025-01-081-1/+1
* | Fixed crash on NULL hashtag href.Gravatar default2025-01-081-10/+13
* | Do a lower case search of hashtags in the content.Gravatar default2025-01-081-6/+5
* | Also check for the lowecase URL of the hashtags.Gravatar default2025-01-083-3/+9
* | Bumped copyright year.Gravatar default2025-01-0835-36/+59
* | Show hashtags that are not already linked from the post content.Gravatar default2025-01-081-0/+33