Files
rbox/.gitignore
T
retoor c140eee47f feat: add 2fa support, starred items, batch operations, and logging infrastructure
- Implement two-factor authentication with TOTP verification, recovery codes, and QR code setup in auth flow
- Add is_starred and last_accessed_at fields to File and Folder models for bookmarking and recency tracking
- Introduce batch operation endpoints for files and folders (delete, star, unstar, move, copy)
- Configure structured logging with timestamps and module names, replacing print statements
- Register admin and starred routers, add global HTTPException handler with JSON error responses
- Update authenticate_user and create_access_token to handle 2FA verification and token claims
2025-11-10 00:58:41 +00:00

62 lines
422 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.md
.*
storage
*.so
*.txt
poetry.lock
rbox.*
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
*.log
.DS_Store
Thumbs.db
*.db
*.sqlite3
node_modules/
.vscode/
.idea/
*.swp
*.swo
data/
uploads/
*.pem
*.key
*.crt