botserver/src/core
2026-01-22 20:24:05 -03:00
..
automation Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
bootstrap Feature gating refactor: modular compilation with minimal feature set 2026-01-22 19:45:18 -03:00
bot Feature gating refactor: modular compilation with minimal feature set 2026-01-22 19:45:18 -03:00
config Fix organizations foreign key reference (org_id not id) 2025-12-29 08:07:42 -03:00
directory Feature gating refactor: modular compilation with minimal feature set 2026-01-22 19:45:18 -03:00
dns Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
kb Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
oauth feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
package_manager Add security protection module with sudo-based privilege escalation 2026-01-10 09:41:12 -03:00
secrets feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
session Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
shared Feature gating refactor: modular compilation with minimal feature set 2026-01-22 19:45:18 -03:00
bot_database.rs Fix email_accounts -> user_email_accounts table name typo in list_emails_htmx 2026-01-04 08:48:27 -03:00
features.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
i18n.rs feat(i18n): add missing translation keys to TRANSLATION_KEYS array 2026-01-12 14:13:35 -03:00
large_org_optimizer.rs fix: Remove dead code and unused fields - proper fixes per PROMPT.md 2026-01-09 11:00:14 -03:00
manifest.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
middleware.rs Fix 5 errors and 32 warnings: calendar, compliance, billing_alert_broadcast, unused vars 2026-01-13 22:21:25 -03:00
mod.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
organization.rs Fix 5 errors and 32 warnings: calendar, compliance, billing_alert_broadcast, unused vars 2026-01-13 22:21:25 -03:00
organization_invitations.rs Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
organization_rbac.rs fix: Remove dead code and unused fields - proper fixes per PROMPT.md 2026-01-09 11:00:14 -03:00
performance.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
product.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
rate_limit.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
urls.rs Normalize API paths: remove unnecessary /v1/ prefix 2026-01-10 09:48:43 -03:00