91e3181bbc
dialyzer: fix all unmatched_return warnings (154 → 0)
...
Prefix fire-and-forget calls (PubSub.broadcast, Oban enqueue, Logger,
update_*, etc.) with `_ =` so dialyzer knows the return value is
intentionally discarded. Wrap a few if/case expressions whose
branches produce mixed types the same way.
No behavior changes — only explicit acknowledgement of discarded
returns.
Warnings: 242 → 88.
2026-04-21 10:03:55 -05:00
f8b8082ee5
chore/update-deps ( #236 )
...
Reviewed-on: graham/towerops-web#236
2026-04-15 13:13:36 -05:00
8752dfec49
fix: netbox url field type, gaiia ipRange→block, remove unknown webhook log
2026-02-14 17:44:01 -06:00
a3730db579
i18n: add Spanish locale with full translations, language selector, and locale hook
2026-02-14 17:44:01 -06:00
243b773e39
i18n: wrap all user-facing strings in gettext()
2026-02-14 17:44:01 -06:00
631d03536e
security: add session inactivity timeout and comprehensive security documentation
...
Session Security Enhancements:
- Add 30-minute inactivity timeout to UpdateSessionActivity plug
- Automatic logout with user notification after inactivity
- Session timeout check happens on every request
- Graceful logout with flash message
- Refactored for Credo compliance (reduced nesting depth)
Security Documentation:
- Create comprehensive SECURITY.md covering all security features
- Document authentication, authorization, and encryption
- List OWASP Top 10 mitigations
- Include security checklist for developers
- Document recent security fixes and improvements
Verification:
- Password reset already rate-limited (confirmed)
- All 6,145 tests passing
- Zero Credo issues
- Zero security warnings
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 10:47:44 -06:00
25397139c1
nif ci fix complie in ci
2026-01-30 13:01:44 -06:00
de1ad8bc8a
nif ci fixes and dialyzer fixes
2026-01-30 12:38:50 -06:00
55e9397d59
user session tracking
2026-01-29 14:14:21 -06:00