Files
CDN-APP-INSIDER/package.json
Dinawo 2df1b28962
All checks were successful
continuous-integration/drone/push Build is passing
Update v1.2.0-beta - Dynamic context menu & permissions
 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
2025-10-25 23:55:51 +02:00

74 lines
1.9 KiB
JSON

{
"name": "@cdn-app/insider-myaxrin-labs-dinawo",
"version": "1.2.0-beta",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"nodemon": "nodemon server.js"
},
"author": "Dinawo - Group Myaxrin Labs",
"license": "ISC",
"dependencies": {
"@auth/express": "^0.5.1",
"adm-zip": "^0.5.10",
"ansi-to-html": "^0.7.2",
"axios": "^1.6.3",
"axios-debug": "^0.0.4",
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"compression": "^1.7.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"diff": "^5.1.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-progressbar": "^2.0.0",
"express-rate-limit": "^7.2.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"get-folder-size": "^4.0.0",
"ip": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"multiparty": "^4.2.3",
"mysql2": "^3.6.3",
"ncp": "^2.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.6",
"nodemailer": "^6.9.8",
"os-utils": "^0.0.14",
"passport": "^0.6.0",
"passport-activedirectory": "^1.4.0",
"passport-ad": "^0.0.3",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"pg": "^8.11.3",
"pg-promise": "^11.5.4",
"progress": "^2.0.3",
"public-ip": "^6.0.1",
"semver": "^7.5.4",
"slugify": "^1.6.6",
"socket.io": "^4.7.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"sweetalert2": "^11.10.0",
"systeminformation": "^5.22.0",
"tailwindcss": "^3.3.5",
"toastify-js": "^1.12.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.18.0"
},
"devDependencies": {
"daisyui": "^4.5.0",
"nodemon": "^3.1.4"
}
}