Commit Graph

9 Commits

Author SHA1 Message Date
a829f76d4b fix(storage): rename S3 configuration and change stream interfaces to storage-oriented types 2026-03-14 23:27:25 +00:00
e379c2b6b1 feat(s3): add S3 move (object & prefix) support: server handlers, API client methods, UI dialogs/picker, drag-and-drop and validation 2026-01-28 15:35:28 +00:00
8cc9a1850a feat(streaming): add global activity watchers, client-side buffering, and improved real-time streaming UX 2026-01-28 14:02:48 +00:00
a26e7a5a20 feat(web): add database overview panel, collection overview and resizable panels; show/hide system databases; use code editor with change-tracking in document view; add getDatabaseStats API and typings; enable overwrite for S3 uploads 2026-01-25 17:34:52 +00:00
349b43612e feat(s3): add S3 create file/folder dialogs and in-place text editor; export mongodb plugin 2026-01-25 12:56:56 +00:00
5d533caccb feat(s3,web-ui): add S3 deletePrefix and getObjectUrl endpoints and add context menus in UI for S3 and Mongo views 2026-01-25 11:24:03 +00:00
afc32f3578 feat(tsview): add database and S3 handlers, tswatch/watch scripts, web utilities, assets and release config 2026-01-25 11:02:53 +00:00
a7ee9dff9f fix: implement S3 listBuckets to actually list buckets
- Add @aws-sdk/client-s3 dependency for direct S3 operations
- Fix listBuckets handler which was hardcoded to return empty array
- Now properly queries S3 and returns actual bucket names
2026-01-23 23:28:04 +00:00
74d24cf8b9 initial 2026-01-23 22:15:51 +00:00