Commit Graph

77 Commits

Author SHA1 Message Date
beo3000 c1343570f7 upd person list 2026-02-28 09:11:46 +01:00
beo3000 d5a9f9ce00 upd md editor 2026-02-27 22:14:20 +01:00
beo3000 5e188e2f94 fixes 2026-02-27 21:19:43 +01:00
beo3000 6fcc58b88a upd personlist 2026-02-27 20:17:22 +01:00
beo3000 95c280456d upd cal und deploy with backup 2026-02-27 19:36:33 +01:00
beo3000 aada965ff4 upd calender impotz 2026-02-27 18:17:59 +01:00
beo3000 41befde281 upd cal import 2026-02-27 17:12:23 +01:00
beo3000 2f9218ce0e o365 integration v1 2026-02-26 22:17:28 +01:00
beo3000 b7da3b3ffc added meetings 2026-02-26 20:16:52 +01:00
beo3000 e1dbac240a fix - bubble-menu 2026-02-26 15:59:01 +01:00
beo3000 d0cf5c8505 upd md editor 2026-02-25 21:55:54 +01:00
beo3000 684519384b added search 2026-02-25 20:51:53 +01:00
beo3000 2cb4c24e40 upd commandbar 2026-02-25 17:08:54 +01:00
beo3000 22d811716d ui opt 2026-02-25 16:53:11 +01:00
beo3000 22e14def5f feat: sidebar toggle (Ctrl+B, /sidebar command, toggle button)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 08:34:11 +01:00
beo3000 8bffebfd36 feat: pages is_favorite, commandbar improvements, wiki ui
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 08:26:42 +01:00
beo3000 d1286cd717 ui fixes 2026-02-25 08:10:54 +01:00
beo3000 a62ada936d sync fix - fallback MSAL 2026-02-25 07:36:28 +01:00
beo3000 a88b2ea93e upd kano-bar 2026-02-24 21:47:54 +01:00
beo3000 fae8385e99 added Kano-Bar 2026-02-24 21:04:59 +01:00
beo3000 a7f60960f6 ui updates 2026-02-24 20:18:09 +01:00
beo3000 e5a37bd7ed opt side panel 2026-02-24 19:06:18 +01:00
beo3000 53b20cf492 ui optimierungen 2026-02-24 18:10:53 +01:00
beo3000 0685b76b2e fix sync problem 2026-02-24 07:37:45 +01:00
beo3000 aaaa42cbd6 journal edit 2026-02-23 18:01:04 +01:00
beo3000 be29a138fc js fix 2026-02-23 17:37:44 +01:00
beo3000 40574ba339 ui 2026-02-23 17:21:26 +01:00
beo3000 63a862fd7d fitle fixes 2026-02-23 17:19:26 +01:00
beo3000 d510e96541 added api-keys 2026-02-23 15:44:10 +01:00
beo3000 ab5e38abc2 ui fixes 2026-02-23 15:30:30 +01:00
beo3000 a3b627f049 added journal archive 2026-02-23 14:52:59 +01:00
beo3000 15fb01e2b1 ui fixes 2026-02-23 09:52:55 +01:00
beo3000 d63c75e551 ui fixes 2026-02-23 08:49:19 +01:00
beo3000 7886947a65 link fix 2026-02-22 22:05:07 +01:00
beo3000 92a077009e ui opti 2026-02-22 21:51:01 +01:00
beo3000 d281b1babc added pages feature 2026-02-22 21:35:43 +01:00
beo3000 9c9472671b ui private uodate 2026-02-22 17:34:52 +01:00
beo3000 63d36a1611 added private journal 2026-02-22 17:16:55 +01:00
beo3000 4d00be63e7 ui opti 2026-02-22 16:38:44 +01:00
beo3000 623d3f90bf added drag&drop 2026-02-22 16:17:03 +01:00
beo3000 6116069fff ui optimizations 2026-02-22 16:13:25 +01:00
beo3000 afb330ed5d fix sync problems 2026-02-22 14:59:42 +01:00
beo3000 60e38dc593 fix sync problems 2026-02-22 14:39:38 +01:00
beo3000 4106c63803 added trash und fix seed data 2026-02-22 13:37:14 +01:00
beo3000 78df40e598 ui fix menu part2 2026-02-22 12:35:08 +01:00
beo3000 0e4b5f0612 ui fix pwa 1 2026-02-22 12:19:03 +01:00
beo3000 dc47683e4c sync fix 2026-02-22 11:36:57 +01:00
beo3000 28221232d6 ui fix ios 2026-02-21 20:02:50 +01:00
beo3000 364c99381c fix: chunked base64 encode/decode for large image blobs in sync 2026-02-21 19:44:03 +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