d48e2b7d9d
Major features: - Full backup & restore system (JSON snapshots of all 20 tables + settings) - Web UI, REST API, OCC CLI commands, scheduled background job - Self-update from Gitea releases with Ed25519 signature verification - Configurable column visibility on all data tables (persisted via localStorage) Fixes: - NC admin group fallback for PermissionService (IGroupManager) - Bundle import inline error correction (editable error rows) New files: BackupService, BackupSettingsService, BackupController, BackupJob, SelfUpdateService, 4 OCC commands, ColumnPicker component, Backup.vue, Ed25519 signing scripts, signature verification tests (18 tests) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
39 lines
323 B
Plaintext
39 lines
323 B
Plaintext
# Dependencies
|
|
/vendor/
|
|
/node_modules/
|
|
|
|
# Build output
|
|
/js/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Composer
|
|
composer.lock
|
|
|
|
# npm
|
|
package-lock.json
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Docker
|
|
.build_done
|
|
|
|
# Test artifacts
|
|
.playwright-mcp/
|
|
.phpunit.cache/
|
|
screenshots/
|
|
test-results/
|
|
|
|
# Release artifacts
|
|
artifacts/
|