diff --git a/filemanager/.gitignore b/filemanager/.gitignore new file mode 100644 index 000000000..a547bf36d --- /dev/null +++ b/filemanager/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/filemanager/.jshintrc b/filemanager/.jshintrc new file mode 100644 index 000000000..c00b8b7a8 --- /dev/null +++ b/filemanager/.jshintrc @@ -0,0 +1,8 @@ +{ + "node": true, + "browser": true, + "unused": true, + "esversion": 11, + "globalstrict": false, + "predef": [ "angular", "$", "describe", "it", "before", "after" ] +} diff --git a/filemanager/.vscode/extensions.json b/filemanager/.vscode/extensions.json new file mode 100644 index 000000000..c0a6e5a48 --- /dev/null +++ b/filemanager/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] +} diff --git a/filemanager/README.md b/filemanager/README.md new file mode 100644 index 000000000..e62e093e7 --- /dev/null +++ b/filemanager/README.md @@ -0,0 +1,7 @@ +# Vue 3 + Vite + +This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` + + diff --git a/filemanager/package-lock.json b/filemanager/package-lock.json new file mode 100644 index 000000000..4d2880b65 --- /dev/null +++ b/filemanager/package-lock.json @@ -0,0 +1,1134 @@ +{ + "name": "my-vue-app", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "my-vue-app", + "version": "0.0.0", + "dependencies": { + "combokeys": "^3.0.1", + "filesize": "^10.0.6", + "pankow": "^0.0.7", + "primeicons": "^6.0.1", + "primevue": "^3.26.1", + "safetydance": "^2.2.0", + "superagent": "^8.0.9", + "vue": "^3.2.47", + "vue-router": "^4.1.6" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.1.0", + "vite": "^4.2.1" + } + }, + "node_modules/@babel/parser": { + "version": "7.20.15", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz", + "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.14.tgz", + "integrity": "sha512-0CnlwnjDU8cks0yJLXfkaU/uoLyRf9VZJs4p1PskBr2AlAHeEsFEwJEo0of/Z3g+ilw5mpyDwThlxzNEIxOE4g==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.14.tgz", + "integrity": "sha512-eLOpPO1RvtsP71afiFTvS7tVFShJBCT0txiv/xjFBo5a7R7Gjw7X0IgIaFoLKhqXYAXhahoXm7qAmRXhY4guJg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.14.tgz", + "integrity": "sha512-nrfQYWBfLGfSGLvRVlt6xi63B5IbfHm3tZCdu/82zuFPQ7zez4XjmRtF/wIRYbJQ/DsZrxJdEvYFE67avYXyng==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.14.tgz", + "integrity": "sha512-eoSjEuDsU1ROwgBH/c+fZzuSyJUVXQTOIN9xuLs9dE/9HbV/A5IqdXHU1p2OfIMwBwOYJ9SFVGGldxeRCUJFyw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.14.tgz", + "integrity": "sha512-zN0U8RWfrDttdFNkHqFYZtOH8hdi22z0pFm0aIJPsNC4QQZv7je8DWCX5iA4Zx6tRhS0CCc0XC2m7wKsbWEo5g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.14.tgz", + "integrity": "sha512-z0VcD4ibeZWVQCW1O7szaLxGsx54gcCnajEJMdYoYjLiq4g1jrP2lMq6pk71dbS5+7op/L2Aod+erw+EUr28/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.14.tgz", + "integrity": "sha512-hd9mPcxfTgJlolrPlcXkQk9BMwNBvNBsVaUe5eNUqXut6weDQH8whcNaKNF2RO8NbpT6GY8rHOK2A9y++s+ehw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.14.tgz", + "integrity": "sha512-BNTl+wSJ1omsH8s3TkQmIIIQHwvwJrU9u1ggb9XU2KTVM4TmthRIVyxSp2qxROJHhZuW/r8fht46/QE8hU8Qvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.14.tgz", + "integrity": "sha512-FhAMNYOq3Iblcj9i+K0l1Fp/MHt+zBeRu/Qkf0LtrcFu3T45jcwB6A1iMsemQ42vR3GBhjNZJZTaCe3VFPbn9g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.14.tgz", + "integrity": "sha512-91OK/lQ5y2v7AsmnFT+0EyxdPTNhov3y2CWMdizyMfxSxRqHazXdzgBKtlmkU2KYIc+9ZK3Vwp2KyXogEATYxQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.14.tgz", + "integrity": "sha512-vp15H+5NR6hubNgMluqqKza85HcGJgq7t6rMH7O3Y6ApiOWPkvW2AJfNojUQimfTp6OUrACUXfR4hmpcENXoMQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.14.tgz", + "integrity": "sha512-90TOdFV7N+fgi6c2+GO9ochEkmm9kBAKnuD5e08GQMgMINOdOFHuYLPQ91RYVrnWwQ5683sJKuLi9l4SsbJ7Hg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.14.tgz", + "integrity": "sha512-NnBGeoqKkTugpBOBZZoktQQ1Yqb7aHKmHxsw43NddPB2YWLAlpb7THZIzsRsTr0Xw3nqiPxbA1H31ZMOG+VVPQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.14.tgz", + "integrity": "sha512-0qdlKScLXA8MGVy21JUKvMzCYWovctuP8KKqhtE5A6IVPq4onxXhSuhwDd2g5sRCzNDlDjitc5sX31BzDoL5Fw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.14.tgz", + "integrity": "sha512-Hdm2Jo1yaaOro4v3+6/zJk6ygCqIZuSDJHdHaf8nVH/tfOuoEX5Riv03Ka15LmQBYJObUTNS1UdyoMk0WUn9Ww==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.14.tgz", + "integrity": "sha512-8KHF17OstlK4DuzeF/KmSgzrTWQrkWj5boluiiq7kvJCiQVzUrmSkaBvcLB2UgHpKENO2i6BthPkmUhNDaJsVw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.14.tgz", + "integrity": "sha512-nVwpqvb3yyXztxIT2+VsxJhB5GCgzPdk1n0HHSnchRAcxqKO6ghXwHhJnr0j/B+5FSyEqSxF4q03rbA2fKXtUQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.14.tgz", + "integrity": "sha512-1RZ7uQQ9zcy/GSAJL1xPdN7NDdOOtNEGiJalg/MOzeakZeTrgH/DoCkbq7TaPDiPhWqnDF+4bnydxRqQD7il6g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.14.tgz", + "integrity": "sha512-nqMjDsFwv7vp7msrwWRysnM38Sd44PKmW8EzV01YzDBTcTWUpczQg6mGao9VLicXSgW/iookNK6AxeogNVNDZA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.14.tgz", + "integrity": "sha512-xrD0mccTKRBBIotrITV7WVQAwNJ5+1va6L0H9zN92v2yEdjfAN7864cUaZwJS7JPEs53bDTzKFbfqVlG2HhyKQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.14.tgz", + "integrity": "sha512-nXpkz9bbJrLLyUTYtRotSS3t5b+FOuljg8LgLdINWFs3FfqZMtbnBCZFUmBzQPyxqU87F8Av+3Nco/M3hEcu1w==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.14.tgz", + "integrity": "sha512-gPQmsi2DKTaEgG14hc3CHXHp62k8g6qr0Pas+I4lUxRMugGSATh/Bi8Dgusoz9IQ0IfdrvLpco6kujEIBoaogA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@types/node": { + "version": "18.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz", + "integrity": "sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/@vitejs/plugin-vue": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.1.0.tgz", + "integrity": "sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==", + "dev": true, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.0.0", + "vue": "^3.2.25" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.47.tgz", + "integrity": "sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==", + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/shared": "3.2.47", + "estree-walker": "^2.0.2", + "source-map": "^0.6.1" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.47.tgz", + "integrity": "sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==", + "dependencies": { + "@vue/compiler-core": "3.2.47", + "@vue/shared": "3.2.47" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.47.tgz", + "integrity": "sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==", + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.47", + "@vue/compiler-dom": "3.2.47", + "@vue/compiler-ssr": "3.2.47", + "@vue/reactivity-transform": "3.2.47", + "@vue/shared": "3.2.47", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7", + "postcss": "^8.1.10", + "source-map": "^0.6.1" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.47.tgz", + "integrity": "sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==", + "dependencies": { + "@vue/compiler-dom": "3.2.47", + "@vue/shared": "3.2.47" + } + }, + "node_modules/@vue/devtools-api": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", + "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==" + }, + "node_modules/@vue/reactivity": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.47.tgz", + "integrity": "sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==", + "dependencies": { + "@vue/shared": "3.2.47" + } + }, + "node_modules/@vue/reactivity-transform": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.47.tgz", + "integrity": "sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==", + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.47", + "@vue/shared": "3.2.47", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.47.tgz", + "integrity": "sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==", + "dependencies": { + "@vue/reactivity": "3.2.47", + "@vue/shared": "3.2.47" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.47.tgz", + "integrity": "sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==", + "dependencies": { + "@vue/runtime-core": "3.2.47", + "@vue/shared": "3.2.47", + "csstype": "^2.6.8" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.47.tgz", + "integrity": "sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==", + "dependencies": { + "@vue/compiler-ssr": "3.2.47", + "@vue/shared": "3.2.47" + }, + "peerDependencies": { + "vue": "3.2.47" + } + }, + "node_modules/@vue/shared": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.47.tgz", + "integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==" + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/combokeys": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/combokeys/-/combokeys-3.0.1.tgz", + "integrity": "sha512-5nAfaLZ3oO3kA+/xdoL7t197UJTz2WWidyH3BBeU6hqHtvyFERICd0y3DQFrQkJFTKBrtUDck/xCLLoFpnjaCw==" + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "node_modules/cookiejar": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" + }, + "node_modules/csstype": { + "version": "2.6.21", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==" + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dezalgo": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "dependencies": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, + "node_modules/esbuild": { + "version": "0.17.14", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.14.tgz", + "integrity": "sha512-vOO5XhmVj/1XQR9NQ1UPq6qvMYL7QFJU57J5fKBKBKxp17uDt5PgxFDb4A2nEiXhr1qQs4x0F5+66hVVw4ruNw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.14", + "@esbuild/android-arm64": "0.17.14", + "@esbuild/android-x64": "0.17.14", + "@esbuild/darwin-arm64": "0.17.14", + "@esbuild/darwin-x64": "0.17.14", + "@esbuild/freebsd-arm64": "0.17.14", + "@esbuild/freebsd-x64": "0.17.14", + "@esbuild/linux-arm": "0.17.14", + "@esbuild/linux-arm64": "0.17.14", + "@esbuild/linux-ia32": "0.17.14", + "@esbuild/linux-loong64": "0.17.14", + "@esbuild/linux-mips64el": "0.17.14", + "@esbuild/linux-ppc64": "0.17.14", + "@esbuild/linux-riscv64": "0.17.14", + "@esbuild/linux-s390x": "0.17.14", + "@esbuild/linux-x64": "0.17.14", + "@esbuild/netbsd-x64": "0.17.14", + "@esbuild/openbsd-x64": "0.17.14", + "@esbuild/sunos-x64": "0.17.14", + "@esbuild/win32-arm64": "0.17.14", + "@esbuild/win32-ia32": "0.17.14", + "@esbuild/win32-x64": "0.17.14" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + }, + "node_modules/filesize": { + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.6.tgz", + "integrity": "sha512-rzpOZ4C9vMFDqOa6dNpog92CoLYjD79dnjLk2TYDDtImRIyLTOzqojCb05Opd1WuiWjs+fshhCgTd8cl7y5t+g==", + "engines": { + "node": ">= 10.4.0" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/formidable": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.2.tgz", + "integrity": "sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==", + "dependencies": { + "dezalgo": "^1.0.4", + "hexoid": "^1.0.0", + "once": "^1.4.0", + "qs": "^6.11.0" + }, + "funding": { + "url": "https://ko-fi.com/tunnckoCore/commissions" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/get-intrinsic": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", + "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hexoid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", + "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "dependencies": { + "sourcemap-codec": "^1.4.8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/monaco-editor": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.36.1.tgz", + "integrity": "sha512-/CaclMHKQ3A6rnzBzOADfwdSJ25BFoFT0Emxsc4zYVyav5SkK9iA6lEtIeuN/oRYbwPgviJT+t3l+sjFa28jYg==" + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/pankow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/pankow/-/pankow-0.0.7.tgz", + "integrity": "sha512-4CeoV/ibZVXUmDv4n01368TG49XRpX0/BB1s4WmIEmKhudCTXqg7MbYF+qFmGz1cJR0YV7D7mFsyjdXKbvLKNg==", + "dependencies": { + "filesize": "^10.0.6", + "monaco-editor": "^0.36.1", + "primevue": "^3.23.0", + "superagent": "^8.0.9" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/postcss": { + "version": "8.4.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", + "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "dependencies": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/primeicons": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/primeicons/-/primeicons-6.0.1.tgz", + "integrity": "sha512-KDeO94CbWI4pKsPnYpA1FPjo79EsY9I+M8ywoPBSf9XMXoe/0crjbUK7jcQEDHuc0ZMRIZsxH3TYLv4TUtHmAA==" + }, + "node_modules/primevue": { + "version": "3.26.1", + "resolved": "https://registry.npmjs.org/primevue/-/primevue-3.26.1.tgz", + "integrity": "sha512-I10mYyKMl0GF0KfIZK+psCpifzE6vTW8lvlgB8ukmYghKUmU1Ii879OgD7a8xWM8ijoEaO4mYZ18XXVpQ3xScw==", + "peerDependencies": { + "primeicons": "^5.0.0 || ^6.0.0", + "vue": "^3.0.0" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/rollup": { + "version": "3.20.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz", + "integrity": "sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/safetydance": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/safetydance/-/safetydance-2.2.0.tgz", + "integrity": "sha512-TzAedqLBi4KLXVYUuFp17HhX2AJJlzFsZqlPWyO5GHFEeqhUo70azU+CiGeFKi8xlbrvHUIz0hSIqw3eQTXidw==", + "engines": [ + "node >= 4.0.0" + ] + }, + "node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "deprecated": "Please use @jridgewell/sourcemap-codec instead" + }, + "node_modules/superagent": { + "version": "8.0.9", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.9.tgz", + "integrity": "sha512-4C7Bh5pyHTvU33KpZgwrNKh/VQnvgtCSqPRfJAUdmrtSYePVzVg4E4OzsrbkhJj9O7SO6Bnv75K/F8XVZT8YHA==", + "dependencies": { + "component-emitter": "^1.3.0", + "cookiejar": "^2.1.4", + "debug": "^4.3.4", + "fast-safe-stringify": "^2.1.1", + "form-data": "^4.0.0", + "formidable": "^2.1.2", + "methods": "^1.1.2", + "mime": "2.6.0", + "qs": "^6.11.0", + "semver": "^7.3.8" + }, + "engines": { + "node": ">=6.4.0 <13 || >=14" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/vite": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz", + "integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==", + "dev": true, + "dependencies": { + "esbuild": "^0.17.5", + "postcss": "^8.4.21", + "resolve": "^1.22.1", + "rollup": "^3.18.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vue": { + "version": "3.2.47", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.47.tgz", + "integrity": "sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==", + "dependencies": { + "@vue/compiler-dom": "3.2.47", + "@vue/compiler-sfc": "3.2.47", + "@vue/runtime-dom": "3.2.47", + "@vue/server-renderer": "3.2.47", + "@vue/shared": "3.2.47" + } + }, + "node_modules/vue-router": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz", + "integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==", + "dependencies": { + "@vue/devtools-api": "^6.4.5" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/filemanager/package.json b/filemanager/package.json new file mode 100644 index 000000000..5eb48cb43 --- /dev/null +++ b/filemanager/package.json @@ -0,0 +1,26 @@ +{ + "name": "my-vue-app", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview" + }, + "dependencies": { + "combokeys": "^3.0.1", + "filesize": "^10.0.6", + "pankow": "^0.0.7", + "primeicons": "^6.0.1", + "primevue": "^3.26.1", + "safetydance": "^2.2.0", + "superagent": "^8.0.9", + "vue": "^3.2.47", + "vue-router": "^4.1.6" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.1.0", + "vite": "^4.2.1" + } +} diff --git a/filemanager/public/logo.png b/filemanager/public/logo.png new file mode 100644 index 000000000..c6f1d5ef5 Binary files /dev/null and b/filemanager/public/logo.png differ diff --git a/filemanager/public/mime-types/android-package-archive.svg b/filemanager/public/mime-types/android-package-archive.svg new file mode 100644 index 000000000..29b1583e0 --- /dev/null +++ b/filemanager/public/mime-types/android-package-archive.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-atom+xml.svg b/filemanager/public/mime-types/application-atom+xml.svg new file mode 100644 index 000000000..823ba889b --- /dev/null +++ b/filemanager/public/mime-types/application-atom+xml.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-certificate.svg b/filemanager/public/mime-types/application-certificate.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-certificate.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-dicom.svg b/filemanager/public/mime-types/application-dicom.svg new file mode 100644 index 000000000..9b573f255 --- /dev/null +++ b/filemanager/public/mime-types/application-dicom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-epub+zip.svg b/filemanager/public/mime-types/application-epub+zip.svg new file mode 100644 index 000000000..577819a5e --- /dev/null +++ b/filemanager/public/mime-types/application-epub+zip.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-gzip.svg b/filemanager/public/mime-types/application-gzip.svg new file mode 100644 index 000000000..bcc7e5977 --- /dev/null +++ b/filemanager/public/mime-types/application-gzip.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-illustrator.svg b/filemanager/public/mime-types/application-illustrator.svg new file mode 100644 index 000000000..b7750544d --- /dev/null +++ b/filemanager/public/mime-types/application-illustrator.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-javascript.svg b/filemanager/public/mime-types/application-javascript.svg new file mode 100644 index 000000000..31a729da4 --- /dev/null +++ b/filemanager/public/mime-types/application-javascript.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-json.svg b/filemanager/public/mime-types/application-json.svg new file mode 100644 index 000000000..84d17c9cd --- /dev/null +++ b/filemanager/public/mime-types/application-json.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-mac-binhex40.svg b/filemanager/public/mime-types/application-mac-binhex40.svg new file mode 100644 index 000000000..8687d9fe4 --- /dev/null +++ b/filemanager/public/mime-types/application-mac-binhex40.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-mathml+xml.svg b/filemanager/public/mime-types/application-mathml+xml.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/application-mathml+xml.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-msonenote.svg b/filemanager/public/mime-types/application-msonenote.svg new file mode 100644 index 000000000..e2efd350d --- /dev/null +++ b/filemanager/public/mime-types/application-msonenote.svg @@ -0,0 +1,222 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-msoutlook.svg b/filemanager/public/mime-types/application-msoutlook.svg new file mode 100644 index 000000000..171957a61 --- /dev/null +++ b/filemanager/public/mime-types/application-msoutlook.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-msword-template.svg b/filemanager/public/mime-types/application-msword-template.svg new file mode 100644 index 000000000..19c237b46 --- /dev/null +++ b/filemanager/public/mime-types/application-msword-template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-msword.svg b/filemanager/public/mime-types/application-msword.svg new file mode 100644 index 000000000..c5a828a34 --- /dev/null +++ b/filemanager/public/mime-types/application-msword.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-octet-stream.svg b/filemanager/public/mime-types/application-octet-stream.svg new file mode 100644 index 000000000..5fe167f59 --- /dev/null +++ b/filemanager/public/mime-types/application-octet-stream.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-ogg.svg b/filemanager/public/mime-types/application-ogg.svg new file mode 100644 index 000000000..224798d6f --- /dev/null +++ b/filemanager/public/mime-types/application-ogg.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pdf.svg b/filemanager/public/mime-types/application-pdf.svg new file mode 100644 index 000000000..c5faa4d21 --- /dev/null +++ b/filemanager/public/mime-types/application-pdf.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pgp-encrypted.svg b/filemanager/public/mime-types/application-pgp-encrypted.svg new file mode 100644 index 000000000..fac85c5a7 --- /dev/null +++ b/filemanager/public/mime-types/application-pgp-encrypted.svg @@ -0,0 +1,2231 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pgp-keys.svg b/filemanager/public/mime-types/application-pgp-keys.svg new file mode 100644 index 000000000..42e852a6f --- /dev/null +++ b/filemanager/public/mime-types/application-pgp-keys.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pgp-signature.svg b/filemanager/public/mime-types/application-pgp-signature.svg new file mode 100644 index 000000000..66a5b6219 --- /dev/null +++ b/filemanager/public/mime-types/application-pgp-signature.svg @@ -0,0 +1,47 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pgp.svg b/filemanager/public/mime-types/application-pgp.svg new file mode 100644 index 000000000..66a5b6219 --- /dev/null +++ b/filemanager/public/mime-types/application-pgp.svg @@ -0,0 +1,47 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pkcs12.svg b/filemanager/public/mime-types/application-pkcs12.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-pkcs12.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pkcs7-mime.svg b/filemanager/public/mime-types/application-pkcs7-mime.svg new file mode 100644 index 000000000..42e852a6f --- /dev/null +++ b/filemanager/public/mime-types/application-pkcs7-mime.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pkcs7-signature.svg b/filemanager/public/mime-types/application-pkcs7-signature.svg new file mode 100644 index 000000000..66a5b6219 --- /dev/null +++ b/filemanager/public/mime-types/application-pkcs7-signature.svg @@ -0,0 +1,47 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pkix-cerl.svg b/filemanager/public/mime-types/application-pkix-cerl.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-pkix-cerl.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-pkix-cert.svg b/filemanager/public/mime-types/application-pkix-cert.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-pkix-cert.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-postscript.svg b/filemanager/public/mime-types/application-postscript.svg new file mode 100644 index 000000000..24ddb5ea3 --- /dev/null +++ b/filemanager/public/mime-types/application-postscript.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-relaxng.svg b/filemanager/public/mime-types/application-relaxng.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/application-relaxng.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-rss+xml.svg b/filemanager/public/mime-types/application-rss+xml.svg new file mode 100644 index 000000000..823ba889b --- /dev/null +++ b/filemanager/public/mime-types/application-rss+xml.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-rtf.svg b/filemanager/public/mime-types/application-rtf.svg new file mode 100644 index 000000000..0902e2c65 --- /dev/null +++ b/filemanager/public/mime-types/application-rtf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-sql.svg b/filemanager/public/mime-types/application-sql.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-sql.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-sxw.svg b/filemanager/public/mime-types/application-sxw.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-sxw.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.android.package-archive.svg b/filemanager/public/mime-types/application-vnd.android.package-archive.svg new file mode 100644 index 000000000..29b1583e0 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.android.package-archive.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.appimage.svg b/filemanager/public/mime-types/application-vnd.appimage.svg new file mode 100644 index 000000000..72b66e049 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.appimage.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.apple.pkpass.svg b/filemanager/public/mime-types/application-vnd.apple.pkpass.svg new file mode 100644 index 000000000..2edae1502 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.apple.pkpass.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.debian.binary-package.svg b/filemanager/public/mime-types/application-vnd.debian.binary-package.svg new file mode 100644 index 000000000..f9ddd8bd7 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.debian.binary-package.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.google-earth.kml+xml.svg b/filemanager/public/mime-types/application-vnd.google-earth.kml+xml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.google-earth.kml+xml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.iccprofile.svg b/filemanager/public/mime-types/application-vnd.iccprofile.svg new file mode 100644 index 000000000..2aeb116ad --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.iccprofile.svg @@ -0,0 +1,227 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-access.svg b/filemanager/public/mime-types/application-vnd.ms-access.svg new file mode 100644 index 000000000..8725c0e2c --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-access.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-excel.addin.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-excel.addin.macroenabled.12.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-excel.addin.macroenabled.12.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-excel.sheet.binary.macroenabled.12.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-excel.sheet.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-excel.sheet.macroenabled.12.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-excel.sheet.macroenabled.12.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-excel.svg b/filemanager/public/mime-types/application-vnd.ms-excel.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-excel.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-excel.template.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-excel.template.macroenabled.12.svg new file mode 100644 index 000000000..551362e53 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-excel.template.macroenabled.12.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-infopath.svg b/filemanager/public/mime-types/application-vnd.ms-infopath.svg new file mode 100644 index 000000000..94f54a2d4 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-infopath.svg @@ -0,0 +1,191 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-powerpoint.addin.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-powerpoint.addin.macroenabled.12.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-powerpoint.addin.macroenabled.12.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-powerpoint.presentation.macroenabled.12.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-powerpoint.slide.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-powerpoint.slide.macroenabled.12.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-powerpoint.slide.macroenabled.12.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-powerpoint.svg b/filemanager/public/mime-types/application-vnd.ms-powerpoint.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-powerpoint.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-powerpoint.template.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-powerpoint.template.macroenabled.12.svg new file mode 100644 index 000000000..0f3a71f56 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-powerpoint.template.macroenabled.12.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-publisher.svg b/filemanager/public/mime-types/application-vnd.ms-publisher.svg new file mode 100644 index 000000000..824ba5945 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-publisher.svg @@ -0,0 +1,185 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-word.document.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-word.document.macroenabled.12.svg new file mode 100644 index 000000000..c5a828a34 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-word.document.macroenabled.12.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-word.svg b/filemanager/public/mime-types/application-vnd.ms-word.svg new file mode 100644 index 000000000..c5a828a34 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-word.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.ms-word.template.macroenabled.12.svg b/filemanager/public/mime-types/application-vnd.ms-word.template.macroenabled.12.svg new file mode 100644 index 000000000..19c237b46 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.ms-word.template.macroenabled.12.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.nintendo.snes.rom.svg b/filemanager/public/mime-types/application-vnd.nintendo.snes.rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.nintendo.snes.rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.chart.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 000000000..6a39121c1 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.database.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.draw.template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.draw.template.svg new file mode 100644 index 000000000..41def12ce --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.drawing.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.drawing.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.drawing.template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.drawing.template.svg new file mode 100644 index 000000000..41def12ce --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.formula-template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 000000000..41def12ce --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.formula.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.graphics.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.graphics.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.image.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.image.svg new file mode 100644 index 000000000..35943d523 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.presentation-template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 000000000..e10621c6b --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.presentation.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.presentation.svg new file mode 100644 index 000000000..7dd015440 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.spreadsheet-template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 000000000..3dce0c22b --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.spreadsheet.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.text-master.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.text-master.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.text-template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 000000000..b3045a5d7 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.text.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.text.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.oasis.opendocument.web-template.svg b/filemanager/public/mime-types/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 000000000..5afd4f203 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg b/filemanager/public/mime-types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/filemanager/public/mime-types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 100644 index 000000000..c5a828a34 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.rar.svg b/filemanager/public/mime-types/application-vnd.rar.svg new file mode 100644 index 000000000..161f19019 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.rar.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.rn-realmedia.svg b/filemanager/public/mime-types/application-vnd.rn-realmedia.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.rn-realmedia.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.scribus.svg b/filemanager/public/mime-types/application-vnd.scribus.svg new file mode 100644 index 000000000..824ba5945 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.scribus.svg @@ -0,0 +1,185 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sqlite3.svg b/filemanager/public/mime-types/application-vnd.sqlite3.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sqlite3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.squashfs.svg b/filemanager/public/mime-types/application-vnd.squashfs.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.squashfs.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.stardivision.calc.svg b/filemanager/public/mime-types/application-vnd.stardivision.calc.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.stardivision.calc.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.stardivision.draw.svg b/filemanager/public/mime-types/application-vnd.stardivision.draw.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.stardivision.draw.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.stardivision.mail.svg b/filemanager/public/mime-types/application-vnd.stardivision.mail.svg new file mode 100644 index 000000000..a7ebead3e --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.stardivision.mail.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.stardivision.math.svg b/filemanager/public/mime-types/application-vnd.stardivision.math.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.stardivision.math.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.calc.svg b/filemanager/public/mime-types/application-vnd.sun.xml.calc.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.calc.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.calc.template.svg b/filemanager/public/mime-types/application-vnd.sun.xml.calc.template.svg new file mode 100644 index 000000000..3dce0c22b --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.draw.svg b/filemanager/public/mime-types/application-vnd.sun.xml.draw.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.draw.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.draw.template.svg b/filemanager/public/mime-types/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 000000000..41def12ce --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.impress.svg b/filemanager/public/mime-types/application-vnd.sun.xml.impress.svg new file mode 100644 index 000000000..7dd015440 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.impress.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.impress.template.svg b/filemanager/public/mime-types/application-vnd.sun.xml.impress.template.svg new file mode 100644 index 000000000..e10621c6b --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.math.svg b/filemanager/public/mime-types/application-vnd.sun.xml.math.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.math.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.writer.global.svg b/filemanager/public/mime-types/application-vnd.sun.xml.writer.global.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.writer.svg b/filemanager/public/mime-types/application-vnd.sun.xml.writer.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.writer.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.sun.xml.writer.template.svg b/filemanager/public/mime-types/application-vnd.sun.xml.writer.template.svg new file mode 100644 index 000000000..b3045a5d7 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.visio.svg b/filemanager/public/mime-types/application-vnd.visio.svg new file mode 100644 index 000000000..7dc7394e8 --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.visio.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-vnd.wordperfect.svg b/filemanager/public/mime-types/application-vnd.wordperfect.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-vnd.wordperfect.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.doc.svg b/filemanager/public/mime-types/application-wps-office.doc.svg new file mode 100644 index 000000000..c5a828a34 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.doc.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.docx.svg b/filemanager/public/mime-types/application-wps-office.docx.svg new file mode 100644 index 000000000..c5a828a34 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.docx.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.dot.svg b/filemanager/public/mime-types/application-wps-office.dot.svg new file mode 100644 index 000000000..19c237b46 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.dotx.svg b/filemanager/public/mime-types/application-wps-office.dotx.svg new file mode 100644 index 000000000..19c237b46 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.dotx.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.pot.svg b/filemanager/public/mime-types/application-wps-office.pot.svg new file mode 100644 index 000000000..0f3a71f56 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.pot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.potx.svg b/filemanager/public/mime-types/application-wps-office.potx.svg new file mode 100644 index 000000000..0f3a71f56 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.potx.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.ppt.svg b/filemanager/public/mime-types/application-wps-office.ppt.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.ppt.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.pptx.svg b/filemanager/public/mime-types/application-wps-office.pptx.svg new file mode 100644 index 000000000..5d5a35e88 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.pptx.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.xls.svg b/filemanager/public/mime-types/application-wps-office.xls.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.xls.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.xlsx.svg b/filemanager/public/mime-types/application-wps-office.xlsx.svg new file mode 100644 index 000000000..8500edd6f --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.xlsx.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.xlt.svg b/filemanager/public/mime-types/application-wps-office.xlt.svg new file mode 100644 index 000000000..551362e53 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.xlt.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-wps-office.xltx.svg b/filemanager/public/mime-types/application-wps-office.xltx.svg new file mode 100644 index 000000000..551362e53 --- /dev/null +++ b/filemanager/public/mime-types/application-wps-office.xltx.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-7z-compressed.svg b/filemanager/public/mime-types/application-x-7z-compressed.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-7z-compressed.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-abiword.svg b/filemanager/public/mime-types/application-x-abiword.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-x-abiword.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-ace.svg b/filemanager/public/mime-types/application-x-ace.svg new file mode 100644 index 000000000..b73cbe084 --- /dev/null +++ b/filemanager/public/mime-types/application-x-ace.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-apple-diskimage.svg b/filemanager/public/mime-types/application-x-apple-diskimage.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-apple-diskimage.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-applix-spreadsheet.svg b/filemanager/public/mime-types/application-x-applix-spreadsheet.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/application-x-applix-spreadsheet.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-applix-word.svg b/filemanager/public/mime-types/application-x-applix-word.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-x-applix-word.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-ar.svg b/filemanager/public/mime-types/application-x-ar.svg new file mode 100644 index 000000000..e7ea8a25a --- /dev/null +++ b/filemanager/public/mime-types/application-x-ar.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-arc.svg b/filemanager/public/mime-types/application-x-arc.svg new file mode 100644 index 000000000..da7b5be81 --- /dev/null +++ b/filemanager/public/mime-types/application-x-arc.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-archive.svg b/filemanager/public/mime-types/application-x-archive.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-archive.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-arj.svg b/filemanager/public/mime-types/application-x-arj.svg new file mode 100644 index 000000000..b8ab8eff3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-arj.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-audacity-project.svg b/filemanager/public/mime-types/application-x-audacity-project.svg new file mode 100644 index 000000000..06315a6b2 --- /dev/null +++ b/filemanager/public/mime-types/application-x-audacity-project.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-awk.svg b/filemanager/public/mime-types/application-x-awk.svg new file mode 100644 index 000000000..1b65e7ca4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-awk.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-bittorrent.svg b/filemanager/public/mime-types/application-x-bittorrent.svg new file mode 100644 index 000000000..5ee4bdbd4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-bittorrent.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-blender.svg b/filemanager/public/mime-types/application-x-blender.svg new file mode 100644 index 000000000..63488e425 --- /dev/null +++ b/filemanager/public/mime-types/application-x-blender.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-bzdvi.svg b/filemanager/public/mime-types/application-x-bzdvi.svg new file mode 100644 index 000000000..dae8cd7c9 --- /dev/null +++ b/filemanager/public/mime-types/application-x-bzdvi.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-bzip-compressed-tar.svg b/filemanager/public/mime-types/application-x-bzip-compressed-tar.svg new file mode 100644 index 000000000..9c7a946cd --- /dev/null +++ b/filemanager/public/mime-types/application-x-bzip-compressed-tar.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-bzip.svg b/filemanager/public/mime-types/application-x-bzip.svg new file mode 100644 index 000000000..3e33ade06 --- /dev/null +++ b/filemanager/public/mime-types/application-x-bzip.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-cd-image.svg b/filemanager/public/mime-types/application-x-cd-image.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-cd-image.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-cda.svg b/filemanager/public/mime-types/application-x-cda.svg new file mode 100644 index 000000000..5a9d406fb --- /dev/null +++ b/filemanager/public/mime-types/application-x-cda.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-chm.svg b/filemanager/public/mime-types/application-x-chm.svg new file mode 100644 index 000000000..228ff1585 --- /dev/null +++ b/filemanager/public/mime-types/application-x-chm.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-compress.svg b/filemanager/public/mime-types/application-x-compress.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-compress.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-compressed-tar.svg b/filemanager/public/mime-types/application-x-compressed-tar.svg new file mode 100644 index 000000000..183751051 --- /dev/null +++ b/filemanager/public/mime-types/application-x-compressed-tar.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-core.svg b/filemanager/public/mime-types/application-x-core.svg new file mode 100644 index 000000000..bcabda62a --- /dev/null +++ b/filemanager/public/mime-types/application-x-core.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-cpio.svg b/filemanager/public/mime-types/application-x-cpio.svg new file mode 100644 index 000000000..b8ab8eff3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-cpio.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-cue.svg b/filemanager/public/mime-types/application-x-cue.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-cue.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-deb.svg b/filemanager/public/mime-types/application-x-deb.svg new file mode 100644 index 000000000..f9ddd8bd7 --- /dev/null +++ b/filemanager/public/mime-types/application-x-deb.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-designer.svg b/filemanager/public/mime-types/application-x-designer.svg new file mode 100644 index 000000000..8605d59ab --- /dev/null +++ b/filemanager/public/mime-types/application-x-designer.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-desktop.svg b/filemanager/public/mime-types/application-x-desktop.svg new file mode 100644 index 000000000..1a6ade6ee --- /dev/null +++ b/filemanager/public/mime-types/application-x-desktop.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-egon.svg b/filemanager/public/mime-types/application-x-egon.svg new file mode 100644 index 000000000..35943d523 --- /dev/null +++ b/filemanager/public/mime-types/application-x-egon.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-executable-script.svg b/filemanager/public/mime-types/application-x-executable-script.svg new file mode 100644 index 000000000..1b65e7ca4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-executable-script.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-executable.svg b/filemanager/public/mime-types/application-x-executable.svg new file mode 100644 index 000000000..af706a1fe --- /dev/null +++ b/filemanager/public/mime-types/application-x-executable.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-fictionbook+xml.svg b/filemanager/public/mime-types/application-x-fictionbook+xml.svg new file mode 100644 index 000000000..ab78b2bf3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-fictionbook+xml.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-flash-video.svg b/filemanager/public/mime-types/application-x-flash-video.svg new file mode 100644 index 000000000..4bc126cfb --- /dev/null +++ b/filemanager/public/mime-types/application-x-flash-video.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-afm.svg b/filemanager/public/mime-types/application-x-font-afm.svg new file mode 100644 index 000000000..b149151c3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-afm.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-bdf.svg b/filemanager/public/mime-types/application-x-font-bdf.svg new file mode 100644 index 000000000..84c8e3c69 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-bdf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-otf.svg b/filemanager/public/mime-types/application-x-font-otf.svg new file mode 100644 index 000000000..7b307aed7 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-otf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-pcf.svg b/filemanager/public/mime-types/application-x-font-pcf.svg new file mode 100644 index 000000000..84c8e3c69 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-pcf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-snf.svg b/filemanager/public/mime-types/application-x-font-snf.svg new file mode 100644 index 000000000..84c8e3c69 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-snf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-ttf.svg b/filemanager/public/mime-types/application-x-font-ttf.svg new file mode 100644 index 000000000..210a6b7ad --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-ttf.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-ttx.svg b/filemanager/public/mime-types/application-x-font-ttx.svg new file mode 100644 index 000000000..84c8e3c69 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-ttx.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-font-type1.svg b/filemanager/public/mime-types/application-x-font-type1.svg new file mode 100644 index 000000000..15f732d97 --- /dev/null +++ b/filemanager/public/mime-types/application-x-font-type1.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gameboy-rom.svg b/filemanager/public/mime-types/application-x-gameboy-rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-gameboy-rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gamecube-rom.svg b/filemanager/public/mime-types/application-x-gamecube-rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-gamecube-rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gba-rom.svg b/filemanager/public/mime-types/application-x-gba-rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-gba-rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gettext-translation.svg b/filemanager/public/mime-types/application-x-gettext-translation.svg new file mode 100644 index 000000000..c6ecd520f --- /dev/null +++ b/filemanager/public/mime-types/application-x-gettext-translation.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gnumeric.svg b/filemanager/public/mime-types/application-x-gnumeric.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/application-x-gnumeric.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-godot-project.svg b/filemanager/public/mime-types/application-x-godot-project.svg new file mode 100644 index 000000000..f282ba636 --- /dev/null +++ b/filemanager/public/mime-types/application-x-godot-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/public/mime-types/application-x-gzdvi.svg b/filemanager/public/mime-types/application-x-gzdvi.svg new file mode 100644 index 000000000..b8ab8eff3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-gzdvi.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gzip.svg b/filemanager/public/mime-types/application-x-gzip.svg new file mode 100644 index 000000000..bcc7e5977 --- /dev/null +++ b/filemanager/public/mime-types/application-x-gzip.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-gzpostscript.svg b/filemanager/public/mime-types/application-x-gzpostscript.svg new file mode 100644 index 000000000..2b470343f --- /dev/null +++ b/filemanager/public/mime-types/application-x-gzpostscript.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-iso.svg b/filemanager/public/mime-types/application-x-iso.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-iso.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-iso9660-appimage.svg b/filemanager/public/mime-types/application-x-iso9660-appimage.svg new file mode 100644 index 000000000..72b66e049 --- /dev/null +++ b/filemanager/public/mime-types/application-x-iso9660-appimage.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-it87.svg b/filemanager/public/mime-types/application-x-it87.svg new file mode 100644 index 000000000..2aeb116ad --- /dev/null +++ b/filemanager/public/mime-types/application-x-it87.svg @@ -0,0 +1,227 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-jar.svg b/filemanager/public/mime-types/application-x-jar.svg new file mode 100644 index 000000000..c37ee7213 --- /dev/null +++ b/filemanager/public/mime-types/application-x-jar.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-java-applet.svg b/filemanager/public/mime-types/application-x-java-applet.svg new file mode 100644 index 000000000..ba4c20550 --- /dev/null +++ b/filemanager/public/mime-types/application-x-java-applet.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-java-archive.svg b/filemanager/public/mime-types/application-x-java-archive.svg new file mode 100644 index 000000000..c37ee7213 --- /dev/null +++ b/filemanager/public/mime-types/application-x-java-archive.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-java.svg b/filemanager/public/mime-types/application-x-java.svg new file mode 100644 index 000000000..ba4c20550 --- /dev/null +++ b/filemanager/public/mime-types/application-x-java.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-javascript.svg b/filemanager/public/mime-types/application-x-javascript.svg new file mode 100644 index 000000000..31a729da4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-javascript.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-k3b.svg b/filemanager/public/mime-types/application-x-k3b.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-k3b.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kcsrc.svg b/filemanager/public/mime-types/application-x-kcsrc.svg new file mode 100644 index 000000000..2aeb116ad --- /dev/null +++ b/filemanager/public/mime-types/application-x-kcsrc.svg @@ -0,0 +1,227 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kdenlivetitle.svg b/filemanager/public/mime-types/application-x-kdenlivetitle.svg new file mode 100644 index 000000000..2a415d4f5 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kdenlivetitle.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kexi-connectiondata.svg b/filemanager/public/mime-types/application-x-kexi-connectiondata.svg new file mode 100644 index 000000000..d8c296c39 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kexi-connectiondata.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kexiproject-shortcut.svg b/filemanager/public/mime-types/application-x-kexiproject-shortcut.svg new file mode 100644 index 000000000..7f9624597 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kexiproject-shortcut.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kexiproject-sqlite.svg b/filemanager/public/mime-types/application-x-kexiproject-sqlite.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kexiproject-sqlite.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kexiproject-sqlite2.svg b/filemanager/public/mime-types/application-x-kexiproject-sqlite2.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kexiproject-sqlite2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kexiproject-sqlite3.svg b/filemanager/public/mime-types/application-x-kexiproject-sqlite3.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kexiproject-sqlite3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kformula.svg b/filemanager/public/mime-types/application-x-kformula.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/application-x-kformula.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kgetlist.svg b/filemanager/public/mime-types/application-x-kgetlist.svg new file mode 100644 index 000000000..5ee4bdbd4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kgetlist.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kmymoney.svg b/filemanager/public/mime-types/application-x-kmymoney.svg new file mode 100644 index 000000000..2abf65f38 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kmymoney.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kontour.svg b/filemanager/public/mime-types/application-x-kontour.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kontour.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kplato.svg b/filemanager/public/mime-types/application-x-kplato.svg new file mode 100644 index 000000000..2883bc717 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kplato.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-krita.svg b/filemanager/public/mime-types/application-x-krita.svg new file mode 100644 index 000000000..a9957d6e5 --- /dev/null +++ b/filemanager/public/mime-types/application-x-krita.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kvtml.svg b/filemanager/public/mime-types/application-x-kvtml.svg new file mode 100644 index 000000000..580ed9237 --- /dev/null +++ b/filemanager/public/mime-types/application-x-kvtml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-kword.svg b/filemanager/public/mime-types/application-x-kword.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-x-kword.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-labplot2.svg b/filemanager/public/mime-types/application-x-labplot2.svg new file mode 100644 index 000000000..904a989f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-labplot2.svg @@ -0,0 +1,301 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-lha.svg b/filemanager/public/mime-types/application-x-lha.svg new file mode 100644 index 000000000..183751051 --- /dev/null +++ b/filemanager/public/mime-types/application-x-lha.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-lyx.svg b/filemanager/public/mime-types/application-x-lyx.svg new file mode 100644 index 000000000..f39f21649 --- /dev/null +++ b/filemanager/public/mime-types/application-x-lyx.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-lzma-compressed-tar.svg b/filemanager/public/mime-types/application-x-lzma-compressed-tar.svg new file mode 100644 index 000000000..b295bb427 --- /dev/null +++ b/filemanager/public/mime-types/application-x-lzma-compressed-tar.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-lzop.svg b/filemanager/public/mime-types/application-x-lzop.svg new file mode 100644 index 000000000..89e5effc1 --- /dev/null +++ b/filemanager/public/mime-types/application-x-lzop.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-m4.svg b/filemanager/public/mime-types/application-x-m4.svg new file mode 100644 index 000000000..7422a2f6f --- /dev/null +++ b/filemanager/public/mime-types/application-x-m4.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-macbinary.svg b/filemanager/public/mime-types/application-x-macbinary.svg new file mode 100644 index 000000000..8687d9fe4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-macbinary.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-marble.svg b/filemanager/public/mime-types/application-x-marble.svg new file mode 100644 index 000000000..c494d6f79 --- /dev/null +++ b/filemanager/public/mime-types/application-x-marble.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-mimearchive.svg b/filemanager/public/mime-types/application-x-mimearchive.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/application-x-mimearchive.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-mplayer2.svg b/filemanager/public/mime-types/application-x-mplayer2.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/application-x-mplayer2.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-ms-dos-executable.svg b/filemanager/public/mime-types/application-x-ms-dos-executable.svg new file mode 100644 index 000000000..4f880c56d --- /dev/null +++ b/filemanager/public/mime-types/application-x-ms-dos-executable.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-ms-shortcut.svg b/filemanager/public/mime-types/application-x-ms-shortcut.svg new file mode 100644 index 000000000..c9a2a36e3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-ms-shortcut.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-ms-wim.svg b/filemanager/public/mime-types/application-x-ms-wim.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-ms-wim.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-mswinurl.svg b/filemanager/public/mime-types/application-x-mswinurl.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/application-x-mswinurl.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-mswrite.svg b/filemanager/public/mime-types/application-x-mswrite.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/application-x-mswrite.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-n64-rom.svg b/filemanager/public/mime-types/application-x-n64-rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-n64-rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-nes-rom.svg b/filemanager/public/mime-types/application-x-nes-rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-nes-rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-nintendo-ds-rom.svg b/filemanager/public/mime-types/application-x-nintendo-ds-rom.svg new file mode 100644 index 000000000..29c7b9d51 --- /dev/null +++ b/filemanager/public/mime-types/application-x-nintendo-ds-rom.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-nzb.svg b/filemanager/public/mime-types/application-x-nzb.svg new file mode 100644 index 000000000..00097be26 --- /dev/null +++ b/filemanager/public/mime-types/application-x-nzb.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-object.svg b/filemanager/public/mime-types/application-x-object.svg new file mode 100644 index 000000000..5fe167f59 --- /dev/null +++ b/filemanager/public/mime-types/application-x-object.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-pak.svg b/filemanager/public/mime-types/application-x-pak.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-pak.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-partial-download.svg b/filemanager/public/mime-types/application-x-partial-download.svg new file mode 100644 index 000000000..43238ef3d --- /dev/null +++ b/filemanager/public/mime-types/application-x-partial-download.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-pem-key.svg b/filemanager/public/mime-types/application-x-pem-key.svg new file mode 100644 index 000000000..42e852a6f --- /dev/null +++ b/filemanager/public/mime-types/application-x-pem-key.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-perl.svg b/filemanager/public/mime-types/application-x-perl.svg new file mode 100644 index 000000000..871bc51e5 --- /dev/null +++ b/filemanager/public/mime-types/application-x-perl.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-php.svg b/filemanager/public/mime-types/application-x-php.svg new file mode 100644 index 000000000..9007ffcd7 --- /dev/null +++ b/filemanager/public/mime-types/application-x-php.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-pkcs12.svg b/filemanager/public/mime-types/application-x-pkcs12.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-x-pkcs12.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-pkcs7-certificates.svg b/filemanager/public/mime-types/application-x-pkcs7-certificates.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-x-pkcs7-certificates.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-plasma.svg b/filemanager/public/mime-types/application-x-plasma.svg new file mode 100644 index 000000000..1ac322b47 --- /dev/null +++ b/filemanager/public/mime-types/application-x-plasma.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-python-bytecode.svg b/filemanager/public/mime-types/application-x-python-bytecode.svg new file mode 100644 index 000000000..b3c40d4e4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-python-bytecode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/public/mime-types/application-x-qemu-disk.svg b/filemanager/public/mime-types/application-x-qemu-disk.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-qemu-disk.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-qet-element.svg b/filemanager/public/mime-types/application-x-qet-element.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/application-x-qet-element.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-qet-project.svg b/filemanager/public/mime-types/application-x-qet-project.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/application-x-qet-project.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-quattropro.svg b/filemanager/public/mime-types/application-x-quattropro.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/application-x-quattropro.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-rar.svg b/filemanager/public/mime-types/application-x-rar.svg new file mode 100644 index 000000000..161f19019 --- /dev/null +++ b/filemanager/public/mime-types/application-x-rar.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-raw-disk-image.svg b/filemanager/public/mime-types/application-x-raw-disk-image.svg new file mode 100644 index 000000000..5dff7e1f4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-raw-disk-image.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-rdata.svg b/filemanager/public/mime-types/application-x-rdata.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-rdata.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-root.svg b/filemanager/public/mime-types/application-x-root.svg new file mode 100644 index 000000000..f55318f2e --- /dev/null +++ b/filemanager/public/mime-types/application-x-root.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/public/mime-types/application-x-rpm.svg b/filemanager/public/mime-types/application-x-rpm.svg new file mode 100644 index 000000000..461bd222e --- /dev/null +++ b/filemanager/public/mime-types/application-x-rpm.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-ruby.svg b/filemanager/public/mime-types/application-x-ruby.svg new file mode 100644 index 000000000..506288247 --- /dev/null +++ b/filemanager/public/mime-types/application-x-ruby.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-sami.svg b/filemanager/public/mime-types/application-x-sami.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/application-x-sami.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-sharedlib.svg b/filemanager/public/mime-types/application-x-sharedlib.svg new file mode 100644 index 000000000..4f19fea1a --- /dev/null +++ b/filemanager/public/mime-types/application-x-sharedlib.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-shellscript.svg b/filemanager/public/mime-types/application-x-shellscript.svg new file mode 100644 index 000000000..1b65e7ca4 --- /dev/null +++ b/filemanager/public/mime-types/application-x-shellscript.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-shockwave-flash.svg b/filemanager/public/mime-types/application-x-shockwave-flash.svg new file mode 100644 index 000000000..4bc126cfb --- /dev/null +++ b/filemanager/public/mime-types/application-x-shockwave-flash.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-siag.svg b/filemanager/public/mime-types/application-x-siag.svg new file mode 100644 index 000000000..3dce0c22b --- /dev/null +++ b/filemanager/public/mime-types/application-x-siag.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-sif.svg b/filemanager/public/mime-types/application-x-sif.svg new file mode 100644 index 000000000..df4f3f552 --- /dev/null +++ b/filemanager/public/mime-types/application-x-sif.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-skg.svg b/filemanager/public/mime-types/application-x-skg.svg new file mode 100644 index 000000000..3fd052e55 --- /dev/null +++ b/filemanager/public/mime-types/application-x-skg.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-skgc.svg b/filemanager/public/mime-types/application-x-skgc.svg new file mode 100644 index 000000000..7796dc00e --- /dev/null +++ b/filemanager/public/mime-types/application-x-skgc.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-smb-server.svg b/filemanager/public/mime-types/application-x-smb-server.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-x-smb-server.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-smb-workgroup.svg b/filemanager/public/mime-types/application-x-smb-workgroup.svg new file mode 100644 index 000000000..7c3687b92 --- /dev/null +++ b/filemanager/public/mime-types/application-x-smb-workgroup.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-source-rpm.svg b/filemanager/public/mime-types/application-x-source-rpm.svg new file mode 100644 index 000000000..461bd222e --- /dev/null +++ b/filemanager/public/mime-types/application-x-source-rpm.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-sqlite2.svg b/filemanager/public/mime-types/application-x-sqlite2.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-x-sqlite2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-sqlite3.svg b/filemanager/public/mime-types/application-x-sqlite3.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/application-x-sqlite3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-srt.svg b/filemanager/public/mime-types/application-x-srt.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/application-x-srt.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-srtrip.svg b/filemanager/public/mime-types/application-x-srtrip.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/application-x-srtrip.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-subrip.svg b/filemanager/public/mime-types/application-x-subrip.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/application-x-subrip.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-tar.svg b/filemanager/public/mime-types/application-x-tar.svg new file mode 100644 index 000000000..161f19019 --- /dev/null +++ b/filemanager/public/mime-types/application-x-tar.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-tarz.svg b/filemanager/public/mime-types/application-x-tarz.svg new file mode 100644 index 000000000..b240a76c1 --- /dev/null +++ b/filemanager/public/mime-types/application-x-tarz.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-tgif.svg b/filemanager/public/mime-types/application-x-tgif.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/application-x-tgif.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-theme.svg b/filemanager/public/mime-types/application-x-theme.svg new file mode 100644 index 000000000..58f860352 --- /dev/null +++ b/filemanager/public/mime-types/application-x-theme.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-trash.svg b/filemanager/public/mime-types/application-x-trash.svg new file mode 100644 index 000000000..456af83fc --- /dev/null +++ b/filemanager/public/mime-types/application-x-trash.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-troff-man.svg b/filemanager/public/mime-types/application-x-troff-man.svg new file mode 100644 index 000000000..577819a5e --- /dev/null +++ b/filemanager/public/mime-types/application-x-troff-man.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-tzo.svg b/filemanager/public/mime-types/application-x-tzo.svg new file mode 100644 index 000000000..a9a962466 --- /dev/null +++ b/filemanager/public/mime-types/application-x-tzo.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-wmf.svg b/filemanager/public/mime-types/application-x-wmf.svg new file mode 100644 index 000000000..df4f3f552 --- /dev/null +++ b/filemanager/public/mime-types/application-x-wmf.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-x509-ca-cert.svg b/filemanager/public/mime-types/application-x-x509-ca-cert.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-x-x509-ca-cert.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-x509-user-cert.svg b/filemanager/public/mime-types/application-x-x509-user-cert.svg new file mode 100644 index 000000000..53420b66b --- /dev/null +++ b/filemanager/public/mime-types/application-x-x509-user-cert.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-xliff.svg b/filemanager/public/mime-types/application-x-xliff.svg new file mode 100644 index 000000000..af2b79ef9 --- /dev/null +++ b/filemanager/public/mime-types/application-x-xliff.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-xpinstall.svg b/filemanager/public/mime-types/application-x-xpinstall.svg new file mode 100644 index 000000000..e7f2f5eed --- /dev/null +++ b/filemanager/public/mime-types/application-x-xpinstall.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-xz-compressed-tar.svg b/filemanager/public/mime-types/application-x-xz-compressed-tar.svg new file mode 100644 index 000000000..183751051 --- /dev/null +++ b/filemanager/public/mime-types/application-x-xz-compressed-tar.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-xz-pkg.svg b/filemanager/public/mime-types/application-x-xz-pkg.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-xz-pkg.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-zerosize.svg b/filemanager/public/mime-types/application-x-zerosize.svg new file mode 100644 index 000000000..fef9099cb --- /dev/null +++ b/filemanager/public/mime-types/application-x-zerosize.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-zip-compressed-fb2.svg b/filemanager/public/mime-types/application-x-zip-compressed-fb2.svg new file mode 100644 index 000000000..ab78b2bf3 --- /dev/null +++ b/filemanager/public/mime-types/application-x-zip-compressed-fb2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-x-zoo.svg b/filemanager/public/mime-types/application-x-zoo.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/application-x-zoo.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-xhtml+xml.svg b/filemanager/public/mime-types/application-xhtml+xml.svg new file mode 100644 index 000000000..c50a1b5c9 --- /dev/null +++ b/filemanager/public/mime-types/application-xhtml+xml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-xmind.svg b/filemanager/public/mime-types/application-xmind.svg new file mode 100644 index 000000000..fead0827f --- /dev/null +++ b/filemanager/public/mime-types/application-xmind.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-xml.svg b/filemanager/public/mime-types/application-xml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/application-xml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-xsd.svg b/filemanager/public/mime-types/application-xsd.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/application-xsd.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-xslt+xml.svg b/filemanager/public/mime-types/application-xslt+xml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/application-xslt+xml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/application-zip.svg b/filemanager/public/mime-types/application-zip.svg new file mode 100644 index 000000000..637394d9c --- /dev/null +++ b/filemanager/public/mime-types/application-zip.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-ac3.svg b/filemanager/public/mime-types/audio-ac3.svg new file mode 100644 index 000000000..1d98ccb1d --- /dev/null +++ b/filemanager/public/mime-types/audio-ac3.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-flac.svg b/filemanager/public/mime-types/audio-flac.svg new file mode 100644 index 000000000..204d4b91f --- /dev/null +++ b/filemanager/public/mime-types/audio-flac.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-midi.svg b/filemanager/public/mime-types/audio-midi.svg new file mode 100644 index 000000000..a82d0bb1f --- /dev/null +++ b/filemanager/public/mime-types/audio-midi.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-mp2.svg b/filemanager/public/mime-types/audio-mp2.svg new file mode 100644 index 000000000..a96de778e --- /dev/null +++ b/filemanager/public/mime-types/audio-mp2.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-mp3.svg b/filemanager/public/mime-types/audio-mp3.svg new file mode 100644 index 000000000..a96de778e --- /dev/null +++ b/filemanager/public/mime-types/audio-mp3.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-mp4.svg b/filemanager/public/mime-types/audio-mp4.svg new file mode 100644 index 000000000..a96de778e --- /dev/null +++ b/filemanager/public/mime-types/audio-mp4.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-mpeg.svg b/filemanager/public/mime-types/audio-mpeg.svg new file mode 100644 index 000000000..a96de778e --- /dev/null +++ b/filemanager/public/mime-types/audio-mpeg.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-prs.sid.svg b/filemanager/public/mime-types/audio-prs.sid.svg new file mode 100644 index 000000000..a82d0bb1f --- /dev/null +++ b/filemanager/public/mime-types/audio-prs.sid.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-vn.rn-realmedia.svg b/filemanager/public/mime-types/audio-vn.rn-realmedia.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/audio-vn.rn-realmedia.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-vnd.rn-realvideo.svg b/filemanager/public/mime-types/audio-vnd.rn-realvideo.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/audio-vnd.rn-realvideo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-adpcm.svg b/filemanager/public/mime-types/audio-x-adpcm.svg new file mode 100644 index 000000000..9cce644e2 --- /dev/null +++ b/filemanager/public/mime-types/audio-x-adpcm.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-aiff.svg b/filemanager/public/mime-types/audio-x-aiff.svg new file mode 100644 index 000000000..1d98ccb1d --- /dev/null +++ b/filemanager/public/mime-types/audio-x-aiff.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-flac+ogg.svg b/filemanager/public/mime-types/audio-x-flac+ogg.svg new file mode 100644 index 000000000..224798d6f --- /dev/null +++ b/filemanager/public/mime-types/audio-x-flac+ogg.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-flac.svg b/filemanager/public/mime-types/audio-x-flac.svg new file mode 100644 index 000000000..204d4b91f --- /dev/null +++ b/filemanager/public/mime-types/audio-x-flac.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-generic.svg b/filemanager/public/mime-types/audio-x-generic.svg new file mode 100644 index 000000000..1d98ccb1d --- /dev/null +++ b/filemanager/public/mime-types/audio-x-generic.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-monkey.svg b/filemanager/public/mime-types/audio-x-monkey.svg new file mode 100644 index 000000000..1d98ccb1d --- /dev/null +++ b/filemanager/public/mime-types/audio-x-monkey.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-mp2.svg b/filemanager/public/mime-types/audio-x-mp2.svg new file mode 100644 index 000000000..a96de778e --- /dev/null +++ b/filemanager/public/mime-types/audio-x-mp2.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-mpeg.svg b/filemanager/public/mime-types/audio-x-mpeg.svg new file mode 100644 index 000000000..a96de778e --- /dev/null +++ b/filemanager/public/mime-types/audio-x-mpeg.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-speex+ogg.svg b/filemanager/public/mime-types/audio-x-speex+ogg.svg new file mode 100644 index 000000000..224798d6f --- /dev/null +++ b/filemanager/public/mime-types/audio-x-speex+ogg.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audio-x-wav.svg b/filemanager/public/mime-types/audio-x-wav.svg new file mode 100644 index 000000000..9cce644e2 --- /dev/null +++ b/filemanager/public/mime-types/audio-x-wav.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/audiobook.svg b/filemanager/public/mime-types/audiobook.svg new file mode 100644 index 000000000..577819a5e --- /dev/null +++ b/filemanager/public/mime-types/audiobook.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/encrypted.svg b/filemanager/public/mime-types/encrypted.svg new file mode 100644 index 000000000..fac85c5a7 --- /dev/null +++ b/filemanager/public/mime-types/encrypted.svg @@ -0,0 +1,2231 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/font-otf.svg b/filemanager/public/mime-types/font-otf.svg new file mode 100644 index 000000000..7b307aed7 --- /dev/null +++ b/filemanager/public/mime-types/font-otf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/font-ttf.svg b/filemanager/public/mime-types/font-ttf.svg new file mode 100644 index 000000000..210a6b7ad --- /dev/null +++ b/filemanager/public/mime-types/font-ttf.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/fonts-package.svg b/filemanager/public/mime-types/fonts-package.svg new file mode 100644 index 000000000..210a6b7ad --- /dev/null +++ b/filemanager/public/mime-types/fonts-package.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-bmp.svg b/filemanager/public/mime-types/image-bmp.svg new file mode 100644 index 000000000..065ead2c5 --- /dev/null +++ b/filemanager/public/mime-types/image-bmp.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-gif.svg b/filemanager/public/mime-types/image-gif.svg new file mode 100644 index 000000000..12e525abd --- /dev/null +++ b/filemanager/public/mime-types/image-gif.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-ico.svg b/filemanager/public/mime-types/image-ico.svg new file mode 100644 index 000000000..9e9dfe209 --- /dev/null +++ b/filemanager/public/mime-types/image-ico.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-jpeg.svg b/filemanager/public/mime-types/image-jpeg.svg new file mode 100644 index 000000000..9069c81a2 --- /dev/null +++ b/filemanager/public/mime-types/image-jpeg.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-jpeg2000.svg b/filemanager/public/mime-types/image-jpeg2000.svg new file mode 100644 index 000000000..9069c81a2 --- /dev/null +++ b/filemanager/public/mime-types/image-jpeg2000.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-png.svg b/filemanager/public/mime-types/image-png.svg new file mode 100644 index 000000000..4a0101830 --- /dev/null +++ b/filemanager/public/mime-types/image-png.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-svg+xml-compressed.svg b/filemanager/public/mime-types/image-svg+xml-compressed.svg new file mode 100644 index 000000000..5b2f77693 --- /dev/null +++ b/filemanager/public/mime-types/image-svg+xml-compressed.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-svg+xml.svg b/filemanager/public/mime-types/image-svg+xml.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/image-svg+xml.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-tiff.svg b/filemanager/public/mime-types/image-tiff.svg new file mode 100644 index 000000000..c0480332d --- /dev/null +++ b/filemanager/public/mime-types/image-tiff.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-vnd.dgn.svg b/filemanager/public/mime-types/image-vnd.dgn.svg new file mode 100644 index 000000000..ab743947e --- /dev/null +++ b/filemanager/public/mime-types/image-vnd.dgn.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-vnd.djvu.svg b/filemanager/public/mime-types/image-vnd.djvu.svg new file mode 100644 index 000000000..eb60dda85 --- /dev/null +++ b/filemanager/public/mime-types/image-vnd.djvu.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-vnd.dwg.svg b/filemanager/public/mime-types/image-vnd.dwg.svg new file mode 100644 index 000000000..0b3db80c0 --- /dev/null +++ b/filemanager/public/mime-types/image-vnd.dwg.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-vnd.microsoft.icon.svg b/filemanager/public/mime-types/image-vnd.microsoft.icon.svg new file mode 100644 index 000000000..9e9dfe209 --- /dev/null +++ b/filemanager/public/mime-types/image-vnd.microsoft.icon.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-adobe-dng.svg b/filemanager/public/mime-types/image-x-adobe-dng.svg new file mode 100644 index 000000000..c54e6b9e2 --- /dev/null +++ b/filemanager/public/mime-types/image-x-adobe-dng.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-compressed-xcf.svg b/filemanager/public/mime-types/image-x-compressed-xcf.svg new file mode 100644 index 000000000..f1fe563d8 --- /dev/null +++ b/filemanager/public/mime-types/image-x-compressed-xcf.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-emf.svg b/filemanager/public/mime-types/image-x-emf.svg new file mode 100644 index 000000000..df4f3f552 --- /dev/null +++ b/filemanager/public/mime-types/image-x-emf.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-eps.svg b/filemanager/public/mime-types/image-x-eps.svg new file mode 100644 index 000000000..24ddb5ea3 --- /dev/null +++ b/filemanager/public/mime-types/image-x-eps.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-generic.svg b/filemanager/public/mime-types/image-x-generic.svg new file mode 100644 index 000000000..35943d523 --- /dev/null +++ b/filemanager/public/mime-types/image-x-generic.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-ico.svg b/filemanager/public/mime-types/image-x-ico.svg new file mode 100644 index 000000000..9e9dfe209 --- /dev/null +++ b/filemanager/public/mime-types/image-x-ico.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-icon.svg b/filemanager/public/mime-types/image-x-icon.svg new file mode 100644 index 000000000..9e9dfe209 --- /dev/null +++ b/filemanager/public/mime-types/image-x-icon.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-krita.svg b/filemanager/public/mime-types/image-x-krita.svg new file mode 100644 index 000000000..a9957d6e5 --- /dev/null +++ b/filemanager/public/mime-types/image-x-krita.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-portable-bitmap.svg b/filemanager/public/mime-types/image-x-portable-bitmap.svg new file mode 100644 index 000000000..065ead2c5 --- /dev/null +++ b/filemanager/public/mime-types/image-x-portable-bitmap.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-psd.svg b/filemanager/public/mime-types/image-x-psd.svg new file mode 100644 index 000000000..72d764eb3 --- /dev/null +++ b/filemanager/public/mime-types/image-x-psd.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-psdimage-x-psd.svg b/filemanager/public/mime-types/image-x-psdimage-x-psd.svg new file mode 100644 index 000000000..72d764eb3 --- /dev/null +++ b/filemanager/public/mime-types/image-x-psdimage-x-psd.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-svg+xml.svg b/filemanager/public/mime-types/image-x-svg+xml.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/image-x-svg+xml.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-tga.svg b/filemanager/public/mime-types/image-x-tga.svg new file mode 100644 index 000000000..d5ea9fd8a --- /dev/null +++ b/filemanager/public/mime-types/image-x-tga.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-vnd.trolltech.qpicture.svg b/filemanager/public/mime-types/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 000000000..be058ea78 --- /dev/null +++ b/filemanager/public/mime-types/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-win-bitmap.svg b/filemanager/public/mime-types/image-x-win-bitmap.svg new file mode 100644 index 000000000..065ead2c5 --- /dev/null +++ b/filemanager/public/mime-types/image-x-win-bitmap.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-win-bmp.svg b/filemanager/public/mime-types/image-x-win-bmp.svg new file mode 100644 index 000000000..065ead2c5 --- /dev/null +++ b/filemanager/public/mime-types/image-x-win-bmp.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-wmf.svg b/filemanager/public/mime-types/image-x-wmf.svg new file mode 100644 index 000000000..df4f3f552 --- /dev/null +++ b/filemanager/public/mime-types/image-x-wmf.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-xcf.svg b/filemanager/public/mime-types/image-x-xcf.svg new file mode 100644 index 000000000..f1fe563d8 --- /dev/null +++ b/filemanager/public/mime-types/image-x-xcf.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/image-x-xfig.svg b/filemanager/public/mime-types/image-x-xfig.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/image-x-xfig.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/inode-directory.svg b/filemanager/public/mime-types/inode-directory.svg new file mode 100644 index 000000000..22919bdf4 --- /dev/null +++ b/filemanager/public/mime-types/inode-directory.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-database.svg b/filemanager/public/mime-types/libreoffice-database.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-database.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-drawing-template.svg b/filemanager/public/mime-types/libreoffice-drawing-template.svg new file mode 100644 index 000000000..41def12ce --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-drawing-template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-drawing.svg b/filemanager/public/mime-types/libreoffice-drawing.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-drawing.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-extension.svg b/filemanager/public/mime-types/libreoffice-extension.svg new file mode 100644 index 000000000..e7f2f5eed --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-extension.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-formula.svg b/filemanager/public/mime-types/libreoffice-formula.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-formula.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-master-document.svg b/filemanager/public/mime-types/libreoffice-master-document.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-master-document.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-database.svg b/filemanager/public/mime-types/libreoffice-oasis-database.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-database.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-drawing-template.svg b/filemanager/public/mime-types/libreoffice-oasis-drawing-template.svg new file mode 100644 index 000000000..41def12ce --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-drawing-template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-drawing.svg b/filemanager/public/mime-types/libreoffice-oasis-drawing.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-drawing.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-formula.svg b/filemanager/public/mime-types/libreoffice-oasis-formula.svg new file mode 100644 index 000000000..8adb74bfd --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-formula.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-master-document.svg b/filemanager/public/mime-types/libreoffice-oasis-master-document.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-master-document.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-presentation-template.svg b/filemanager/public/mime-types/libreoffice-oasis-presentation-template.svg new file mode 100644 index 000000000..e10621c6b --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-presentation-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-presentation.svg b/filemanager/public/mime-types/libreoffice-oasis-presentation.svg new file mode 100644 index 000000000..7dd015440 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-presentation.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-spreadsheet-template.svg b/filemanager/public/mime-types/libreoffice-oasis-spreadsheet-template.svg new file mode 100644 index 000000000..3dce0c22b --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-spreadsheet.svg b/filemanager/public/mime-types/libreoffice-oasis-spreadsheet.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-text-template.svg b/filemanager/public/mime-types/libreoffice-oasis-text-template.svg new file mode 100644 index 000000000..b3045a5d7 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-text-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-text.svg b/filemanager/public/mime-types/libreoffice-oasis-text.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-text.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-oasis-web-template.svg b/filemanager/public/mime-types/libreoffice-oasis-web-template.svg new file mode 100644 index 000000000..5afd4f203 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-oasis-web-template.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-presentation-template.svg b/filemanager/public/mime-types/libreoffice-presentation-template.svg new file mode 100644 index 000000000..e10621c6b --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-presentation-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-presentation.svg b/filemanager/public/mime-types/libreoffice-presentation.svg new file mode 100644 index 000000000..7dd015440 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-presentation.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-spreadsheet-template.svg b/filemanager/public/mime-types/libreoffice-spreadsheet-template.svg new file mode 100644 index 000000000..3dce0c22b --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-spreadsheet-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-spreadsheet.svg b/filemanager/public/mime-types/libreoffice-spreadsheet.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-spreadsheet.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-text-template.svg b/filemanager/public/mime-types/libreoffice-text-template.svg new file mode 100644 index 000000000..b3045a5d7 --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-text-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/libreoffice-text.svg b/filemanager/public/mime-types/libreoffice-text.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/libreoffice-text.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/message-news.svg b/filemanager/public/mime-types/message-news.svg new file mode 100644 index 000000000..8d473f889 --- /dev/null +++ b/filemanager/public/mime-types/message-news.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/message-partial.svg b/filemanager/public/mime-types/message-partial.svg new file mode 100644 index 000000000..f1dd75b4f --- /dev/null +++ b/filemanager/public/mime-types/message-partial.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/message-rfc822.svg b/filemanager/public/mime-types/message-rfc822.svg new file mode 100644 index 000000000..a7ebead3e --- /dev/null +++ b/filemanager/public/mime-types/message-rfc822.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/message-x-gnu-rmail.svg b/filemanager/public/mime-types/message-x-gnu-rmail.svg new file mode 100644 index 000000000..a7ebead3e --- /dev/null +++ b/filemanager/public/mime-types/message-x-gnu-rmail.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/message.svg b/filemanager/public/mime-types/message.svg new file mode 100644 index 000000000..a7ebead3e --- /dev/null +++ b/filemanager/public/mime-types/message.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/none.svg b/filemanager/public/mime-types/none.svg new file mode 100644 index 000000000..fef9099cb --- /dev/null +++ b/filemanager/public/mime-types/none.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/odf.svg b/filemanager/public/mime-types/odf.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/odf.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/package-x-generic.svg b/filemanager/public/mime-types/package-x-generic.svg new file mode 100644 index 000000000..0bc336087 --- /dev/null +++ b/filemanager/public/mime-types/package-x-generic.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/podcast.svg b/filemanager/public/mime-types/podcast.svg new file mode 100644 index 000000000..12a53801b --- /dev/null +++ b/filemanager/public/mime-types/podcast.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-calendar.svg b/filemanager/public/mime-types/text-calendar.svg new file mode 100644 index 000000000..8c064ac03 --- /dev/null +++ b/filemanager/public/mime-types/text-calendar.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-csharp.svg b/filemanager/public/mime-types/text-csharp.svg new file mode 100644 index 000000000..e54f2e7fb --- /dev/null +++ b/filemanager/public/mime-types/text-csharp.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-css.svg b/filemanager/public/mime-types/text-css.svg new file mode 100644 index 000000000..3bfba8d4e --- /dev/null +++ b/filemanager/public/mime-types/text-css.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-csv.svg b/filemanager/public/mime-types/text-csv.svg new file mode 100644 index 000000000..fe4307177 --- /dev/null +++ b/filemanager/public/mime-types/text-csv.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-directory.svg b/filemanager/public/mime-types/text-directory.svg new file mode 100644 index 000000000..00097be26 --- /dev/null +++ b/filemanager/public/mime-types/text-directory.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-dockerfile.svg b/filemanager/public/mime-types/text-dockerfile.svg new file mode 100644 index 000000000..5e95b0535 --- /dev/null +++ b/filemanager/public/mime-types/text-dockerfile.svg @@ -0,0 +1,240 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-enriched.svg b/filemanager/public/mime-types/text-enriched.svg new file mode 100644 index 000000000..0902e2c65 --- /dev/null +++ b/filemanager/public/mime-types/text-enriched.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-html.svg b/filemanager/public/mime-types/text-html.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/text-html.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-markdown.svg b/filemanager/public/mime-types/text-markdown.svg new file mode 100644 index 000000000..8c04896ca --- /dev/null +++ b/filemanager/public/mime-types/text-markdown.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-plain.svg b/filemanager/public/mime-types/text-plain.svg new file mode 100644 index 000000000..6d724b4f3 --- /dev/null +++ b/filemanager/public/mime-types/text-plain.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-rdf+xml.svg b/filemanager/public/mime-types/text-rdf+xml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/text-rdf+xml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-rdf.svg b/filemanager/public/mime-types/text-rdf.svg new file mode 100644 index 000000000..0902e2c65 --- /dev/null +++ b/filemanager/public/mime-types/text-rdf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-rtf.svg b/filemanager/public/mime-types/text-rtf.svg new file mode 100644 index 000000000..0902e2c65 --- /dev/null +++ b/filemanager/public/mime-types/text-rtf.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-rust.svg b/filemanager/public/mime-types/text-rust.svg new file mode 100644 index 000000000..a3ee72d6b --- /dev/null +++ b/filemanager/public/mime-types/text-rust.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-sgml.svg b/filemanager/public/mime-types/text-sgml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/text-sgml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-troff.svg b/filemanager/public/mime-types/text-troff.svg new file mode 100644 index 000000000..577819a5e --- /dev/null +++ b/filemanager/public/mime-types/text-troff.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-vcalendar.svg b/filemanager/public/mime-types/text-vcalendar.svg new file mode 100644 index 000000000..8c064ac03 --- /dev/null +++ b/filemanager/public/mime-types/text-vcalendar.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-vnd.abc.svg b/filemanager/public/mime-types/text-vnd.abc.svg new file mode 100644 index 000000000..0902e2c65 --- /dev/null +++ b/filemanager/public/mime-types/text-vnd.abc.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-vnd.kde.kcrash-report.svg b/filemanager/public/mime-types/text-vnd.kde.kcrash-report.svg new file mode 100644 index 000000000..bcabda62a --- /dev/null +++ b/filemanager/public/mime-types/text-vnd.kde.kcrash-report.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-vnd.trolltech.linguist.svg b/filemanager/public/mime-types/text-vnd.trolltech.linguist.svg new file mode 100644 index 000000000..af2b79ef9 --- /dev/null +++ b/filemanager/public/mime-types/text-vnd.trolltech.linguist.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-vnd.wap.wml.svg b/filemanager/public/mime-types/text-vnd.wap.wml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/text-vnd.wap.wml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-vtt.svg b/filemanager/public/mime-types/text-vtt.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/text-vtt.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-wiki.svg b/filemanager/public/mime-types/text-wiki.svg new file mode 100644 index 000000000..969ba9fe2 --- /dev/null +++ b/filemanager/public/mime-types/text-wiki.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-adasrc.svg b/filemanager/public/mime-types/text-x-adasrc.svg new file mode 100644 index 000000000..488d14c29 --- /dev/null +++ b/filemanager/public/mime-types/text-x-adasrc.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-apport.svg b/filemanager/public/mime-types/text-x-apport.svg new file mode 100644 index 000000000..bcabda62a --- /dev/null +++ b/filemanager/public/mime-types/text-x-apport.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-authors.svg b/filemanager/public/mime-types/text-x-authors.svg new file mode 100644 index 000000000..9ad079240 --- /dev/null +++ b/filemanager/public/mime-types/text-x-authors.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-bibtex.svg b/filemanager/public/mime-types/text-x-bibtex.svg new file mode 100644 index 000000000..9640f7b0a --- /dev/null +++ b/filemanager/public/mime-types/text-x-bibtex.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-c++hdr.svg b/filemanager/public/mime-types/text-x-c++hdr.svg new file mode 100644 index 000000000..2d39c5555 --- /dev/null +++ b/filemanager/public/mime-types/text-x-c++hdr.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-c++src.svg b/filemanager/public/mime-types/text-x-c++src.svg new file mode 100644 index 000000000..8d6eb0635 --- /dev/null +++ b/filemanager/public/mime-types/text-x-c++src.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-changelog.svg b/filemanager/public/mime-types/text-x-changelog.svg new file mode 100644 index 000000000..f85536c13 --- /dev/null +++ b/filemanager/public/mime-types/text-x-changelog.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-chdr.svg b/filemanager/public/mime-types/text-x-chdr.svg new file mode 100644 index 000000000..455deb96b --- /dev/null +++ b/filemanager/public/mime-types/text-x-chdr.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-cmake.svg b/filemanager/public/mime-types/text-x-cmake.svg new file mode 100644 index 000000000..2829bdf67 --- /dev/null +++ b/filemanager/public/mime-types/text-x-cmake.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-copying.svg b/filemanager/public/mime-types/text-x-copying.svg new file mode 100644 index 000000000..9ad079240 --- /dev/null +++ b/filemanager/public/mime-types/text-x-copying.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-credits.svg b/filemanager/public/mime-types/text-x-credits.svg new file mode 100644 index 000000000..9ad079240 --- /dev/null +++ b/filemanager/public/mime-types/text-x-credits.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-csharp.svg b/filemanager/public/mime-types/text-x-csharp.svg new file mode 100644 index 000000000..e54f2e7fb --- /dev/null +++ b/filemanager/public/mime-types/text-x-csharp.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-csrc.svg b/filemanager/public/mime-types/text-x-csrc.svg new file mode 100644 index 000000000..dafdf6811 --- /dev/null +++ b/filemanager/public/mime-types/text-x-csrc.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-dtd.svg b/filemanager/public/mime-types/text-x-dtd.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/text-x-dtd.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-generic.svapplication-x-awk.svg b/filemanager/public/mime-types/text-x-generic.svapplication-x-awk.svg new file mode 100644 index 000000000..1b65e7ca4 --- /dev/null +++ b/filemanager/public/mime-types/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-generic.svg b/filemanager/public/mime-types/text-x-generic.svg new file mode 100644 index 000000000..6d724b4f3 --- /dev/null +++ b/filemanager/public/mime-types/text-x-generic.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-gettext-translation.svg b/filemanager/public/mime-types/text-x-gettext-translation.svg new file mode 100644 index 000000000..af2b79ef9 --- /dev/null +++ b/filemanager/public/mime-types/text-x-gettext-translation.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-go.svg b/filemanager/public/mime-types/text-x-go.svg new file mode 100644 index 000000000..a0e5f4fba --- /dev/null +++ b/filemanager/public/mime-types/text-x-go.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-haskell.svg b/filemanager/public/mime-types/text-x-haskell.svg new file mode 100644 index 000000000..ea7dc3978 --- /dev/null +++ b/filemanager/public/mime-types/text-x-haskell.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-hex.svg b/filemanager/public/mime-types/text-x-hex.svg new file mode 100644 index 000000000..2f829a76b --- /dev/null +++ b/filemanager/public/mime-types/text-x-hex.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-install.svg b/filemanager/public/mime-types/text-x-install.svg new file mode 100644 index 000000000..adca7cd78 --- /dev/null +++ b/filemanager/public/mime-types/text-x-install.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-java-source.svg b/filemanager/public/mime-types/text-x-java-source.svg new file mode 100644 index 000000000..ba4c20550 --- /dev/null +++ b/filemanager/public/mime-types/text-x-java-source.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-java.svg b/filemanager/public/mime-types/text-x-java.svg new file mode 100644 index 000000000..ba4c20550 --- /dev/null +++ b/filemanager/public/mime-types/text-x-java.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-javascript.svg b/filemanager/public/mime-types/text-x-javascript.svg new file mode 100644 index 000000000..31a729da4 --- /dev/null +++ b/filemanager/public/mime-types/text-x-javascript.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-katefilelist.svg b/filemanager/public/mime-types/text-x-katefilelist.svg new file mode 100644 index 000000000..6d724b4f3 --- /dev/null +++ b/filemanager/public/mime-types/text-x-katefilelist.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-kotlin.svg b/filemanager/public/mime-types/text-x-kotlin.svg new file mode 100644 index 000000000..b28ab64f0 --- /dev/null +++ b/filemanager/public/mime-types/text-x-kotlin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/public/mime-types/text-x-ldif.svg b/filemanager/public/mime-types/text-x-ldif.svg new file mode 100644 index 000000000..00097be26 --- /dev/null +++ b/filemanager/public/mime-types/text-x-ldif.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-lilypond.svg b/filemanager/public/mime-types/text-x-lilypond.svg new file mode 100644 index 000000000..6d724b4f3 --- /dev/null +++ b/filemanager/public/mime-types/text-x-lilypond.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-log.svg b/filemanager/public/mime-types/text-x-log.svg new file mode 100644 index 000000000..6d724b4f3 --- /dev/null +++ b/filemanager/public/mime-types/text-x-log.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-lua.svg b/filemanager/public/mime-types/text-x-lua.svg new file mode 100644 index 000000000..3dcd3e21f --- /dev/null +++ b/filemanager/public/mime-types/text-x-lua.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-makefile.svg b/filemanager/public/mime-types/text-x-makefile.svg new file mode 100644 index 000000000..7422a2f6f --- /dev/null +++ b/filemanager/public/mime-types/text-x-makefile.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-markdown.svg b/filemanager/public/mime-types/text-x-markdown.svg new file mode 100644 index 000000000..8c04896ca --- /dev/null +++ b/filemanager/public/mime-types/text-x-markdown.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-microdvd.svg b/filemanager/public/mime-types/text-x-microdvd.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/text-x-microdvd.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-mpsub.svg b/filemanager/public/mime-types/text-x-mpsub.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/text-x-mpsub.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-nfo.svg b/filemanager/public/mime-types/text-x-nfo.svg new file mode 100644 index 000000000..2c4a67cd7 --- /dev/null +++ b/filemanager/public/mime-types/text-x-nfo.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-objchdr.svg b/filemanager/public/mime-types/text-x-objchdr.svg new file mode 100644 index 000000000..455deb96b --- /dev/null +++ b/filemanager/public/mime-types/text-x-objchdr.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-objcsrc.svg b/filemanager/public/mime-types/text-x-objcsrc.svg new file mode 100644 index 000000000..dafdf6811 --- /dev/null +++ b/filemanager/public/mime-types/text-x-objcsrc.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-opml+xml.svg b/filemanager/public/mime-types/text-x-opml+xml.svg new file mode 100644 index 000000000..823ba889b --- /dev/null +++ b/filemanager/public/mime-types/text-x-opml+xml.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-opml.svg b/filemanager/public/mime-types/text-x-opml.svg new file mode 100644 index 000000000..823ba889b --- /dev/null +++ b/filemanager/public/mime-types/text-x-opml.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-pascal.svg b/filemanager/public/mime-types/text-x-pascal.svg new file mode 100644 index 000000000..3c3a60754 --- /dev/null +++ b/filemanager/public/mime-types/text-x-pascal.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-patch.svg b/filemanager/public/mime-types/text-x-patch.svg new file mode 100644 index 000000000..b883b49f2 --- /dev/null +++ b/filemanager/public/mime-types/text-x-patch.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-plain.svg b/filemanager/public/mime-types/text-x-plain.svg new file mode 100644 index 000000000..6d724b4f3 --- /dev/null +++ b/filemanager/public/mime-types/text-x-plain.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-po.svg b/filemanager/public/mime-types/text-x-po.svg new file mode 100644 index 000000000..a48b78bb2 --- /dev/null +++ b/filemanager/public/mime-types/text-x-po.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-python.svg b/filemanager/public/mime-types/text-x-python.svg new file mode 100644 index 000000000..d2a619091 --- /dev/null +++ b/filemanager/public/mime-types/text-x-python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/public/mime-types/text-x-python3.svg b/filemanager/public/mime-types/text-x-python3.svg new file mode 100644 index 000000000..d2a619091 --- /dev/null +++ b/filemanager/public/mime-types/text-x-python3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/public/mime-types/text-x-qml.svg b/filemanager/public/mime-types/text-x-qml.svg new file mode 100644 index 000000000..c2226587e --- /dev/null +++ b/filemanager/public/mime-types/text-x-qml.svg @@ -0,0 +1,150 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-r.svg b/filemanager/public/mime-types/text-x-r.svg new file mode 100644 index 000000000..d2c8aaf7f --- /dev/null +++ b/filemanager/public/mime-types/text-x-r.svg @@ -0,0 +1,34 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/filemanager/public/mime-types/text-x-readme.svg b/filemanager/public/mime-types/text-x-readme.svg new file mode 100644 index 000000000..2c4a67cd7 --- /dev/null +++ b/filemanager/public/mime-types/text-x-readme.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-rpm-spec.svg b/filemanager/public/mime-types/text-x-rpm-spec.svg new file mode 100644 index 000000000..2a22ed479 --- /dev/null +++ b/filemanager/public/mime-types/text-x-rpm-spec.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-rust.svg b/filemanager/public/mime-types/text-x-rust.svg new file mode 100644 index 000000000..a3ee72d6b --- /dev/null +++ b/filemanager/public/mime-types/text-x-rust.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-sass.svg b/filemanager/public/mime-types/text-x-sass.svg new file mode 100644 index 000000000..f3eca3c2c --- /dev/null +++ b/filemanager/public/mime-types/text-x-sass.svg @@ -0,0 +1,149 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-scala.svg b/filemanager/public/mime-types/text-x-scala.svg new file mode 100644 index 000000000..2c691d0a8 --- /dev/null +++ b/filemanager/public/mime-types/text-x-scala.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-script.svg b/filemanager/public/mime-types/text-x-script.svg new file mode 100644 index 000000000..1b65e7ca4 --- /dev/null +++ b/filemanager/public/mime-types/text-x-script.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-scss.svg b/filemanager/public/mime-types/text-x-scss.svg new file mode 100644 index 000000000..f3eca3c2c --- /dev/null +++ b/filemanager/public/mime-types/text-x-scss.svg @@ -0,0 +1,149 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-sql.svg b/filemanager/public/mime-types/text-x-sql.svg new file mode 100644 index 000000000..d7538a940 --- /dev/null +++ b/filemanager/public/mime-types/text-x-sql.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-ssa.svg b/filemanager/public/mime-types/text-x-ssa.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/text-x-ssa.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-subviewer.svg b/filemanager/public/mime-types/text-x-subviewer.svg new file mode 100644 index 000000000..aff76fe6d --- /dev/null +++ b/filemanager/public/mime-types/text-x-subviewer.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-tcl.svg b/filemanager/public/mime-types/text-x-tcl.svg new file mode 100644 index 000000000..4ce7cf2f5 --- /dev/null +++ b/filemanager/public/mime-types/text-x-tcl.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-tex.svg b/filemanager/public/mime-types/text-x-tex.svg new file mode 100644 index 000000000..9640f7b0a --- /dev/null +++ b/filemanager/public/mime-types/text-x-tex.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-texinfo.svg b/filemanager/public/mime-types/text-x-texinfo.svg new file mode 100644 index 000000000..2c4a67cd7 --- /dev/null +++ b/filemanager/public/mime-types/text-x-texinfo.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-vcard.svg b/filemanager/public/mime-types/text-x-vcard.svg new file mode 100644 index 000000000..00097be26 --- /dev/null +++ b/filemanager/public/mime-types/text-x-vcard.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-x-xslfo.svg b/filemanager/public/mime-types/text-x-xslfo.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/text-x-xslfo.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-xmcd.svg b/filemanager/public/mime-types/text-xmcd.svg new file mode 100644 index 000000000..5a9d406fb --- /dev/null +++ b/filemanager/public/mime-types/text-xmcd.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/text-xml.svg b/filemanager/public/mime-types/text-xml.svg new file mode 100644 index 000000000..7370d4b60 --- /dev/null +++ b/filemanager/public/mime-types/text-xml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/unknown.svg b/filemanager/public/mime-types/unknown.svg new file mode 100644 index 000000000..fef9099cb --- /dev/null +++ b/filemanager/public/mime-types/unknown.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/uri-mms.svg b/filemanager/public/mime-types/uri-mms.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/uri-mms.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/uri-mmst.svg b/filemanager/public/mime-types/uri-mmst.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/uri-mmst.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/uri-pnm.svg b/filemanager/public/mime-types/uri-pnm.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/uri-pnm.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/uri-rtspt.svg b/filemanager/public/mime-types/uri-rtspt.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/uri-rtspt.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/uri-rtspu.svg b/filemanager/public/mime-types/uri-rtspu.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/uri-rtspu.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-mlt-playlist.svg b/filemanager/public/mime-types/video-mlt-playlist.svg new file mode 100644 index 000000000..482a962b5 --- /dev/null +++ b/filemanager/public/mime-types/video-mlt-playlist.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-mp2t.svg b/filemanager/public/mime-types/video-mp2t.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-mp2t.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-mp4.svg b/filemanager/public/mime-types/video-mp4.svg new file mode 100644 index 000000000..ce89260e6 --- /dev/null +++ b/filemanager/public/mime-types/video-mp4.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-vivo.svg b/filemanager/public/mime-types/video-vivo.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-vivo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-vnd.rn-realvideo.svg b/filemanager/public/mime-types/video-vnd.rn-realvideo.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-vnd.rn-realvideo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-wavelet.svg b/filemanager/public/mime-types/video-wavelet.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-wavelet.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-webm.svg b/filemanager/public/mime-types/video-webm.svg new file mode 100644 index 000000000..482a962b5 --- /dev/null +++ b/filemanager/public/mime-types/video-webm.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-anim.svg b/filemanager/public/mime-types/video-x-anim.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-x-anim.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-flic.svg b/filemanager/public/mime-types/video-x-flic.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-x-flic.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-flv.svg b/filemanager/public/mime-types/video-x-flv.svg new file mode 100644 index 000000000..4bc126cfb --- /dev/null +++ b/filemanager/public/mime-types/video-x-flv.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-generic.svg b/filemanager/public/mime-types/video-x-generic.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-x-generic.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-google-vlc-plugin.svg b/filemanager/public/mime-types/video-x-google-vlc-plugin.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-x-google-vlc-plugin.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-javafx.svg b/filemanager/public/mime-types/video-x-javafx.svg new file mode 100644 index 000000000..ff2d6ab77 --- /dev/null +++ b/filemanager/public/mime-types/video-x-javafx.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-matroska.svg b/filemanager/public/mime-types/video-x-matroska.svg new file mode 100644 index 000000000..e2e725d84 --- /dev/null +++ b/filemanager/public/mime-types/video-x-matroska.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-mng.svg b/filemanager/public/mime-types/video-x-mng.svg new file mode 100644 index 000000000..4a0101830 --- /dev/null +++ b/filemanager/public/mime-types/video-x-mng.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-ms-wmp.svg b/filemanager/public/mime-types/video-x-ms-wmp.svg new file mode 100644 index 000000000..5eba7c61f --- /dev/null +++ b/filemanager/public/mime-types/video-x-ms-wmp.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-ms-wmv.svg b/filemanager/public/mime-types/video-x-ms-wmv.svg new file mode 100644 index 000000000..5eba7c61f --- /dev/null +++ b/filemanager/public/mime-types/video-x-ms-wmv.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-msvideo.svg b/filemanager/public/mime-types/video-x-msvideo.svg new file mode 100644 index 000000000..5eba7c61f --- /dev/null +++ b/filemanager/public/mime-types/video-x-msvideo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-ogm+ogg.svg b/filemanager/public/mime-types/video-x-ogm+ogg.svg new file mode 100644 index 000000000..e8b8ed9ad --- /dev/null +++ b/filemanager/public/mime-types/video-x-ogm+ogg.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-theora+ogg.svg b/filemanager/public/mime-types/video-x-theora+ogg.svg new file mode 100644 index 000000000..e8b8ed9ad --- /dev/null +++ b/filemanager/public/mime-types/video-x-theora+ogg.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/video-x-wmv.svg b/filemanager/public/mime-types/video-x-wmv.svg new file mode 100644 index 000000000..5eba7c61f --- /dev/null +++ b/filemanager/public/mime-types/video-x-wmv.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/viewbib.svg b/filemanager/public/mime-types/viewbib.svg new file mode 100644 index 000000000..9640f7b0a --- /dev/null +++ b/filemanager/public/mime-types/viewbib.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/viewdvi.svg b/filemanager/public/mime-types/viewdvi.svg new file mode 100644 index 000000000..dae8cd7c9 --- /dev/null +++ b/filemanager/public/mime-types/viewdvi.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/filemanager/public/mime-types/viewhtml.svg b/filemanager/public/mime-types/viewhtml.svg new file mode 100644 index 000000000..16b7baa8f --- /dev/null +++ b/filemanager/public/mime-types/viewhtml.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/viewpdf.svg b/filemanager/public/mime-types/viewpdf.svg new file mode 100644 index 000000000..c5faa4d21 --- /dev/null +++ b/filemanager/public/mime-types/viewpdf.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/viewps.svg b/filemanager/public/mime-types/viewps.svg new file mode 100644 index 000000000..24ddb5ea3 --- /dev/null +++ b/filemanager/public/mime-types/viewps.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-hdd.svg b/filemanager/public/mime-types/virtualbox-hdd.svg new file mode 100644 index 000000000..5e09b5526 --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-hdd.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-ova.svg b/filemanager/public/mime-types/virtualbox-ova.svg new file mode 100644 index 000000000..06f585bfd --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-ova.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-ovf.svg b/filemanager/public/mime-types/virtualbox-ovf.svg new file mode 100644 index 000000000..4bdda6f51 --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-ovf.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-vbox-extpack.svg b/filemanager/public/mime-types/virtualbox-vbox-extpack.svg new file mode 100644 index 000000000..85058f222 --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-vbox-extpack.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-vbox.svg b/filemanager/public/mime-types/virtualbox-vbox.svg new file mode 100644 index 000000000..5ea06a67b --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-vbox.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-vdi.svg b/filemanager/public/mime-types/virtualbox-vdi.svg new file mode 100644 index 000000000..4eba0d32f --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-vdi.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-vhd.svg b/filemanager/public/mime-types/virtualbox-vhd.svg new file mode 100644 index 000000000..7c3687b92 --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-vhd.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/virtualbox-vmdk.svg b/filemanager/public/mime-types/virtualbox-vmdk.svg new file mode 100644 index 000000000..ddd64969d --- /dev/null +++ b/filemanager/public/mime-types/virtualbox-vmdk.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/vnd.ms-publisher.svg b/filemanager/public/mime-types/vnd.ms-publisher.svg new file mode 100644 index 000000000..824ba5945 --- /dev/null +++ b/filemanager/public/mime-types/vnd.ms-publisher.svg @@ -0,0 +1,185 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-kde-nsplugin-generated.svg b/filemanager/public/mime-types/x-kde-nsplugin-generated.svg new file mode 100644 index 000000000..e7f2f5eed --- /dev/null +++ b/filemanager/public/mime-types/x-kde-nsplugin-generated.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-mail-distribution-list.svg b/filemanager/public/mime-types/x-mail-distribution-list.svg new file mode 100644 index 000000000..00097be26 --- /dev/null +++ b/filemanager/public/mime-types/x-mail-distribution-list.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-media-podcast.svg b/filemanager/public/mime-types/x-media-podcast.svg new file mode 100644 index 000000000..12a53801b --- /dev/null +++ b/filemanager/public/mime-types/x-media-podcast.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-address-book.svg b/filemanager/public/mime-types/x-office-address-book.svg new file mode 100644 index 000000000..04c0bf65d --- /dev/null +++ b/filemanager/public/mime-types/x-office-address-book.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-calendar.svg b/filemanager/public/mime-types/x-office-calendar.svg new file mode 100644 index 000000000..8c064ac03 --- /dev/null +++ b/filemanager/public/mime-types/x-office-calendar.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-contact.svg b/filemanager/public/mime-types/x-office-contact.svg new file mode 100644 index 000000000..00097be26 --- /dev/null +++ b/filemanager/public/mime-types/x-office-contact.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-document.svg b/filemanager/public/mime-types/x-office-document.svg new file mode 100644 index 000000000..67c96594e --- /dev/null +++ b/filemanager/public/mime-types/x-office-document.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-drawing.svg b/filemanager/public/mime-types/x-office-drawing.svg new file mode 100644 index 000000000..82bf0f213 --- /dev/null +++ b/filemanager/public/mime-types/x-office-drawing.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-presentation.svg b/filemanager/public/mime-types/x-office-presentation.svg new file mode 100644 index 000000000..7dd015440 --- /dev/null +++ b/filemanager/public/mime-types/x-office-presentation.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/public/mime-types/x-office-spreadsheet.svg b/filemanager/public/mime-types/x-office-spreadsheet.svg new file mode 100644 index 000000000..ce7a01256 --- /dev/null +++ b/filemanager/public/mime-types/x-office-spreadsheet.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/filemanager/src/App.vue b/filemanager/src/App.vue new file mode 100644 index 000000000..15ec25994 --- /dev/null +++ b/filemanager/src/App.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/filemanager/src/assets/vue.svg b/filemanager/src/assets/vue.svg new file mode 100644 index 000000000..770e9d333 --- /dev/null +++ b/filemanager/src/assets/vue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filemanager/src/components/PreviewPanel.vue b/filemanager/src/components/PreviewPanel.vue new file mode 100644 index 000000000..1a9a104e0 --- /dev/null +++ b/filemanager/src/components/PreviewPanel.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/filemanager/src/main.js b/filemanager/src/main.js new file mode 100644 index 000000000..ae1071955 --- /dev/null +++ b/filemanager/src/main.js @@ -0,0 +1,37 @@ +import { createApp } from 'vue'; +import './style.css'; + +import 'primevue/resources/themes/saga-blue/theme.css'; +import 'primevue/resources/primevue.min.css'; +import 'primeicons/primeicons.css'; + +import PrimeVue from 'primevue/config'; +import ConfirmationService from 'primevue/confirmationservice'; + +import { createRouter, createWebHashHistory } from 'vue-router'; + +import App from './App.vue'; +import Login from './views/Login.vue'; +import Home from './views/Home.vue'; +import Viewer from './views/Viewer.vue'; + +const routes = [ + { path: '/', redirect: '/home' }, + { path: '/home/:type?/:resourceId?/:cwd*', component: Home }, + { path: '/viewer/:type/:resourceId/:filePath*', component: Viewer }, + { path: '/login', component: Login }, +]; + +const router = createRouter({ + // 4. Provide the history implementation to use. We are using the hash history for simplicity here. + history: createWebHashHistory(), + routes, +}); + +const app = createApp(App); + +app.use(router); +app.use(PrimeVue, { ripple: true }); +app.use(ConfirmationService); + +app.mount('#app'); diff --git a/filemanager/src/models/DirectoryModel.js b/filemanager/src/models/DirectoryModel.js new file mode 100644 index 000000000..8c943ca0c --- /dev/null +++ b/filemanager/src/models/DirectoryModel.js @@ -0,0 +1,79 @@ + +import superagent from 'superagent'; +import safe from 'safetydance'; +import { sanitize } from 'pankow/utils'; + +export function createDirectoryModel(origin, accessToken, api) { + + return { + name: 'DirectoryModel', + async listFiles(path) { + const [error, result] = await safe(superagent.get(`${origin}/api/v1/${api}/files/${path}`).query({ access_token: accessToken })); + if (error) { + console.error('Failed to list files', error); + return []; + } + + // this prepares the entries to be compatible with all components + result.body.entries.forEach(item => { + // if we have an image, attach previewUrl + if (item.mimeType.indexOf('image/') === 0) { + item.previewUrl = `${origin}/api/v1/${api}/files/${encodeURIComponent(path + '/' + item.fileName)}?access_token=${accessToken}` + } + + item.folderPath = path; + }); + + return result.body.entries; + }, + async upload(targetDir, file, progressHandler) { + await superagent.post(`${origin}/api/v1/${api}/files/${encodeURIComponent(sanitize(targetDir + '/' + file.name))}`) + .query({ access_token: accessToken }) + .attach('file', file) + .on('progress', progressHandler); + }, + async newFile(folderPath, fileName) { + await superagent.post(`${origin}/api/v1/${api}/files/${folderPath}`) + .query({ access_token: accessToken }) + .attach('file', new File([], fileName)); + }, + async newFolder(folderPath) { + await superagent.post(`${origin}/api/v1/${api}/files/${folderPath}`) + .query({ access_token: accessToken }) + .send({ directory: true }); + }, + async remove(filePath) { + await superagent.del(`${origin}/api/v1/${api}/files/${filePath}`) + .query({ access_token: accessToken }); + }, + async rename(fromFilePath, toFilePath) { + await superagent.put(`${origin}/api/v1/${api}/files/${fromFilePath}`) + .send({ action: 'rename', newFilePath: sanitize(toFilePath) }) + .query({ access_token: accessToken }); + }, + async save(filePath, content) { + const file = new File([content], 'file'); + await superagent.post(`${origin}/api/v1/${api}/files/${filePath}`) + .query({ access_token: accessToken }) + .attach('file', file) + .field('overwrite', 'true'); + }, + async getFile(path) { + const [error, result] = await safe(fetch(`${origin}/api/v1/${api}/files/${path}?access_token=${accessToken}`)); + if (error) { + console.error('Failed to get file', error); + return null; + } + + const text = await result.text(); + return text; + }, + getFileUrl(path) { + return `${origin}/api/v1/${api}/files/${path}?access_token=${accessToken}`; + } + }; +} + +export default { + createDirectoryModel +}; diff --git a/filemanager/src/style.css b/filemanager/src/style.css new file mode 100644 index 000000000..395b63541 --- /dev/null +++ b/filemanager/src/style.css @@ -0,0 +1,42 @@ +html, body { + font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */ + font-family: Noto Sans; + height: 100%; + width: 100%; + padding: 0; + margin: 0; + background-color: #e5e5e5; +} + +h1 { + font-weight: 300 !important; +} + +a { + color: #2196f3; + text-decoration: none; +} + +a:hover, a:focus { + color: #0a6ebd; + text-decoration: underline; +} + +.shadow { + box-shadow: 0 2px 5px rgba(0,0,0,.1); +} + +#app { + height: 100%; +} + +.fade-enter-active, +.fade-leave-active { + transition: all 0.25s ease; +} + +.fade-enter-from, +.fade-leave-to { + opacity: 0; + transform: scale(1.1); +} diff --git a/filemanager/src/utils.js b/filemanager/src/utils.js new file mode 100644 index 000000000..03713ed27 --- /dev/null +++ b/filemanager/src/utils.js @@ -0,0 +1,196 @@ + +import { filesize } from 'filesize'; + +function prettyDate(value) { + var date = new Date(value), + diff = (((new Date()).getTime() - date.getTime()) / 1000), + day_diff = Math.floor(diff / 86400); + + if (isNaN(day_diff) || day_diff < 0) + return; + + return day_diff === 0 && ( + diff < 60 && 'just now' || + diff < 120 && '1 min ago' || + diff < 3600 && Math.floor( diff / 60 ) + ' min ago' || + diff < 7200 && '1 hour ago' || + diff < 86400 && Math.floor( diff / 3600 ) + ' hours ago') || + day_diff === 1 && 'Yesterday' || + day_diff < 7 && day_diff + ' days ago' || + day_diff < 31 && Math.ceil( day_diff / 7 ) + ' weeks ago' || + day_diff < 365 && Math.round( day_diff / 30 ) + ' months ago' || + Math.round( day_diff / 365 ) + ' years ago'; +} + +function prettyLongDate(value) { + if (!value) return 'unkown'; + + var date = new Date(value); + return `${date.getDate()}.${date.getMonth() + 1}.${date.getFullYear()} ${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}`; +} + +function prettyFileSize(value) { + if (typeof value !== 'number') return 'unkown'; + + return filesize(value); +} + +function sanitize(path) { + path = '/' + path; + return path.replace(/\/+/g, '/'); +} + +function encode(path) { + return path.split('/').map(encodeURIComponent).join('/'); +} + +function decode(path) { + return path.split('/').map(decodeURIComponent).join('/'); +} + +// TODO create share links instead of using access token +function getDirectLink(entry) { + if (entry.share) { + let link = window.location.origin + '/api/v1/shares/' + entry.share.id + '?type=raw&path=' + encodeURIComponent(entry.filePath); + return link; + } else { + return window.location.origin + '/api/v1/files?type=raw&path=' + encodeURIComponent(entry.filePath); + } +} + +// TODO the url might actually return a 412 in which case we have to keep reloading +function getPreviewUrl(entry) { + if (!entry.previewUrl) return ''; + return entry.previewUrl; +} + +function getShareLink(shareId) { + return window.location.origin + '/api/v1/shares/' + shareId + '?type=raw'; +} + +function download(entries, name) { + if (!entries.length) return; + + if (entries.length === 1) { + if (entries[0].share) window.location.href = '/api/v1/shares/' + entries[0].share.id + '?type=download&path=' + encodeURIComponent(entries[0].filePath); + else window.location.href = '/api/v1/files?type=download&path=' + encodeURIComponent(entries[0].filePath); + + return; + } + + const params = new URLSearchParams(); + + // be a bit smart about the archive name and folder tree + const folderPath = entries[0].filePath.slice(0, -entries[0].fileName.length); + const archiveName = name || folderPath.slice(folderPath.slice(0, -1).lastIndexOf('/')+1).slice(0, -1); + params.append('name', archiveName); + params.append('skipPath', folderPath); + + params.append('entries', JSON.stringify(entries.map(function (entry) { + return { + filePath: entry.filePath, + shareId: entry.share ? entry.share.id : undefined + }; + }))); + + window.location.href = '/api/v1/download?' + params.toString(); +} + +function getFileTypeGroup(entry) { + return entry.mimeType.split('/')[0]; +} + +// simple extension detection, does not work with double extension like .tar.gz +function getExtension(entry) { + if (entry.isFile) return entry.fileName.slice(entry.fileName.lastIndexOf('.') + 1); + return ''; +} + +function copyToClipboard(value) { + var elem = document.createElement('input'); + elem.value = value; + document.body.append(elem); + elem.select(); + document.execCommand('copy'); + elem.remove(); +} + +function clearSelection() { + if(document.selection && document.selection.empty) { + document.selection.empty(); + } else if(window.getSelection) { + var sel = window.getSelection(); + sel.removeAllRanges(); + } +} + +function urlSearchQuery() { + return decodeURIComponent(window.location.search).slice(1).split('&').map(function (item) { return item.split('='); }).reduce(function (o, k) { o[k[0]] = k[1]; return o; }, {}); +} + +// those paths contain the internal type and path reference eg. shares/:shareId/folder/filename or files/folder/filename +function parseResourcePath(resourcePath) { + var result = { + type: '', + path: '', + shareId: '', + apiPath: '', + resourcePath: '' + }; + + if (resourcePath.indexOf('files/') === 0) { + result.type = 'files'; + result.path = resourcePath.slice('files'.length) || '/'; + result.apiPath = '/api/v1/files'; + result.resourcePath = result.type + result.path; + } else if (resourcePath.indexOf('shares/') === 0) { + result.type = 'shares'; + result.shareId = resourcePath.split('/')[1]; + result.path = resourcePath.slice((result.type + '/' + result.shareId).length) || '/'; + result.apiPath = '/api/v1/shares/' + result.shareId; + // without shareId we show the root (share listing) + result.resourcePath = result.type + '/' + (result.shareId ? (result.shareId + result.path) : ''); + } else { + console.error('Unknown resource path', resourcePath); + } + + return result; +} + +function getEntryIdentifier(entry) { + return (entry.share ? (entry.share.id + '/') : '') + entry.filePath; +} + +function entryListSort(list, prop, desc) { + var tmp = list.sort(function (a, b) { + var av = a[prop]; + var bv = b[prop]; + + if (typeof av === 'string') return (av.toUpperCase() < bv.toUpperCase()) ? -1 : 1; + else return (av < bv) ? -1 : 1; + }); + + if (desc) return tmp; + return tmp.reverse(); +} + +export { + getDirectLink, + getPreviewUrl, + getShareLink, + getFileTypeGroup, + prettyDate, + prettyLongDate, + prettyFileSize, + sanitize, + encode, + decode, + download, + getExtension, + copyToClipboard, + clearSelection, + urlSearchQuery, + parseResourcePath, + getEntryIdentifier, + entryListSort +}; diff --git a/filemanager/src/views/Home.vue b/filemanager/src/views/Home.vue new file mode 100644 index 000000000..00257d078 --- /dev/null +++ b/filemanager/src/views/Home.vue @@ -0,0 +1,393 @@ + + + + + diff --git a/filemanager/src/views/Login.vue b/filemanager/src/views/Login.vue new file mode 100644 index 000000000..b2d4760be --- /dev/null +++ b/filemanager/src/views/Login.vue @@ -0,0 +1,91 @@ + + + + + + diff --git a/filemanager/src/views/Viewer.vue b/filemanager/src/views/Viewer.vue new file mode 100644 index 000000000..ec988357e --- /dev/null +++ b/filemanager/src/views/Viewer.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/filemanager/vite.config.js b/filemanager/vite.config.js new file mode 100644 index 000000000..c08d856ac --- /dev/null +++ b/filemanager/vite.config.js @@ -0,0 +1,13 @@ +import { defineConfig } from 'vite'; +import vue from '@vitejs/plugin-vue'; + +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [vue()], + server: { + fs: { + // Allow serving files from one level up to the project root for monaco editor assets + allow: ['..'] + }, + }, +});