project-nomad/admin/app
Benjamin Smith c8db402cd0
feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721)
Rebuilt on top of dev's RFC #883 state-machine UI rather than the now-defunct
StoredFile shape:

- Extend StoredFileInfo with fileName/size/uploadedAt/isUserUpload
- Populate metadata from on-disk stats in RagService.getStoredFiles
- Add fileSourceSchema validator + getFileContent/downloadFile endpoints
  scoped to the uploads directory only (tighter than the original PR — matches
  docs_service traversal pattern)
- KnowledgeBaseModal: sortable Size and Uploaded columns; View/Download
  buttons on upload-bucket rows; new FileViewerModal for in-browser text
  preview. Bucket grouping preserved — sort applies within each bucket.
- Use formatBytes from ~/lib/util rather than redefining
2026-06-19 21:42:17 -07:00
..
controllers feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721) 2026-06-19 21:42:17 -07:00
exceptions fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00
jobs fix(bullmq): bump to 5.77.6 and update set calls w new args shape 2026-06-09 11:29:59 -07:00
middleware fix(API): skip compression for Server-Sent Events (#798) 2026-05-20 10:16:00 -07:00
models feat: replace legacy Kolibri image default with latest v19 image (#1019) 2026-06-17 17:07:07 -07:00
services feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721) 2026-06-19 21:42:17 -07:00
utils feat(supply-depot): add MeshCore Web with self-signed HTTPS 2026-06-16 17:32:20 -07:00
validators feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721) 2026-06-19 21:42:17 -07:00