All checks were successful
continuous-integration/drone/push Build is passing
✨ New Features: - Dynamic permission-based context menus for files and folders - Support for collaborative folder access control - Upload to specific folders including shared folders - Changelog modal for version updates - Improved dark mode synchronization 🐛 Bug Fixes: - Fixed context menu displaying incorrect options - Fixed CSS !important override preventing dynamic menu behavior - Fixed folder collaboration permission checks - Fixed breadcrumb navigation with empty segments - Fixed "Premature close" error loop in attachments - Fixed missing user variable in admin routes - Fixed avatar loading COEP policy issues 🔒 Security: - Added security middleware (CSRF, rate limiting, input validation) - Fixed collaboration folder access validation - Improved shared folder permission handling 🎨 UI/UX Improvements: - Removed Actions column from folder view - Context menu now properly hides/shows based on permissions - Better visual feedback for collaborative folders - Improved upload flow with inline modals 🧹 Code Quality: - Added collaboration data to folder routes - Refactored context menu logic for better maintainability - Added debug logging for troubleshooting - Improved file upload handling with chunking support
17 lines
441 B
YAML
17 lines
441 B
YAML
version: '3.9'
|
|
services:
|
|
cdn-app-insider:
|
|
container_name: cdn-app-insider
|
|
image: swiftlogiclabs/cdn-app-insider:1.2.0-beta
|
|
ports:
|
|
- 5053:5053
|
|
volumes:
|
|
- /srv/docker/cdn-app-insider/data:/data
|
|
- /srv/docker/cdn-app-insider/report:/report
|
|
- /srv/docker/cdn-app-insider/cdn-files:/cdn-files
|
|
networks:
|
|
- cdn_app_insider_network
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
cdn_app_insider_network: |