J3vb
9f32736278
fix: resolve all 12 golangci-lint issues
- nilerr: mark intentional nil returns in DecryptTOTPSecret (backwards compat for unencrypted legacy secrets)
- gosec G703: suppress path traversal false positives in backup handlers (paths already sanitized by HasPrefix guard)
- contextcheck: thread context through handleWebhookParticipantJoined/Left; nolint goroutine in handleFreshConnect that intentionally detaches from request context
- errcheck: handle fmt.Fprintf return in handleWAFInterruption
- gocritic elseif: flatten else-if chain in upload_handler access check
- gocritic ifElseChain: rewrite asset name matching as switch in updater
- unparam: remove unused totpKey param from handleLogin (TOTP verification handled by separate handleVerifyTOTP endpoint)
2026-04-03 08:33:55 +02:00
..
2026-03-17 04:11:04 +01:00
2026-04-02 12:32:11 +02:00
2026-04-01 18:25:13 +02:00
2026-04-02 11:40:16 +02:00
2026-03-28 10:39:23 +01:00
2026-03-21 10:08:44 +01:00
2026-04-03 08:33:55 +02:00
2026-04-02 10:37:34 +02:00
2026-04-02 14:51:16 +02:00
2026-04-01 11:38:33 +02:00
2026-04-02 10:37:34 +02:00
2026-04-02 10:37:34 +02:00
2026-03-29 19:39:46 +02:00
2026-04-02 14:51:16 +02:00
2026-04-02 12:12:56 +02:00
2026-04-02 16:33:11 +02:00
2026-04-01 12:04:15 +02:00
2026-04-02 12:25:03 +02:00
2026-04-03 08:33:55 +02:00
2026-04-02 12:25:03 +02:00
2026-04-01 12:04:15 +02:00
2026-04-02 16:33:11 +02:00
2026-03-21 10:08:44 +01:00
2026-04-02 16:33:11 +02:00
2026-04-01 09:23:17 +02:00
2026-04-01 09:23:17 +02:00
2026-03-29 19:39:46 +02:00
2026-03-29 19:39:46 +02:00
2026-04-02 15:05:56 +02:00
2026-04-02 15:05:56 +02:00
2026-04-02 11:40:16 +02:00
2026-04-03 08:33:55 +02:00
2026-03-28 10:39:23 +01:00
2026-04-01 11:38:33 +02:00
2026-03-27 16:14:54 +01:00
2026-04-02 12:25:03 +02:00
2026-04-01 18:33:33 +02:00
2026-04-01 17:52:06 +02:00