zerobyte/app/server/modules/notifications
Jakub Trávník 92ba5f9706 feat: add deep secret resolution for all config fields
- Add resolveSecretsDeep() to recursively resolve secret placeholders
  (env://, file://, encv1:) in any config field
- Refactor restic operations to resolve secrets once via resolveAndBuild()
- Refactor volume backend dispatcher to resolve secrets at mount time
- Remove redundant per-field resolveSecret() calls from SMB, WebDAV, SFTP backends
- Simplify notifications service by replacing switch-based decryption
- Update backend-compatibility to use deep resolution for credential comparison

This allows users to use secret references in any configuration field,
not just the designated sensitive fields.
2026-01-05 17:35:56 +01:00
..
__tests__ Controllers tests (#187) 2025-12-19 19:25:21 +01:00
builders feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
notifications.controller.ts feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
notifications.dto.ts feat: notify on warning separation (#122) 2025-12-10 18:55:37 +01:00
notifications.service.ts feat: add deep secret resolution for all config fields 2026-01-05 17:35:56 +01:00