c45236651b
- Auto-create {service-id}-admin groups at startup (group_bootstrap.py)
- get_service_admin() dep: grants access to superusers OR service group members
- /api/settings/ai and /api/settings/documents/limits now allow service admins
- AI service exposes /plugin/manifest (ai-service-admin access group)
- DocServiceSettingsPage: combined upload limits + watch directory on one page
- ServiceAdminRoute in frontend guards new /apps/documents/settings and /apps/ai/settings
- Single Settings button per app card (visible to admins and service group members)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
383 B
Plaintext
31 lines
383 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Env
|
|
.env
|
|
|
|
# Node
|
|
node_modules/
|
|
frontend/dist/
|
|
|
|
# DB
|
|
*.sqlite
|
|
|
|
# OS
|
|
.DS_Store
|
|
resume.txt
|
|
|
|
# Test fixtures — drop PDFs here for local testing, never commit them
|
|
features/doc-service/tests/pdfs/*.pdf
|
|
|
|
# Feature branch test stacks — never commit these
|
|
docker-compose.feat-*.yml
|
|
|
|
# Don't sync .un files
|
|
*.un~
|
|
dev-watch/**/*.pdf
|