codinget
  • Joined on 2022-10-19
codinget pushed to t3code/fix-issues-123-131 at webnet/webnet 2026-08-06 01:59:30 +02:00
802ea449dd fix(tailshare): address initialization failure review
9c9db0c17a fix(tailshare): handle insecure and failed initialization
ced0e59fba chore(vfs): statically ensure MemoryVFS implements every method
529e83223e test(drive): declare PROPPATCH over a minimal filesystem unsupported
132c542b3f docs: record the minimal-filesystem conformance work
Compare 58 commits »
codinget commented on pull request webnet/webnet#135 2026-08-06 01:55:20 +02:00
Handle Tailshare insecure and failed initialization

I couldn't manage to trigger an init failure in npm run dev by blocking the network or setting an invalid control plane URL, will try again on a full build of the app later by corrupting the…

codinget commented on pull request webnet/webnet#184 2026-08-06 01:11:32 +02:00
vfs: audit the optional-operation call sites and their unsupported policies

Note: main was filtered to remove a stray core file from the history, and this PR needs to be rebased against it; gitea sees all the commits after the filter as new.

codinget commented on pull request webnet/webnet#135 2026-08-06 01:08:29 +02:00
Handle Tailshare insecure and failed initialization

Human visual review (running in a browser):

The error banner for insecure contexts works fine; not the best UX, but that's a concern for #128, not this PR. I couldn't manage to trigger an init…

codinget pushed to main at webnet/webnet 2026-08-06 00:45:51 +02:00
ced0e59fba chore(vfs): statically ensure MemoryVFS implements every method
codinget deleted branch chore/ensure-memoryvfs-full-support from webnet/webnet 2026-08-06 00:45:51 +02:00
codinget merged pull request webnet/webnet#185 2026-08-06 00:45:50 +02:00
chore(vfs): statically ensure MemoryVFS implements every method
codinget opened issue webnet/webnet#186 2026-08-06 00:37:44 +02:00
vfs: add rename optional method
codinget created pull request webnet/webnet#185 2026-08-06 00:22:00 +02:00
chore(vfs): statically ensure MemoryVFS implements every method
codinget created branch chore/ensure-memoryvfs-full-support in webnet/webnet 2026-08-06 00:18:53 +02:00
codinget pushed to chore/ensure-memoryvfs-full-support at webnet/webnet 2026-08-06 00:18:53 +02:00
ced0e59fba chore(vfs): statically ensure MemoryVFS implements every method
codinget pushed to main at webnet/webnet 2026-08-05 23:31:21 +02:00
529e83223e test(drive): declare PROPPATCH over a minimal filesystem unsupported
132c542b3f docs: record the minimal-filesystem conformance work
e83a37da6c test(drive,ftp,sftp): run conformance over a minimal backing filesystem
1458423679 fix(drive): serve the requested window on a Range without readFileRange
da7c3d3e21 feat(vfs): share the optional-stripping helpers in conformance
Compare 7 commits »
codinget created pull request webnet/webnet#184 2026-08-05 23:25:29 +02:00
WIP: vfs: audit the optional-operation call sites and their unsupported policies
codinget pushed to issue-178-179-callsite-audit at webnet/webnet 2026-08-05 23:25:02 +02:00
aae09314c7 docs: record the optional-operation call site audit
254aba59af test(drive,http-static,ftp,sftp): cover a runtime unsupported optional operation
929adf0882 docs(smb2,ftp,sftp): record why these keep their own traversal
a38135ceac refactor(sftp,ftp): decide the rename policy in one place
d934f0fee1 fix(drive): answer a runtime unsupported PROPPATCH the way an absent one is
Compare 8 commits »
codinget created branch issue-178-179-callsite-audit in webnet/webnet 2026-08-05 23:25:01 +02:00
codinget closed issue webnet/webnet#177 2026-08-05 22:46:48 +02:00
drive: Range response ignores the offset when the filesystem has no readFileRange
codinget pushed to main at webnet/webnet 2026-08-05 22:46:48 +02:00
80defc2868 test(drive): declare PROPPATCH over a minimal filesystem unsupported
a22e78d0ca docs: record the minimal-filesystem conformance work
755b3d425d test(drive,ftp,sftp): run conformance over a minimal backing filesystem
7ce1a42fbe fix(drive): serve the requested window on a Range without readFileRange
99f0efc69c feat(vfs): share the optional-stripping helpers in conformance
Compare 5 commits »
codinget deleted branch fix/minimal-server-conformance from webnet/webnet 2026-08-05 22:46:48 +02:00
codinget merged pull request webnet/webnet#183 2026-08-05 22:46:46 +02:00
test: run VFS conformance over a minimal backing filesystem
codinget closed issue webnet/webnet#181 2026-08-05 22:46:46 +02:00
vfs: run protocol conformance against a minimal backing filesystem too