betterNAS/apps
Hari 18b6ac625f
Fix macOS Finder WebDAV mount by handling GET on directories (#12)
Go's webdav.Handler returns 405 Method Not Allowed for GET on
collections (directories). macOS Finder sends GET to the WebDAV root
as part of its mount flow and refuses to connect when it gets 405.

Add a finderCompatible wrapper that intercepts GET/HEAD on directories
and returns a minimal 200 response, while passing all standard WebDAV
methods through to the underlying handler unchanged.
2026-04-01 16:42:34 -04:00
..
control-plane Make control-plane the real mount authority 2026-04-01 17:46:50 +00:00
nextcloud-app Secure first-loop control-plane auth and mount routing. 2026-04-01 14:13:14 +00:00
node-agent Fix macOS Finder WebDAV mount by handling GET on directories (#12) 2026-04-01 16:42:34 -04:00
web Migrate apps/web to shadcn/ui with preset b2D1F1IZv 2026-04-01 18:11:52 +00:00