diff --git a/.env.example b/.env.example index b3c26a22..f1f505ed 100644 --- a/.env.example +++ b/.env.example @@ -32,10 +32,10 @@ REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 -MAIL_DRIVER= +MAIL_DRIVER=log MAIL_HOST= MAIL_PORT= -MAIL_USERNAME= +MAIL_USERNAME=example@domain.com MAIL_PASSWORD= MAIL_ENCRYPTION= MAIL_FROM_ADDRESS="${MAIL_USERNAME}" diff --git a/.env.testing b/.env.testing index fc824898..8f13ebd4 100644 --- a/.env.testing +++ b/.env.testing @@ -1,6 +1,6 @@ APP_NAME=Laravel APP_ENV=local -APP_KEY=base64:yMMyV3sJ87ArJwlbTKlr9O2JBr/eB4w3AEKj3Z1SoPM= +APP_KEY=base64:IOcs+sRmD3FGF8qveF6VTgxB26b0ShnwmqIZp/fYNGo= APP_DEBUG=true APP_URL=http://localhost APP_DEMO=false diff --git a/config/language-translations.php b/config/language-translations.php index 28aeb1db..25d1e8ea 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -927,5 +927,7 @@ return [ 'password_doesnt_match' => 'The provided password does not match your current password.', 'amount' => 'Amount', 'upload_request_default_folder' => 'Upload Request from :timestamp', + 'copy_direct_download_link' => 'Copy Direct Download Link', + 'direct_link_copied' => 'Your direct download link was copied', ], ]; diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 0aa01fd4..62befdf7 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -9,7 +9,7 @@ "/chunks/environment-setup.js": "/chunks/environment-setup.js?id=e1ad83583367917a", "/chunks/app-setup.js": "/chunks/app-setup.js?id=288594cd7f628cf8", "/chunks/admin-account.js": "/chunks/admin-account.js?id=916450217130f3b8", - "/chunks/shared.js": "/chunks/shared.js?id=96268e9b7e8e8a19", + "/chunks/shared.js": "/chunks/shared.js?id=4b3807fb6a40bdee", "/chunks/shared/browser.js": "/chunks/shared/browser.js?id=3dc8fdb008b6ff5f", "/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=9ccb8bb19b95a23f", "/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=672e931a9fb0b672", @@ -53,7 +53,7 @@ "/chunks/contact-us.js": "/chunks/contact-us.js?id=2e0b16655d2d85d7", "/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=25b805ade5230382", "/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=f4562229776d9f56", - "/chunks/sign-in.js": "/chunks/sign-in.js?id=0ca5a083976c88ae", + "/chunks/sign-in.js": "/chunks/sign-in.js?id=0d48d229038a3a1e", "/chunks/sign-up.js": "/chunks/sign-up.js?id=bb92bad614e60d45", "/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=50a1bc5e4ed86ec9", "/chunks/create-new-password.js": "/chunks/create-new-password.js?id=f652de052dba55c1", @@ -62,7 +62,7 @@ "/chunks/settings-password.js": "/chunks/settings-password.js?id=11d4331650cac280", "/chunks/settings-storage.js": "/chunks/settings-storage.js?id=994b669a56fd417b", "/chunks/billing.js": "/chunks/billing.js?id=c00460dcfd3403a8", - "/chunks/platform.js": "/chunks/platform.js?id=86aefe46c825e07d", + "/chunks/platform.js": "/chunks/platform.js?id=412bb89ebf742edb", "/chunks/files.js": "/chunks/files.js?id=060b1a34dfdbe97c", "/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=0f63bbc02ad8f3e1", "/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=0a06d32b4cf8b52c", diff --git a/resources/js/components/Others/Forms/CopyShareLink.vue b/resources/js/components/Others/Forms/CopyShareLink.vue index a123ffff..3e6a6657 100644 --- a/resources/js/components/Others/Forms/CopyShareLink.vue +++ b/resources/js/components/Others/Forms/CopyShareLink.vue @@ -25,6 +25,18 @@ v-if="isOpenedMoreOptions" class="absolute top-12 left-0 right-0 z-10 select-none overflow-y-auto overflow-x-hidden rounded-lg shadow-xl" > +