69ab8f3436
fix(config): migrate project config to .smartconfig.json and refresh build settings
2026-03-24 19:02:45 +00:00
02b3a79d99
fix(config): migrate runtime configuration loading from npmextra to smartconfig
2026-03-24 15:08:13 +00:00
a829f76d4b
fix(storage): rename S3 configuration and change stream interfaces to storage-oriented types
2026-03-14 23:27:25 +00:00
d9fc7f8257
feat(s3): add rename support for files and folders in S3 UI columns and keys
2026-01-28 16:49:34 +00:00
7cef6f89d9
feat(s3): add drag-and-drop and context-menu file uploads, inline text editing in preview, and increase preview width
2026-01-27 15:51:19 +00:00
20e08d123f
feat(streaming): add real-time streaming (MongoDB change streams & S3 bucket watchers) with WebSocket subscriptions and activity stream UI
2026-01-25 21:41:55 +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
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
f64fc069d4
fix: resolve API 404 by using correct /typedrequest endpoint
...
- Update ApiService baseUrl to include /typedrequest path that TypedServer expects
- Add noCache option to ViewServer to prevent client caching issues during development
- Update @api.global/typedserver to v8.3.0 which includes the noCache feature
2026-01-23 23:18:20 +00:00
74d24cf8b9
initial
2026-01-23 22:15:51 +00:00