-
feat(admin): implement provider-specific storage configuration pages
Some checks failedBuild and Publish Docker Image / deploy (push) Has been cancelledreleased this
2026-05-31 19:52:46 +03:00 | 46 commits to master since this releaseRefactor the admin storage backend creation and editing flows to use
provider-specific pages (e.g.,/admin/storage/new/sftp) instead of a
single generic form. This ensures only relevant fields are rendered for
each storage provider (such as SFTP, S3, or WebDAV).Additionally:
- Prevent mutation of the storage provider type during backend edits.
- Add comprehensive unit tests for provider-specific rendering, edit
validation, and CSRF/admin route protection.
Downloads