photoprism/internal/server/limiter
Michael Mayer a2b7615c93 Go: Apply go fix modernizations across backend packages
Run `go fix ./...` and keep mechanical modernization updates.

- Replace `interface{}` with `any` in signatures and local types
- Apply formatter/style cleanups from go1.26 tooling
- Keep `omitempty` behavior-preserving simplifications suggested by fix
- No functional feature changes intended

Validation:
- go test ./... -run '^$' -count=1 (Go 1.26.0)
- GOTOOLCHAIN=go1.24.10 go test ./... -run '^$' -count=1

Signed-off-by: Michael Mayer <michael@photoprism.app>
2026-02-20 03:54:33 +01:00
..
abort.go Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
auth.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
auth_test.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
const.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
limit.go API: Refactor authentication failure rate limit #808 #3943 2024-04-04 11:18:05 +02:00
limit_test.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
limiter.go Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
login.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
login_test.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
middleware.go Auth: Accept access token as passwd with fail rate limit #782 #808 #3943 2024-01-14 18:28:17 +01:00
request.go Security: Refactor rate limits for failed authentication request #808 2024-03-31 14:45:17 +02:00
request_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00