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-04-02 15:05:56 +02:00
2026-04-03 08:33:55 +02:00
2026-04-02 11:24:43 +02:00
2026-04-02 14:51:16 +02:00
2026-04-02 14:51:16 +02:00
2026-03-31 16:27:21 +02:00
2026-04-01 11:38:33 +02:00
2026-03-15 07:07:59 +01:00
2026-04-03 08:10:26 +02:00
2026-03-17 04:11:04 +01:00
2026-04-02 16:33:11 +02:00
2026-04-01 11:38:11 +02:00
2026-04-01 11:38:33 +02:00
2026-04-02 14:51:16 +02:00
2026-04-02 14:51:16 +02:00
2026-03-31 16:27:21 +02:00
2026-04-02 15:05:56 +02:00
2026-03-31 19:00:17 +02:00
2026-03-29 00:51:54 +01:00
2026-04-01 11:38:33 +02:00
2026-03-29 21:31:18 +02:00
2026-04-01 12:04:15 +02:00
2026-04-02 12:15:47 +02:00
2026-03-29 00:51:54 +01:00
2026-04-02 12:15:47 +02:00
2026-04-02 13:23:09 +02:00
2026-04-02 16:33:11 +02:00
2026-04-03 08:10:26 +02:00
2026-03-29 19:39:22 +02:00
2026-04-02 16:33:11 +02:00
2026-04-01 08:48:41 +02:00
2026-04-02 15:05:56 +02:00
2026-04-02 13:18:57 +02:00
2026-04-03 08:33:55 +02:00
2026-04-03 08:33:55 +02:00