Jason Staack
06a41ca9bf
fix(lint): resolve all ruff lint errors
...
Add ruff config to exclude alembic E402, SQLAlchemy F821, and pre-existing
E501 line-length issues. Auto-fix 69 unused imports and 2 f-strings without
placeholders. Manually fix 8 unused variables. Apply ruff format to 127 files.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 22:17:50 -05:00
Jason Staack
970501e453
feat: implement Remote WinBox worker, API, frontend integration, OpenBao persistence, and supporting docs
2026-03-14 09:05:14 -05:00
Jason Staack
2605a97331
fix: use user.user_id instead of user.id in SMTP settings save
...
CurrentUser object uses user_id attribute, not id. Caused AttributeError
on PUT /api/settings/smtp.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 21:08:21 -05:00
Jason Staack
b840047e19
feat: The Other Dude v9.0.1 — full-featured email system
...
ci: add GitHub Pages deployment workflow for docs site
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 19:30:44 -05:00