generalbots/botserver/src/security
Rodrigo Rodriguez (Pragmatismo) 037db5c381 feat: Major workspace reorganization and documentation update
- Add comprehensive documentation in botbook/ with 12 chapters
- Add botapp/ Tauri desktop application
- Add botdevice/ IoT device support
- Add botlib/ shared library crate
- Add botmodels/ Python ML models service
- Add botplugin/ browser extension
- Add botserver/ reorganized server code
- Add bottemplates/ bot templates
- Add bottest/ integration tests
- Add botui/ web UI server
- Add CI/CD workflows in .forgejo/workflows/
- Add AGENTS.md and PROD.md documentation
- Add dependency management scripts (DEPENDENCIES.sh/ps1)
- Remove legacy src/ structure and migrations
- Clean up temporary and backup files
2026-04-19 08:14:25 -03:00
..
auth_api feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
protection feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
antivirus.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
api_keys.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
audit.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
auth.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
auth_provider.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
ca.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
cert_pinning.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
command_guard.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
cors.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
csrf.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
dlp.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
encryption.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
error_sanitizer.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
file_validation.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
headers.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
integration.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
jwt.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
log_sanitizer.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
mfa.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
mod.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
mutual_tls.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
panic_handler.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
passkey.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
passkey_handlers.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
passkey_service.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
passkey_types.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
password.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
path_guard.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
prompt_security.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
rate_limiter.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
rbac_middleware.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
redis_csrf_store.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
redis_session_store.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
request_id.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
request_limits.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
safe_unwrap.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
secrets.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
security.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
security_monitoring.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
session.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
sql_guard.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
tls.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
validation.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
webhook.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
zitadel_auth.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00