| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 19 hours | Add bidirectional sync for binary files (PDF, images, etc.) | haoyuren | |
| FileSyncBridge now handles binary fileRefs in addition to text docs: - Downloads all binary files to temp dir on project connect - Watches for binary file changes on disk and uploads via REST API - Listens for Overleaf socket events (reciveNewFile, reciveNewDoc, removeEntity, reciveEntityRename) to sync remote changes to disk - Tracks binary files by SHA1 hash to avoid redundant uploads Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 34 hours | Add AGPL-3.0 license and copyright headers to all source files | haoyuren | |
| Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 42 hours | Add bidirectional file sync, OT system, comments, and real-time collaboration | haoyuren | |
| Implement full Overleaf integration with Socket.IO v0.9 real-time sync: - FileSyncBridge for bidirectional temp dir ↔ Overleaf sync via chokidar + diff-match-patch - OT state machine, transform functions, and CM6 adapter for collaborative editing - Comment system with highlights, tooltips, and review panel - Project list, file tree management, and socket-based compilation - 3-layer loop prevention (write guards, content equality, debounce) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
