-
feat(admin): allow editing boxes and deleting individual files
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m44sreleased this
2026-06-01 03:39:45 +03:00 | 37 commits to master since this releaseIntroduce new admin capabilities to manage uploaded boxes and files:
- Add routes and handlers for editing boxes and deleting individual files.
- Implement
RemoveFileFromBoxinUploadServiceto delete a file's stored objects and remove it from the box (deleting the box if empty). - Implement
AdminUpdateBoxinUploadServiceto update expiry, download limits, and clear password protection. - Remove the unused
AdminFileshandler. - Add
.claudeto.gitignore.
Downloads