bfc8bb864dI suspect this is necessary to prevent sending an error when we get the final response to blobs.get.Cory McWilliams2023-08-05 02:30:45 +00:00
9179746763Freaking CSS. Trying to make the admin page...work.Cory McWilliams2023-08-05 01:22:27 +00:00
958b47548dThere, I can wait for a thing in a shadow root like I want.Cory McWilliams2023-08-03 00:44:35 +00:00
16155ef746Automated enough with selenium to be able to create a Tilde Friends account, create an SSB identity, and post a first message. I'm still confused on some things, but this is progress, and I fixed a longstanding issue creating the first identity.Cory McWilliams2023-08-03 00:30:48 +00:00
353847a77fRemove the smoothie graphs. The sparklines are too good. I will rebuild whatever I'm missing with these.Cory McWilliams2023-07-31 16:32:21 +00:00
c1ec150696SHA256 was sticking out on a profile, so don't unnecessarily hold the DB writer while we're doing that.Cory McWilliams2023-07-08 13:43:44 +00:00
a4acee4939Fix a stall where we would process one scheduled task and then leave the rest until we wake up again from network traffic.Cory McWilliams2023-07-06 00:35:39 +00:00
8f5201b2bcShow a version number in the UI. Automate things so that the version number originates from the Makefile. Get ready for 0.0.8.Cory McWilliams2023-06-28 23:00:34 +00:00
6022001d66Primitive display of recent channels/tags and the same on messages.Cory McWilliams2023-06-22 00:27:27 +00:00
48c47f097aThis seems to fix losing sizes when attaching files.Cory McWilliams2023-06-17 14:23:32 +00:00
39ac215b5aStore blobs from the worker threads. Let's see if this is a good idea.Cory McWilliams2023-06-17 14:05:23 +00:00
7d562ce85cAllow the DB writer to be used from a worker thread. Not well tested, just still trying to charge forward on moving all blocking work off the main thread.Cory McWilliams2023-06-15 00:27:49 +00:00
51b317233aFirst rough-out of a mentions tab in the SSB app.Cory McWilliams2023-06-14 22:51:58 +00:00
87ce715011This appears to let me shrink the sparkline graphs. Freaking CSS.Cory McWilliams2023-06-14 22:23:22 +00:00
da50792500Avoid chunked content encoding. Some WebViewClient debugging. Doesn't go to a blank screen on android so much.Cory McWilliams2023-05-23 23:26:07 +00:00
1ccb9183b4Don't mess with websockets when we're returning a document from an app's handler.js.Cory McWilliams2023-05-19 19:57:40 +00:00
7d9b627f37Report attempts to call tfrpc methods that aren't registered.Cory McWilliams2023-05-19 19:47:33 +00:00
3038138909This is a sketch of a setup that allows apps to produce sandboxed dynamic content without all the iframe/websocket business.Cory McWilliams2023-05-17 20:22:13 +00:00
2ca08d21e4I broke magic byte detection, and missed some Content-Security-Policy opportunities.Cory McWilliams2023-05-17 18:57:56 +00:00
5b8bdbb3e4Today I discovered the "Content-Security-Policy: sandbox" header.Cory McWilliams2023-05-14 19:46:01 +00:00
c807e21c6bDon't let browsers render untrusted HTML or SVG outside of the iframe. Do let them fetch JS and such.Cory McWilliams2023-05-14 19:31:45 +00:00