Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-12-21 14:05:36 -05:00
28e6004c91 edit: Reload static html in its iframe instead of the whole window to make the experience smoother.
cory pushed to main at cory/tildefriends 2025-12-21 13:42:22 -05:00
1a1d84e603 welcome: x86_64 is more relevant than 64-bit.
cory pushed to main at cory/tildefriends 2025-12-21 10:34:16 -05:00
da1116220c core: Shutdown paranoia / trying to fix an intermittent test failure.
cory pushed to main at cory/tildefriends 2025-12-21 10:08:43 -05:00
57c945e2cf core: Fix some longstanding exception plumbing issues.
bef66329b2 apps: Use the indexes more consistently.
4f726ce502 bookclub: Use the index.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-12-20 17:40:27 -05:00
cc0266b5e8 intro: Make the buttons more consistent/less obnoxious.
cory pushed to main at cory/tildefriends 2025-12-20 15:58:27 -05:00
dad14d1754 bookclub: Load and display reviews.
c867204233 core: allPermissionsGranted() JS => C.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-20 10:34:50 -05:00
68eb53b1ff core: Reestablish the websocket connection when disconnected as the mobile app is brought to the front.
cory pushed to main at cory/tildefriends 2025-12-18 22:29:19 -05:00
403c5fcfe6 ssb: Fixed some private message types not rendering anything at all.
cory pushed to main at cory/tildefriends 2025-12-18 12:39:53 -05:00
c0ed9fda01 test: Post and view a private message in the test.
cory pushed to main at cory/tildefriends 2025-12-17 20:44:32 -05:00
95d263e139 core: Merge App into the process object.
cory pushed to main at cory/tildefriends 2025-12-17 20:19:50 -05:00
782013f3a3 docs: Prepare some release notes.
cory pushed to main at cory/tildefriends 2025-12-17 20:05:18 -05:00
a5ed64f866 ssb: Fixing private messaging yourself, and delete a failing not-quite-relevant private message test.
88e3494dcf ssb: Finish moving private message encrypt/decrypt to C.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-17 19:07:12 -05:00
cory pushed to main at cory/tildefriends 2025-12-17 18:59:49 -05:00
03a32ca371 ssb: Stop following yourself.
09a4fae432 ssb: Consolidate/fix following and blocking messaging.
5c173b2695 prettier
71493aac51 bookclub: Initial commit. Very simple view of all local bookclub messages for now.
8fb1850044 update: CodeMirror.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2025-12-17 12:38:52 -05:00
bbfcbfcae6 ssb: Avoid one last superfluous reload.
cd2903c0df ssb: Embiggen the search input box when focused.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-15 20:43:00 -05:00
d873d99b23 ssb: Handful of URL encoding issues.
cory pushed to main at cory/tildefriends 2025-12-15 12:30:32 -05:00
1a5392d942 ssb: Avoid an unnecessary messages load.
cory pushed to main at cory/tildefriends 2025-12-13 09:01:20 -05:00
ef80c0910c intro: Scroll to top when switching pages.
6c641acdd3 ssb: Put the hamburger menu on the same line as the welcome text.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-12-12 18:24:26 -05:00
f0babc6f95 core: Fix a recently introduced use after free.
cory pushed to main at cory/tildefriends 2025-12-11 22:05:08 -05:00
1382eac7e5 ssb: Paranoia around trying to avoid showing stale/irrelevant messages. Need to rethink this approach entirely sometime.