Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-04-13 13:34:30 -04:00
8a9f53102b Needs some color.
0412b97170 WIP managing a per-app current identity from the Tilde Friends navigation bar.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-04-13 10:29:08 -04:00
c8b8a8fc03 Oops, the tf-auth lit was all wrong.
cory pushed to main at cory/tildefriends 2024-04-13 10:03:39 -04:00
95d3090b9b Fix the app permissions list missing its reset buttons.
cory pushed to main at cory/tildefriends 2024-04-11 21:32:29 -04:00
49129ee6dd Welcome changes. Added a first steps blurb.
cory pushed to main at cory/tildefriends 2024-04-11 20:36:45 -04:00
6a7ecb0d4a Update codemirror to latest.
cory pushed to main at cory/tildefriends 2024-04-11 18:37:03 -04:00
1ceeed1007 prettier + clang-format.
cory commented on issue cory/tildefriends#38 2024-04-10 21:02:08 -04:00
ssb: make it easy to get a blob

Actually I'm going to call this one as good as it can get for now. That blob just seems to not be around. 🤷‍♂️

cory closed issue cory/tildefriends#38 2024-04-10 21:02:08 -04:00
ssb: make it easy to get a blob
cory pushed to main at cory/tildefriends 2024-04-10 20:30:55 -04:00
a7922ff44e Get commonmark blockquotes on-theme.
cory pushed to main at cory/tildefriends 2024-04-10 19:45:19 -04:00
a421604ed5 OpenSSL 3.3.0.
cory commented on issue cory/tildefriends#46 2024-04-10 19:39:12 -04:00
Support building the executable with necessary static data attached

make out/release/tildefriends.standalone smushes the executable and zip together, for now, and that runs.

cory closed issue cory/tildefriends#46 2024-04-10 19:39:12 -04:00
Support building the executable with necessary static data attached
cory commented on pull request cory/tildefriends#45 2024-04-10 19:34:30 -04:00
WIP: git submodules

Hope you don't mind - I manually redid the first bits of this so that I could understand the process: c5cb9979d39f1268b1c60b9a1d7417be68622615 and 7d182db32fa2e1d7ed689fd27714eae48cd24abf.

cory pushed to main at cory/tildefriends 2024-04-10 19:25:48 -04:00
7d182db32f Move to submodules: libsodium, quickjs, crypt_blowfish, libbacktrace, libuv, picohttpparser. Kudos to @tasioiso in #45.
c5cb9979d3 Move zlib to a submodule, informed by @tasiaiso's #45. And fixup [archive] dist/tildefriends-0.0.18-wip.tar.xz
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-04-10 18:44:18 -04:00
b9a73106ed Better CSS for the ssb app to fill the iframe?
cory pushed to main at cory/tildefriends 2024-04-04 21:01:28 -04:00
c674cca482 Move some DB things out of httpd.
cory pushed to main at cory/tildefriends 2024-04-04 20:35:40 -04:00
81d1228b92 Experimenting with w3.css themes.
cory pushed to main at cory/tildefriends 2024-04-04 19:12:16 -04:00
6ae61d5b81 Fix wiki vs. JSONB.
cory opened issue cory/tildefriends#47 2024-04-04 12:40:45 -04:00
Do the right thing to be able to reply in thread vs. start a new thread
cory pushed to main at cory/tildefriends 2024-04-03 21:15:25 -04:00
9cb872eec2 Remove JS functions: hmacsha256sign, hmac2ha256verify, parseHttpRequest, sha1Digest, and maskBytes. These are no longer needed with httpd and auth in C