b1714cf554I think I fixed following calculations, again. Revived the test, though it's still very not thorough.Cory McWilliams2023-12-07 02:28:49 +00:00
70db31bb8fAdd an index_map which can be used to redirect different hostnames to different app paths so that I can host multiple domains of the same device.Cory McWilliams2023-12-03 17:03:17 +00:00
a185ded47eExclude the sequence number from the request in the response to createHistoryStream and ebt.replicate. I believe I had done this to match a broken client when I implemented it.Cory McWilliams2023-11-26 18:01:43 +00:00
5a0c77d06aTrim down dist sizes by filtering zip contents more effectively.Cory McWilliams2023-11-26 17:36:35 +00:00
a6f1eaa09ePut a cap on how many new messages we store browser-side. Unbounded growth is leading to crashed tabs and unresponsiveness.Cory McWilliams2023-11-18 15:58:16 +00:00
62ef0bcb42Rename Makefile so it won't seem like it can be run with BSD make or other.Cory McWilliams2023-11-15 02:41:05 +00:00
a0043ec49fFix up links to other wiki-doc pages, and reduce the following depth to improve load times.Cory McWilliams2023-11-14 17:38:48 +00:00
305f5232e7Add a missing order by to fix missing wiki changes.Cory McWilliams2023-11-13 17:32:15 +00:00
d467c4dd8aSupport removing editors, I think, and include wikis from the app owner and from the authenticated user.Cory McWilliams2023-11-12 20:17:23 +00:00
1484a87cadFix wiki following, and shows wiki-docs from editors of the wiki.Cory McWilliams2023-11-11 02:22:53 +00:00
b23bc0b16bTrying to work toward multiple users. List wikis of people you are following. Also hook in to the lit updated event.Cory McWilliams2023-11-09 17:39:05 +00:00
a6c8dd846cPut verbose messages on a command-line argument, finally, and format the messages a bit better.Cory McWilliams2023-11-09 00:28:34 +00:00
c6ae9313ccMore wiki layout/navigation fixes, and use markdown for the wiki.Cory McWilliams2023-11-02 00:29:07 +00:00
8f3883563fClose to the general experience I want for editing wiki pages. Bugs galore.Cory McWilliams2023-11-01 23:39:34 +00:00
950273da41If you can get all identities, you might as well be able to see the identities of the owner of a package.Cory McWilliams2023-11-01 23:10:29 +00:00
566d00f0dfPut the native executable in the lib directory, to appease recent R^X requirements, and bump the Android target version back up to 34.Cory McWilliams2023-10-22 18:52:20 +00:00
0550aa4e98Oh for crying out loud. Android started disallowing executing files from the private data directory in SDK 29.Cory McWilliams2023-10-22 18:07:23 +00:00
baf69355a5Target android min sdk version 24 (the lowest that libuv claims to support), and specify the target SDK version as 34.Cory McWilliams2023-10-22 17:51:16 +00:00
17c0266998Lower android min sdk version to 26, and use libuv's random code.Cory McWilliams2023-10-22 17:26:53 +00:00