Commit Graph

17 Commits

Author SHA1 Message Date
beo3000 28221232d6 ui fix ios 2026-02-21 20:02:50 +01:00
beo3000 58c990d4e6 feat: ZIP workspace + image blob sync
Phase 1 - ImageBlob sync:
- shared: add ImageBlob type (SyncEntity + contentHash + base64 data)
- shared: add imageBlobs to SyncChanges
- server: image_blobs table (drizzle migration 0005)
- server: sync-service push/pull for imageBlobs (base64 transport)
- client: Dexie v8 schema with SyncEntity-compatible ImageBlob
- client: storeImage computes SHA-256 contentHash
- client: syncService push (Blob→base64) and pull (base64→Blob)

Phase 2 - ZIP AI workspace:
- server: fflate dependency
- server: exportWorkspaceZip() replaces exportBundle()
- server: applyUploadFromZip() with contentHash dedup for images
- server: legacy JSON applyUpload() kept for backward compat
- server: ai-export routes support application/zip upload
- server: README updated for ZIP workspace structure
- scripts: download.ps1 extracts ZIP → work/ subdirs
- scripts: upload.ps1 compresses work/ → ZIP, posts octet-stream
- scripts: unlock.ps1 reads work/manifest.json (also supports legacy bundle)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-21 19:35:12 +01:00
beo3000 04983c2a05 dev 2026-02-21 19:25:43 +01:00
beo3000 9c04b8652c fix bypass in production 2026-02-21 15:49:52 +01:00
beo3000 098c9d8ace UI/UX optimierung ios 2026-02-21 13:57:17 +01:00
beo3000 303f7ee696 added bypass login 2026-02-21 13:40:43 +01:00
beo3000 27880646cc fix sync in local test env 2026-02-21 13:17:07 +01:00
beo3000 90970322f1 upd link handling journal 2026-02-21 12:46:29 +01:00
beo3000 9db6cacb8c link update 2026-02-21 12:32:52 +01:00
beo3000 a320b1c291 fix sync und deploy problems 2026-02-21 10:38:25 +01:00
beo3000 e8e3f2eb15 fix deploy, lournal wiedervorlage 2026-02-21 09:50:23 +01:00
beo3000 1da4050813 added wiedervorlage 2026-02-21 08:28:28 +01:00
beo3000 5350c5ff32 added ms auth 2026-02-20 21:05:49 +01:00
beo3000 80187500ea deploy1 2026-02-20 20:16:50 +01:00
beo3000 81a5a90b20 upd meniu 2026-02-20 17:49:04 +01:00
beo3000 3e0926da4b features 2026-02-20 16:49:41 +01:00
beo3000 9137c9d7ff initla commit 2026-02-20 08:20:13 +01:00