Cory McWilliams cory
cory pushed to main at cory/tildefriends 2026-07-18 12:57:44 -04:00
8a4b31481d docs: Add a brief README.md to every core app to provide some background and help manage expectations (some are very primitive / incomplete).
cory pushed to main at cory/tildefriends 2026-07-15 20:39:34 -04:00
0ab69240bf update: CodeMirror.
cory pushed to main at cory/tildefriends 2026-07-15 19:49:54 -04:00
f5e9e73aa4 ssb: Index harder.
cory closed issue cory/tildefriends#125 2026-07-15 19:30:05 -04:00
Private message UI 2.0
cory commented on issue cory/tildefriends#125 2026-07-15 19:30:05 -04:00
Private message UI 2.0

Good enough for now.

cory pushed to main at cory/tildefriends 2026-07-15 19:28:38 -04:00
41e8e9d8d0 ssb: Process private messages more like regular messages. #125
cory pushed to main at cory/tildefriends 2026-07-15 19:18:23 -04:00
43ef6467c1 intro: Make apps the default app. I want to encourage exploration of other things. It is easy to change the default.
cory pushed to main at cory/tildefriends 2026-07-15 18:33:03 -04:00
ef2e21f65b tests: Fix -t=ssb.
cory pushed to main at cory/tildefriends 2026-07-15 18:17:16 -04:00
d95c5fa13e ssb: Detect messages added to the database outside of the process.
0cfd103289 ssb: Fix these queries so that profile pages load faster.
Compare 2 commits »
cory closed issue cory/tildefriends#151 2026-07-14 19:31:09 -04:00
Build failure on gcc 15.2.0: null check after dereference
cory commented on issue cory/tildefriends#151 2026-07-14 19:31:09 -04:00
Build failure on gcc 15.2.0: null check after dereference

Fixed, thanks. I need to find a way to use latest gcc in my workflow. I am a fan of these sorts of warnings.

cory closed issue cory/tildefriends#150 2026-07-14 19:30:28 -04:00
iOS: the button to add images to posts is gone
cory commented on issue cory/tildefriends#150 2026-07-14 19:30:28 -04:00
iOS: the button to add images to posts is gone

Yeah, I had made it only show up once you write some text to keep it minimal in the common case. But I agree it wasn't right. I basically undid that in this change.

cory pushed to main at cory/tildefriends 2026-07-14 19:29:29 -04:00
632aed9b04 ssb: Restore the compose buttons when there is no post text. I had tried to make it tidy, but I agree it's confusing and inconvenient to post only an image. #150
8470a2cf7d core: Appease new GCC warnings with some null checks. #151
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-07-13 12:54:31 -04:00
fb6e166de4 ssb: Add some strftime(timestamp) indexes to speed up some calendar-style views.
cory pushed to main at cory/tildefriends 2026-07-11 09:32:29 -04:00
7739375986 wiki: Don't show the editors button until we're ready.
1035ec1e12 wiki: Add a close button to the wiki editor list.
3447bcb306 wiki: Oops.
23cd9ae516 wiki: Make an attempt at showing revision history.
f3bfaed607 update: CodeMirror.
Compare 6 commits »
cory pushed to main at cory/tildefriends 2026-07-08 12:43:12 -04:00
92d409b7bb wiki: Add primitive user display, currently just for existing permissions.
cory pushed to main at cory/tildefriends 2026-07-07 22:15:44 -04:00
7cbb19348c wiki: Sometimes we need to truncate.
cory pushed to main at cory/tildefriends 2026-07-07 22:06:53 -04:00
8e4f9bc2f8 wiki: Oops.
cory pushed to main at cory/tildefriends 2026-07-07 22:05:22 -04:00
4aa87e78b7 wiki: Ugg, CSS layout stuff.