5 Commits

Author SHA1 Message Date
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