generalbots/src
Rodrigo Rodriguez (Pragmatismo) bbbb9e190f Allow dynamic tables from app_generator in db_api
- Added table_exists_in_database() to check if table exists in PostgreSQL
- Updated validate_table_name() to allow valid identifiers (not just whitelist)
- Added validate_table_name_with_conn() for full validation with DB check
- Added is_table_allowed_with_conn() for handlers to verify table existence
- Updated list_records_handler and count_records_handler to use dynamic check
- Uses parameterized query for table existence check (SQL injection safe)
2026-01-02 18:20:04 -03:00
..
analytics App generator LLM-only, app logs, knowledge base, web search, designer magic 2025-12-28 11:50:50 -03:00
attendance feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
auto_task Serve HTMX locally - no CDN dependencies 2026-01-02 17:54:36 -03:00
basic Allow dynamic tables from app_generator in db_api 2026-01-02 18:20:04 -03:00
calendar Security audit: Remove all production .unwrap()/.expect(), add SafeCommand, ErrorSanitizer 2025-12-28 21:26:08 -03:00
compliance feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
console Fix panic: check if item_groups is empty before iterating 2026-01-02 12:54:54 -03:00
core Fix task progress: real-time updates, MIME types, WebSocket event types 2025-12-31 23:45:29 -03:00
designer Serve HTMX locally - no CDN dependencies 2026-01-02 17:54:36 -03:00
directory feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
drive Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
email Fix organizations foreign key reference (org_id not id) 2025-12-29 08:07:42 -03:00
instagram feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
llm Fix task progress: real-time updates, MIME types, WebSocket event types 2025-12-31 23:45:29 -03:00
meet App generator LLM-only, app logs, knowledge base, web search, designer magic 2025-12-28 11:50:50 -03:00
monitoring Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
msteams feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
multimodal Fix TLS configuration for MinIO, Qdrant, and template structure 2025-12-29 18:21:03 -03:00
nvidia App generator LLM-only, app logs, knowledge base, web search, designer magic 2025-12-28 11:50:50 -03:00
paper Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
research App generator LLM-only, app logs, knowledge base, web search, designer magic 2025-12-28 11:50:50 -03:00
security Allow dynamic tables from app_generator in db_api 2026-01-02 18:20:04 -03:00
sources App generator LLM-only, app logs, knowledge base, web search, designer magic 2025-12-28 11:50:50 -03:00
tasks Fix designer file writing and CSP for CDN assets 2026-01-02 17:48:51 -03:00
timeseries Fix TLS configuration for MinIO, Qdrant, and template structure 2025-12-29 18:21:03 -03:00
vector-db feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
weba feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
whatsapp Fix TLS configuration for MinIO, Qdrant, and template structure 2025-12-29 18:21:03 -03:00
lib.rs Fix organizations foreign key reference (org_id not id) 2025-12-29 08:07:42 -03:00
main.rs Serve HTMX locally - no CDN dependencies 2026-01-02 17:54:36 -03:00