botserver/src
Rodrigo Rodriguez (Pragmatismo) f311a438cd Fix /api/auth/me to validate tokens from database
- Save login tokens to user_login_tokens table on successful login
- Modify get_current_user to check database when cache miss occurs
- Query Zitadel directory to get user details from token
- Update last_used timestamp for token tracking
- Tokens now persist across server restarts
2026-02-04 13:28:37 -03:00
..
analytics Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
attendance Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
attendant feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
auto_task Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
basic Fix issues: remove unused import, fix ownership error, reduce crawler interval 2026-01-30 12:21:30 -03:00
billing Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
botmodels Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
calendar feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
canvas Implement database persistence for dashboards, legal, and compliance modules 2026-01-13 00:07:22 -03:00
channels Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
compliance Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
console feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
contacts Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
core fix(website-crawler): Add missing crawl_status column to SELECT query 2026-02-02 20:10:20 -03:00
dashboards Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
designer feat: complete General Bots 7.0 (v6.2.0) 2026-01-25 10:29:54 -03:00
directory Fix /api/auth/me to validate tokens from database 2026-02-04 13:28:37 -03:00
docs Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00
drive Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
email Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
instagram feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
learn Modularize learn schema and clean up channels/project schema stubs 2026-01-22 14:01:50 -03:00
legal Remove unused put imports 2026-01-14 09:43:50 -03:00
llm fix(llm-config): Fix ConfigManager fallback logic for LLM configuration 2026-02-02 19:20:37 -03:00
maintenance Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
meet Fix 5 errors and 32 warnings: calendar, compliance, billing_alert_broadcast, unused vars 2026-01-13 22:21:25 -03:00
monitoring Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
msteams feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
multimodal Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
nvidia Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
paper feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
people Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
player Add security protection module with sudo-based privilege escalation 2026-01-10 09:41:12 -03:00
products Refactor schema.rs into modular files 2026-01-22 13:57:40 -03:00
project Fix Router type mismatch in project::configure and remove unused Html import 2026-01-09 19:19:41 -03:00
research Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
search Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
security Fix conditional compilation for Windows-specific security methods 2026-01-28 20:11:18 -03:00
settings Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
sheet Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00
slides Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00
social Remove unused put imports 2026-01-14 09:43:50 -03:00
sources Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
tasks feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
telegram feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
tickets Implement database persistence for dashboards, legal, and compliance modules 2026-01-13 00:07:22 -03:00
timeseries Refactor: Genericize default organization to 'system' and update tenant paths 2026-01-26 17:00:21 -03:00
vector-db Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
video Refactor schema.rs into modular files 2026-01-22 13:57:40 -03:00
weba Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
whatsapp Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
workspaces Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
embedded_ui.rs feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
main.rs Enable LLM feature by default and fix compilation errors 2026-01-28 16:58:14 -03:00