e1383e3903Move the HTTP timeout into C where we can manage it better as writes are active. Fixes an accidental 45 second GET timeout from httpd.js.Cory McWilliams2023-09-20 23:30:29 +00:00
2b94704916If a user visiting /login is already authenticated, bounce them away. This is me trying to avoid hassle for people who bookmarked the login page.Cory McWilliams2023-09-11 16:52:17 +00:00
85ac6c215aPopulate host and port for incoming SSB connections, too.Cory McWilliams2023-09-09 14:45:55 +00:00
8741841f27Add the missing leaflet .js.map file. Link to Google Maps from clicked map locations. Allow poup from the sandbox to support target="_blank" links, though that does not work here.Cory McWilliams2023-09-04 17:44:05 +00:00
5282d19b55Structure replies to issues as replies so that their posts don't appear so unusual.Cory McWilliams2023-09-04 17:12:32 +00:00
d9782aa0fbAutomatically reply encrypted to the same recipients.Cory McWilliams2023-09-02 13:37:50 +00:00
79404e4d41Set android min sdk version and api version all to 28. That's all we need. Should fix reported crashes.Cory McWilliams2023-08-23 21:37:23 +00:00
f1b55ddd64Attempt to track requests better. New requests need to be flagged as such. Still trying to chase tunnel instability.Cory McWilliams2023-08-20 19:55:59 +00:00
85acac3a30Save more context about closed connections, and include the timestamp.Cory McWilliams2023-08-20 18:36:46 +00:00
befff5c1e5Apps are not allowed to read directly from the blobs table.Cory McWilliams2023-08-20 18:26:26 +00:00
d72ba81a67Try to respond to tunnel errors I'm seeing instead of forwarding them over the tunnel, which obviously won't work. Allow creating multiple connections to the same ID if it's for the sake of a tunnel. I think this explains timeouts I'm seeing with tunnels. More error handling, too. C'mon, fix tunnels.Cory McWilliams2023-08-20 18:25:15 +00:00
fef88e2032Prevent the watcher's finalizer from being called before we're done with it.Cory McWilliams2023-08-20 11:25:49 +00:00
20557e8ce4Respond better when somebody disconnects from us with a tunnel. Trying to robustify tunnels. This is largely untested.Cory McWilliams2023-08-17 16:54:33 +00:00
d7b58ee2c5Support an edit-only mode, which brings up the editor without running the app. Helpful if the app hangs the client. Also on mobile, where both don't fit side-by-side.Cory McWilliams2023-08-17 00:49:02 +00:00
faca2d387bCalculate thread busyness as the current concurrent running threads vs. the max number of threads ever seen running concurrently.Cory McWilliams2023-08-17 00:01:59 +00:00
358d02d97fAnother index I've wanted, and better error display for queries in the ssb app.Cory McWilliams2023-08-16 22:57:16 +00:00
6ed2c702d8Hide too-new messages, and cycle between message, raw, and markdown views of messages.Cory McWilliams2023-08-09 23:39:17 +00:00
5c1c33d33ePut the release process in the makefile, and including building the tarball contents to avoid another snafu.Cory McWilliams2023-08-09 23:14:16 +00:00
70d37c88b5Redo auth flow with lit. Beef up the test a bit, accordingly.Cory McWilliams2023-08-09 22:38:41 +00:00