fix: resolve compiler warnings and downgrade JWT secret log to warn

- Downgrade OXICLOUD_JWT_SECRET missing log from error to warn level,
  since generating a random secret per session is valid behavior
- Remove unused import super::* in calendar_storage_adapter tests
- Remove unused import tokio_stream::StreamExt in compression_service tests
- Prefix unused validate_user_ownership with _ in trash_service
- Add nohup.out to .gitignore
This commit is contained in:
Dionisio
2026-02-12 12:29:12 +01:00
parent 59af22390d
commit 76d9038e5b
5 changed files with 8 additions and 10 deletions
+1
View File
@@ -61,3 +61,4 @@ logs/
*.bak
*.swp
*.swo
nohup.out