Compare commits
57 Commits
feature/re
...
snyk-upgra
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6c29d12eb | ||
| 5fbca80a3c | |||
| 4fa1410790 | |||
| 411fc5f37f | |||
| f7c20719f7 | |||
| e5a7aeede8 | |||
|
|
cfbf3a4033 | ||
| 89cda7c415 | |||
| e211436675 | |||
| d1be96a1df | |||
|
|
7e87312d99 | ||
|
|
73c277acfb | ||
| 0728233206 | |||
| b127ce0514 | |||
| 5924222296 | |||
| 6d2c601b5d | |||
| f2fb993596 | |||
| c40232099f | |||
|
|
17d33a9ad2 | ||
|
|
e380bafbb0 | ||
|
|
4c63e68625 | ||
|
|
8b5d150fe2 | ||
|
|
10808f3622 | ||
|
|
37ba8f0f29 | ||
|
|
51fb0150d9 | ||
|
|
03dd12cea1 | ||
|
|
56ae719a2e | ||
|
|
68b7e50b9e | ||
|
|
386e2009c4 | ||
|
|
3da55bca81 | ||
|
|
5d8f1457d4 | ||
|
|
39d9ebc549 | ||
|
|
b2f3664909 | ||
|
|
06c2f0e3d0 | ||
|
|
2d2392c8ae | ||
|
|
5e7061bc61 | ||
|
|
8451a2bd4b | ||
|
|
dd135f10ec | ||
|
|
247eb03cea | ||
|
|
19c16cfbf1 | ||
|
|
456687edc5 | ||
|
|
aab63bb627 | ||
|
|
efb3cac129 | ||
|
|
36314339fb | ||
|
|
c6247e445f | ||
| b028856eb5 | |||
| 1925b2ef0c | |||
|
|
0d1bd4522e | ||
| f2e84b63fa | |||
| ac6257ed6d | |||
| 2486dec824 | |||
| 04e6c0d0fc | |||
| b948c42fe2 | |||
| 5d7be1a482 | |||
| 4e81d06a6e | |||
|
|
0f2400ff2b | ||
| 7ed2332a3e |
2
.github/workflows/laravel.yml
vendored
2
.github/workflows/laravel.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: "8.1"
|
||||
php-version: "8.2"
|
||||
- uses: actions/checkout@v3
|
||||
- name: Copy .env
|
||||
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
|
||||
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -2,8 +2,7 @@
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
// "source.organizeImports": true // <-- when enabled, breaks tinymce required import order
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[vue]": {
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
"php": "^8.1",
|
||||
"doctrine/dbal": "^3.5",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"intervention/image": "^2.7",
|
||||
"intervention/image": "*",
|
||||
"laravel/framework": "^10.12",
|
||||
"laravel/sanctum": "^3.2",
|
||||
"laravel/tinker": "^2.8",
|
||||
"league/flysystem-aws-s3-v3": "^3.12",
|
||||
"owen-it/laravel-auditing": "^13.1",
|
||||
"php-ffmpeg/php-ffmpeg": "^1.1",
|
||||
"square/square": "32.0.0.20231018",
|
||||
"square/square": "34.0.1.20240118",
|
||||
"sunspikes/clamav-validator": "*",
|
||||
"thiagoalessio/tesseract_ocr": "^2.12",
|
||||
"vlucas/phpdotenv": "^5.5"
|
||||
|
||||
1849
composer.lock
generated
1849
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -159,7 +159,7 @@ return [
|
||||
/*
|
||||
* Package Service Providers...
|
||||
*/
|
||||
Intervention\Image\ImageServiceProvider::class,
|
||||
// Intervention\Image\ImageServiceProvider::class,
|
||||
OwenIt\Auditing\AuditingServiceProvider::class,
|
||||
|
||||
/*
|
||||
|
||||
4407
package-lock.json
generated
4407
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
27
package.json
@@ -11,43 +11,46 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ls-lint/ls-lint": "^2.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||
"@typescript-eslint/parser": "^6.19.1",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-jsdoc": "^46.6.0",
|
||||
"eslint-plugin-jsdoc": "^48.0.2",
|
||||
"eslint-plugin-vue": "^9.18.1",
|
||||
"knip": "^2.38.6",
|
||||
"knip": "^4.2.1",
|
||||
"laravel-vite-plugin": "^0.8.0",
|
||||
"lodash": "^4.17.19",
|
||||
"postcss": "^8.4.27",
|
||||
"prettier": "3.0.3",
|
||||
"prettier": "3.2.4",
|
||||
"rollup-plugin-analyzer": "^4.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.4",
|
||||
"unocss": "^0.57.1",
|
||||
"vite": "^4.4.7",
|
||||
"unocss": "^0.58.3",
|
||||
"vite": "^4.5.3",
|
||||
"vite-plugin-compression2": "^0.11.0",
|
||||
"vitest": "^0.34.3"
|
||||
"vitest": "^1.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/progress": "^0.2.7",
|
||||
"@inertiajs/vue3": "^1.0.14",
|
||||
"@tiptap/extension-highlight": "^2.1.8",
|
||||
"@tiptap/extension-image": "^2.0.3",
|
||||
"@tiptap/extension-link": "^2.0.3",
|
||||
"@tiptap/extension-subscript": "^2.0.3",
|
||||
"@tiptap/extension-superscript": "^2.1.8",
|
||||
"@tiptap/extension-text-align": "^2.0.3",
|
||||
"@tiptap/extension-text-align": "^2.2.4",
|
||||
"@tiptap/extension-underline": "^2.0.3",
|
||||
"@tiptap/pm": "^2.0.3",
|
||||
"@tiptap/starter-kit": "^2.1.8",
|
||||
"@tiptap/vue-3": "^2.0.3",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"dompurify": "^3.0.4",
|
||||
"dotenv": "^16.0.3",
|
||||
"dotenv": "^16.4.1",
|
||||
"pinia": "^2.0.28",
|
||||
"pinia-plugin-persistedstate": "^3.2.0",
|
||||
"sass": "^1.69.5",
|
||||
"vue": "^3.3.7",
|
||||
"vue-router": "^4.2.2"
|
||||
"vue-router": "^4.2.2",
|
||||
"ziggy-js": "^1.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,10 @@
|
||||
:src="getFileIconImagePath(file.name || file.title)"
|
||||
class="h-10 text-center" />
|
||||
<div
|
||||
v-if="file.security_type != ''"
|
||||
v-if="
|
||||
file.security_type !== undefined &&
|
||||
file.security_type != ''
|
||||
"
|
||||
class="absolute right--1 top-0 h-4 w-4">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -29,11 +32,14 @@
|
||||
</div>
|
||||
</td>
|
||||
<td class="pl-2 py-4 w-full">
|
||||
<a :href="file.url" target="_blank">{{
|
||||
<a rel="nofollow" :href="file.url" target="_blank">{{
|
||||
file.title || file.name
|
||||
}}</a>
|
||||
<p
|
||||
v-if="file.security_type != ''"
|
||||
v-if="
|
||||
file.security_type !== undefined &&
|
||||
file.security_type != ''
|
||||
"
|
||||
class="text-xs color-gray">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -49,7 +55,9 @@
|
||||
</p>
|
||||
</td>
|
||||
<td class="pr-2">
|
||||
<a :href="addQueryParam(file.url, 'download', '1')"
|
||||
<a
|
||||
rel="nofollow"
|
||||
:href="addQueryParam(file.url, 'download', '1')"
|
||||
><svg
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
will forever remain etched in the hearts of the Cairns Minecraft
|
||||
community.
|
||||
</p>
|
||||
<SMAttachments class="mt-8" :attachments="downloads" />
|
||||
<SMAttachments class="mt-8" :model-value="downloads" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user