Go to file
Michael Mainguy a772372b2b Add public URL sharing with express-pouchdb sync
- Add express-pouchdb for self-hosted PouchDB sync server
- Public databases (/db/public/:db) accessible without auth
- Add auth middleware for public/private database access
- Simplify share button to copy current URL to clipboard
- Move feature config from static JSON to dynamic API endpoint
- Add PouchDB sync to PouchData class for real-time collaboration
- Fix Express 5 compatibility by patching req.query
- Skip express.json() for /pouchdb routes (stream handling)
- Remove unused PouchdbPersistenceManager and old share system

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 11:49:56 -06:00
.github/workflows Update node.js.yml 2024-08-30 12:18:10 -05:00
api Initial Menu System Commit. 2023-06-29 21:03:00 -05:00
docs Add WebXR rendering mode toggle with 4 modes 2025-11-13 10:36:03 -06:00
functions Added Initial Voice Command Handler, fixed connection issues. 2023-08-14 13:27:20 -05:00
netlify/functions added request headers to CORD response. 2023-12-12 06:53:14 -06:00
pages Initial Menu System Commit. 2023-06-27 16:58:19 -05:00
public Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
server Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
src Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
.gitignore Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
CLAUDE.md Add configurable feature management system with JSON-based feature flags 2025-11-18 06:52:39 -06:00
EXPRESS_API_PLAN.md Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
index.html Added chat interface. 2025-12-20 11:24:31 -06:00
LICENSE.txt Disabled service worker, enhanced management console. 2024-08-30 12:43:19 -05:00
NEXT_MIGRATION_PLAN.md Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
package-lock.json Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
package.json Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
ROADMAP.md Add Quest VR onboarding flow with auto-entry prompt 2025-11-20 10:47:28 -06:00
server.js Add public URL sharing with express-pouchdb sync 2025-12-29 11:49:56 -06:00
tsconfig.json Added 3d closet demo, cleaned up menus. 2024-02-05 10:46:23 -06:00
versionBump.js Added smart versioning 2024-06-11 16:58:35 -05:00
vite.config.ts Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
VRCONFIGPLAN.md Add VR configuration panel implementation plan and Phase 1 foundation 2025-11-18 11:53:47 -06:00