mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
Merge remote-tracking branch 'origin/2fa'
# Conflicts: # .php-cs-fixer.cache # config/language-translations.php # public/mix-manifest.json # resources/js/views/Auth/SignIn.vue # webpack.mix.js
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -25,6 +25,7 @@ class UserResource extends JsonResource
|
||||
'stripe_customer' => is_null($this->stripe_id) ? false : true,
|
||||
'email' => is_demo() ? obfuscate_email($this->email) : $this->email,
|
||||
'role' => $this->role,
|
||||
'two_factor_authentication' => $this->two_factor_secret ? true : false,
|
||||
'folders' => $this->folder_tree,
|
||||
'storage' => $this->storage,
|
||||
'created_at_formatted' => format_date($this->created_at, '%d. %B. %Y'),
|
||||
|
||||
@@ -11,13 +11,14 @@ use Kyslik\ColumnSortable\Sortable;
|
||||
use App\Notifications\ResetPassword;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Laravel\Fortify\TwoFactorAuthenticatable;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
use Illuminate\Contracts\Auth\MustVerifyEmail;
|
||||
|
||||
class User extends Authenticatable implements MustVerifyEmail
|
||||
{
|
||||
use Notifiable, Billable, Sortable, HasFactory, HasApiTokens;
|
||||
use Notifiable, Billable, Sortable, HasFactory, HasApiTokens, TwoFactorAuthenticatable;
|
||||
|
||||
protected $guarded = [
|
||||
'id',
|
||||
|
||||
@@ -136,8 +136,8 @@ return [
|
||||
// Features::emailVerification(),
|
||||
Features::updateProfileInformation(),
|
||||
//Features::updatePasswords(),
|
||||
/*Features::twoFactorAuthentication([
|
||||
Features::twoFactorAuthentication([
|
||||
'confirmPassword' => true,
|
||||
]),*/
|
||||
]),
|
||||
],
|
||||
];
|
||||
|
||||
@@ -324,6 +324,7 @@ return [
|
||||
'context_menu.delete' => 'Delete',
|
||||
'context_menu.detail' => 'Detail',
|
||||
'context_menu.download' => 'Download',
|
||||
'context_menu.copy' => 'Copy',
|
||||
'context_menu.empty_trash' => 'Empty Trash',
|
||||
'context_menu.log_out' => 'Log Out',
|
||||
'context_menu.move' => 'Move',
|
||||
@@ -397,8 +398,7 @@ return [
|
||||
'menu.files' => 'Files',
|
||||
'menu.latest' => 'Recent Uploads',
|
||||
'menu.logout' => 'Log Out',
|
||||
'menu.password' => 'Password',
|
||||
'menu.token' => 'Access Token',
|
||||
'menu.password' => 'Account Security',
|
||||
'menu.profile' => 'Profile Settings',
|
||||
'menu.settings' => 'Settings',
|
||||
'menu.shared' => 'Shared Files',
|
||||
@@ -475,6 +475,13 @@ return [
|
||||
'page_sign_in.placeholder_password' => 'Type your password',
|
||||
'page_sign_in.subtitle' => 'Confirm you by your password',
|
||||
'page_sign_in.title' => 'Are You {name}?',
|
||||
'page_sign_in_2fa_title' => 'Welcome {name}',
|
||||
'page_sign_in_2fa_subtitle' => 'Confirm you by 2FA code from your Authenticator app',
|
||||
'page_sign_in.placeholder_2fa' => 'Type your 2FA code...',
|
||||
'page_sign_in.2fa_recovery_text' => "Can't get your 2FA code?",
|
||||
'page_sign_in.2fa_recovery_button' => 'Use recovery code.',
|
||||
'page_sign_in.2fa_recovery_subtitle' => 'Use your recovery code',
|
||||
'page_sign_in.placeholder_2fa_recovery' => "Type your recovery code",
|
||||
'page_not_verified.subtitle' => 'Your account is not verified. Before login, verify your account please.',
|
||||
'page_not_verified.resend_text' => 'Do you want resend verification email?',
|
||||
'page_not_verified.resend_button' => 'Resend verification email.',
|
||||
@@ -549,7 +556,6 @@ return [
|
||||
'routes_title.profile' => 'My Profile',
|
||||
'routes_title.settings' => 'Settings',
|
||||
'routes_title.settings_password' => 'Change Password',
|
||||
'routes_title.token' => 'Access Token',
|
||||
'routes_title.settings_storage' => 'Storage',
|
||||
'routes_title.user_create' => 'Create User',
|
||||
'routes_title.users_delete' => 'Delete User',
|
||||
@@ -625,7 +631,6 @@ return [
|
||||
'user_box_role.title' => 'Change User Role',
|
||||
'user_box_storage.description' => "Change user storage capacity by input bellow. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
|
||||
'user_box_storage.title' => 'Change User Storage Capacity',
|
||||
'user_token.title' => 'Access Tokens',
|
||||
'user_password.title' => 'Change Your Password',
|
||||
'user_settings.address' => 'Address',
|
||||
'user_settings.address_plac' => 'Type your billing address',
|
||||
@@ -645,6 +650,8 @@ return [
|
||||
'user_settings.timezone_plac' => 'Select your timezone',
|
||||
'user_settings.title_account' => 'Account Information',
|
||||
'user_settings.title_billing' => 'Billing Information',
|
||||
'validation_errors.incorrect_2fa_code' => 'Sorry, you passed incorrect or expired code',
|
||||
'validation_errors.incorrect_2fa_recovery_code' => 'Sorry, you passed incorrect recovery code',
|
||||
'validation_errors.incorrect_password' => 'Sorry, you passed incorrect password :(',
|
||||
'validation_errors.wrong_image' => 'You may have uploaded the wrong file, try again!',
|
||||
'app_description' => 'Your self-hosted storage cloud software powered by Laravel and Vue',
|
||||
@@ -686,6 +693,26 @@ return [
|
||||
'app_touch_icon' => 'App Touch Icon',
|
||||
'app_touch_icon_description' => 'If user store bookmark on his phone screen, this icon appear in app thumbnail. Preferred size is 156x156',
|
||||
'select_search_placeholder' => 'Search in list...',
|
||||
'2fa.settings.title' => 'Two Factor Authentication',
|
||||
'2fa.i_have_2fa_app' => 'I have already 2FA app',
|
||||
'popup_2fa.title' => 'Confirm Your Password',
|
||||
'popup_2fa.input_label' => 'Password',
|
||||
'popup_2fa.placeholder' => 'Type your password',
|
||||
'popup_2fa.help' => 'Scan the image above with the <b class="text-theme">two-factor authentication app</b> on your phone.',
|
||||
'popup_2fa.confirm_button' => 'Confirm',
|
||||
'popup_2fa.disappear_qr' => 'Really disappear this QR code?',
|
||||
'popup_2fa.toaster_enabled' => 'Your 2FA was enabled successfully!',
|
||||
'popup_2fa.toaster_disabled' => 'Your 2FA was disabled!',
|
||||
'popup_2fa.switch_title' => 'Enable / Disable Two Factor Authentication',
|
||||
'popup_2fa.switch_info' => 'Here you can improve your account security by turn on 2fa verification.',
|
||||
'popup_2fa.codes_title' => 'Show Recovery Codes',
|
||||
'popup_2fa.codes_info' => 'Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.',
|
||||
'popup_2fa.codes_button' => 'Show Codes',
|
||||
'popup_2fa.popup_codes_title' => 'Your Security Codes',
|
||||
'popup_2fa.popup_codes_disclaimer' => '<b class="text-theme">Put these in a safe spot.</b> If you lose your device and don’t have the recovery codes you will lose access to your account.',
|
||||
'context_menu.codes_regenerate' => 'Regenerate Codes',
|
||||
'popup_2fa.toaster_codes_copied' => 'Your codes was copied!',
|
||||
'popup_2fa.toaster_codes_regenerated' => 'Your codes was regenerated!',
|
||||
'go_home' => 'Go to the homepage',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
<iframe src="http://localhost:8000/sign-in" width="450" height="900" frameborder="1"></iframe>
|
||||
<iframe src="https://demo.vuefilemanager.com/sign-in" width="450" height="900" frameborder="1"></iframe>
|
||||
@@ -1,76 +1,325 @@
|
||||
{
|
||||
"/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~2fac28cc.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~2fac28cc.js?id=59d8a92b461069b2d8ef",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=d29cd0c8ec779211dab8",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser.js?id=f25782b264596501fcd6",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/shared.js?id=bc3d486acfd8c6ad278d",
|
||||
"/chunks/files~chunks/shared/file-browser~chunks/shared/single-file.js": "/chunks/files~chunks/shared/file-browser~chunks/shared/single-file.js?id=2b29eaebc1d8f17db885",
|
||||
"/chunks/files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared/file-browser.js?id=c4eb8013c1ec8c05475f",
|
||||
"/chunks/not-found.js": "/chunks/not-found.js?id=87a13ef68b45d7543699",
|
||||
"/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=57581a02c7ada8b60adc",
|
||||
"/vendors~chunks/platform~chunks/shared.js": "/vendors~chunks/platform~chunks/shared.js?id=bc26c252f2ba5f4d6360",
|
||||
"/js/main.js": "/js/main.js?id=cad60f75e1a18ad53cd9",
|
||||
"/css/app.css": "/css/app.css?id=a8f94d0c5a6f4a1185b1",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=45eaa568f533dbbcf562",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=9c7e8b0405258f640858",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=c4cbf44a0a2fe7faf137",
|
||||
"/chunks/app-billings.js": "/chunks/app-billings.js?id=c4c7d9464a827b13f921",
|
||||
"/chunks/app-email.js": "/chunks/app-email.js?id=819b6a283fb463ade53a",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=0d6514e1543e6e577c93",
|
||||
"/chunks/app-language.js": "/chunks/app-language.js?id=36b613f0ce24ccb947b0",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=438e1a835504f56658cf",
|
||||
"/chunks/app-payments.js": "/chunks/app-payments.js?id=349483fe8a4075a5ec18",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=b37c64e42777f79c4e44",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=d8ef00efe7a71ac2eeb9",
|
||||
"/chunks/billings-detail.js": "/chunks/billings-detail.js?id=d5601ca42f3b472d596b",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=9ccd4c02178f4b6e7278",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=7ad3557be542c00d77fd",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=7ba5803e269028fb0bd3",
|
||||
"/chunks/database.js": "/chunks/database.js?id=c5c091bd683e93c04b9c",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=8b23935ea7aa9730902a",
|
||||
"/chunks/email-verified.js": "/chunks/email-verified.js?id=bd5e569c62dc884f4a87",
|
||||
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=ff40a4efd9fc0dde3407",
|
||||
"/chunks/files.js": "/chunks/files.js?id=46c8201714b4a4af1916",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=5af9e720ce6b3a566d17",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=9cae62ea6cd97d357629",
|
||||
"/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=25b236ab46dae7c46990",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=34f5ba5ae69b05291f2e",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=a581d728f71c7b329628",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=c87b3794198460ad7e72",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=c1ea41df4269baac420c",
|
||||
"/chunks/plan-create.js": "/chunks/plan-create.js?id=80852ba0abb3a8588c77",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=82741fb5261f08150514",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=b8687091a8d5205ab2c9",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=5b110f5b7612fba1ee57",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=db34546a916fb978b13f",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=83fd1af592ab59681fdd",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=091c60b5d24c23c36c4f",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=df533c52606d4b98bfae",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=a41376cbdd3e20eaa19d",
|
||||
"/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=1132c5249c5b4d7aeac2",
|
||||
"/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=699ab28d4b68243723c4",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=446bfd7bd6338b65b4b9",
|
||||
"/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=490c8bae75ee794336d6",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=2f3f169b64a7adf53e5a",
|
||||
"/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=991ecc41cd5fafde9219",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=d60972a2216523642850",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=4c30d13989c53043d24d",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=86820a408438c3513b20",
|
||||
"/chunks/shared/file-browser.js": "/chunks/shared/file-browser.js?id=74d47dd07002086ba1de",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=03fb36b0d38a3218221f",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=9a1ec8be1bc463e03518",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=fba111e00801bb09ab4f",
|
||||
"/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=180aac1d015cf807d273",
|
||||
"/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=39e6454a57c1d4c3de9e",
|
||||
"/chunks/subscription-service.js": "/chunks/subscription-service.js?id=a730669addc0a9040a5d",
|
||||
"/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=14852c740fdfab5aa24f",
|
||||
"/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=ffaeb91552b73d931224",
|
||||
"/chunks/user.js": "/chunks/user.js?id=31643ae52fc0493a7a41",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=5eb6ef52dbb8214c9251",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=dc708437ba1e5ebc0a0d",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=1df9ea4743a9e74bcfb8",
|
||||
"/chunks/user-invoices.js": "/chunks/user-invoices.js?id=d868a4ce71dff166c8da",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=3214eb9dadcbeb1e685f",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=2a88913e0bc8f55d56d0",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=a59ade6e1baffcbcfa7b",
|
||||
"/chunks/users.js": "/chunks/users.js?id=bd548b16e12585cf7f8b"
|
||||
"/js/main.js": "/js/main.js",
|
||||
"/css/app.css": "/css/app.css",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=baf8a45b3c1d04f09229",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=61bd29aac87199e45174",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js?id=d21b5946c88a87e9099d",
|
||||
"/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~5f8db287.js": "/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~5f8db287.js?id=07a5f340da451bf2ae5d",
|
||||
"/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~eeab5771.js": "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~eeab5771.js?id=b26eff2899df7f85229d",
|
||||
"/chunks/admin~chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser.js": "/chunks/admin~chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser.js?id=146db62ff2aa25c39386",
|
||||
"/chunks/admin~chunks/files~chunks/settings~chunks/shared/file-browser.js": "/chunks/admin~chunks/files~chunks/settings~chunks/shared/file-browser.js?id=e23621e57bab3e9e349a",
|
||||
"/chunks/admin~chunks/platform.js": "/chunks/admin~chunks/platform.js?id=4da2e03f6f01c274a7cc",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/shared.js?id=d5f38340fc411f440efd",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=b709bf1d7c3cd24f9529",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js?id=075ff381293e1a20d167",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=5f27527c258dada4aeb9",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js?id=b6c9565875974d8c350c",
|
||||
"/chunks/app-billings.js": "/chunks/app-billings.js?id=b23ac97d9e65beff5fc6",
|
||||
"/chunks/app-email.js": "/chunks/app-email.js?id=35afede5ea121718e2cc",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=0d8a74f6041001c36ab3",
|
||||
"/chunks/app-language.js": "/chunks/app-language.js?id=8f77e8eebf32943fdf4b",
|
||||
"/chunks/app-language~chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pag~824d674f.js": "/chunks/app-language~chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pag~824d674f.js?id=2551061f37c2a8056921",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/s~934b6779.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/s~934b6779.js?id=cecfc7ab2626eb4e988f",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=8cc230317fa3fbddd417",
|
||||
"/chunks/app-payments.js": "/chunks/app-payments.js?id=245920077be074208693",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=d57e806c59d1aef2eb3a",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=526bb7b757956f6c70c3",
|
||||
"/chunks/billings-detail.js": "/chunks/billings-detail.js?id=3805f23ba0a474ce7b4e",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=67b977184f0744593de9",
|
||||
"/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js": "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js?id=2a8def187ec322eb760e",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=72d02c781aa8e6295069",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=a7aef88def02bf2fec08",
|
||||
"/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js?id=1027aa9c1e090b196d29",
|
||||
"/chunks/database.js": "/chunks/database.js?id=27ab279a8b380da7a0e8",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=1141f8e183483da82e8a",
|
||||
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=041528704987f876c2d0",
|
||||
"/chunks/files.js": "/chunks/files.js?id=54c6dddb471986e202f3",
|
||||
"/chunks/files~chunks/platform~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared/file-browser.js?id=b5e21d1b7386c6551aa2",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser.js?id=3b96cba1e5482e4c33d4",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser~chunks/shared/single-file.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser~chunks/shared/single-file.js?id=48f4f2c0aa3064162ad9",
|
||||
"/chunks/files~chunks/settings-subscription~chunks/shared/file-browser~chunks/user-subscription.js": "/chunks/files~chunks/settings-subscription~chunks/shared/file-browser~chunks/user-subscription.js?id=1b96ff16168a192ea787",
|
||||
"/chunks/files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared/file-browser.js?id=0bc5b51239951ed51e47",
|
||||
"/chunks/files~chunks/shared/file-browser~chunks/shared/single-file.js": "/chunks/files~chunks/shared/file-browser~chunks/shared/single-file.js?id=9eead89c81dd0f98d164",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=96019e230f0c5b59478a",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=5a299216398f59a4947b",
|
||||
"/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=12cbea54eb6f5b94606c",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=35179ba2b74cdaf74492",
|
||||
"/chunks/not-found.js": "/chunks/not-found.js?id=3f0c127b00d113541acc",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=761c916a5efdee5ffddd",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=7b3c7ee8c586e73fe65a",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=c4cc3da1bedaa9139087",
|
||||
"/chunks/plan-create.js": "/chunks/plan-create.js?id=2a672b390de82eb8cef6",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=f00946b7df419813f099",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=dbc08f8cdc23900ef40a",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=8c4b655b9286e06894c5",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=2b26173a02ed9f86e875",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=5d4ed2751b809310e23b",
|
||||
"/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=be3d7cf51585313cf53b",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=41b536880e846017d2d0",
|
||||
"/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=93ffe6eca4dcafbe8234",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=b35e751cdc1946a4fb60",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=523a6c9cf3252370bd90",
|
||||
"/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=7404a1125aee6014b72a",
|
||||
"/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=094eb70eb2fa6b7c8dd2",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=361df04282e72c44a58c",
|
||||
"/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=47ad97b554fcc1564685",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=b06d4a1d504b2a6cbeed",
|
||||
"/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=1bffa4ae7d545af08355",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=41d3478184ec24644a1c",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=7524b7a783d4aed23794",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=bfdf9bb904d354bdcbd1",
|
||||
"/chunks/shared/file-browser.js": "/chunks/shared/file-browser.js?id=0f6c34512740fca7e007",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=7886247bb35deada28a2",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=536411f3bae43d6b38c4",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=65be3ab550d14c19e9ce",
|
||||
"/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=b2bc73016f0811f6838d",
|
||||
"/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=e12081daec0f6ea047ab",
|
||||
"/chunks/subscription-service.js": "/chunks/subscription-service.js?id=a09dc140a3914fb64a1a",
|
||||
"/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=3fe276a31a66ba244d10",
|
||||
"/chunks/upgrade-billing~chunks/upgrade-plan.js": "/chunks/upgrade-billing~chunks/upgrade-plan.js?id=43888143d0a6afe67d7a",
|
||||
"/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=5979a154f760a992e617",
|
||||
"/chunks/user.js": "/chunks/user.js?id=41076be9126702330159",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=c65b1718b207ae7b678e",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=ecebc7e50b64744420c3",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=7ae038f6b4a4683c5bdb",
|
||||
"/chunks/user-invoices.js": "/chunks/user-invoices.js?id=1395c30e08946026fbc4",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=f5fa3532fb7f4f5f2707",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=e19c7dee4ef5eb38a075",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=c6ec1b7215530cfdbceb",
|
||||
"/chunks/users.js": "/chunks/users.js?id=71de2e012c4c566a8ec3",
|
||||
"/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~2fac28cc.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~2fac28cc.js?id=5007f400f6b506ab23f4",
|
||||
"/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~d5e36d91.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~d5e36d91.js?id=2b11dd8f37c3c2421f2f",
|
||||
"/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser~chunks/shared/single-file.js": "/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared/file-browser~chunks/shared/single-file.js?id=9d10953d3b088324dfe3",
|
||||
"/vendors~chunks/platform~chunks/shared.js": "/vendors~chunks/platform~chunks/shared.js?id=7d09e0b0658e140a7ffa",
|
||||
"/chunks/platform.a668edded57b89758b5f.hot-update.js": "/chunks/platform.a668edded57b89758b5f.hot-update.js",
|
||||
"/chunks/settings-password.f1a787ce204022feb63a.hot-update.js": "/chunks/settings-password.f1a787ce204022feb63a.hot-update.js",
|
||||
"/chunks/platform.27042436dd469969d925.hot-update.js": "/chunks/platform.27042436dd469969d925.hot-update.js",
|
||||
"/chunks/platform.5e5e12d0f99d1805e84c.hot-update.js": "/chunks/platform.5e5e12d0f99d1805e84c.hot-update.js",
|
||||
"/chunks/platform.025892a7f54b25366a4b.hot-update.js": "/chunks/platform.025892a7f54b25366a4b.hot-update.js",
|
||||
"/chunks/platform.ba071b675be68ed7b313.hot-update.js": "/chunks/platform.ba071b675be68ed7b313.hot-update.js",
|
||||
"/chunks/platform.d574ece53c36b9496ef7.hot-update.js": "/chunks/platform.d574ece53c36b9496ef7.hot-update.js",
|
||||
"/chunks/platform.3b15ef6d8b2886609105.hot-update.js": "/chunks/platform.3b15ef6d8b2886609105.hot-update.js",
|
||||
"/chunks/platform.e1370dcad510e04d94cb.hot-update.js": "/chunks/platform.e1370dcad510e04d94cb.hot-update.js",
|
||||
"/chunks/platform.053261443aa7cb2316d7.hot-update.js": "/chunks/platform.053261443aa7cb2316d7.hot-update.js",
|
||||
"/chunks/platform.54627e7566b4ddeea569.hot-update.js": "/chunks/platform.54627e7566b4ddeea569.hot-update.js",
|
||||
"/chunks/platform.07dcd0c9ef2e4bffac6e.hot-update.js": "/chunks/platform.07dcd0c9ef2e4bffac6e.hot-update.js",
|
||||
"/chunks/platform.a8c691e8660cbe785cae.hot-update.js": "/chunks/platform.a8c691e8660cbe785cae.hot-update.js",
|
||||
"/chunks/platform.8c648a43102d2f14d0ac.hot-update.js": "/chunks/platform.8c648a43102d2f14d0ac.hot-update.js",
|
||||
"/chunks/platform.fea72fcbcd1abba67851.hot-update.js": "/chunks/platform.fea72fcbcd1abba67851.hot-update.js",
|
||||
"/chunks/platform.563c1e9278b5d593533a.hot-update.js": "/chunks/platform.563c1e9278b5d593533a.hot-update.js",
|
||||
"/chunks/platform.29699a5218064a8febc5.hot-update.js": "/chunks/platform.29699a5218064a8febc5.hot-update.js",
|
||||
"/chunks/platform.9541561ce66051f6cd67.hot-update.js": "/chunks/platform.9541561ce66051f6cd67.hot-update.js",
|
||||
"/chunks/platform.6c8e39877e1c57dc54d9.hot-update.js": "/chunks/platform.6c8e39877e1c57dc54d9.hot-update.js",
|
||||
"/chunks/platform.1c453d02a2fff50d437f.hot-update.js": "/chunks/platform.1c453d02a2fff50d437f.hot-update.js",
|
||||
"/chunks/platform.a5ff3dcd48bbd09fdc96.hot-update.js": "/chunks/platform.a5ff3dcd48bbd09fdc96.hot-update.js",
|
||||
"/chunks/platform.f95b2c07feba6c6a27f6.hot-update.js": "/chunks/platform.f95b2c07feba6c6a27f6.hot-update.js",
|
||||
"/chunks/platform.63b5b3d40447d7547e2a.hot-update.js": "/chunks/platform.63b5b3d40447d7547e2a.hot-update.js",
|
||||
"/chunks/platform.d117d1f44aa7dc0c82c5.hot-update.js": "/chunks/platform.d117d1f44aa7dc0c82c5.hot-update.js",
|
||||
"/chunks/platform.c5afbafacbb35b7f68b7.hot-update.js": "/chunks/platform.c5afbafacbb35b7f68b7.hot-update.js",
|
||||
"/chunks/sign-in.f6ca9ebd5e9a389d546c.hot-update.js": "/chunks/sign-in.f6ca9ebd5e9a389d546c.hot-update.js",
|
||||
"/chunks/sign-in.3bd9c55fdc9dd40270db.hot-update.js": "/chunks/sign-in.3bd9c55fdc9dd40270db.hot-update.js",
|
||||
"/chunks/sign-in.5a9ab72cd1cdf0184781.hot-update.js": "/chunks/sign-in.5a9ab72cd1cdf0184781.hot-update.js",
|
||||
"/chunks/platform.55a5d63a6d5c9a491c6c.hot-update.js": "/chunks/platform.55a5d63a6d5c9a491c6c.hot-update.js",
|
||||
"/chunks/platform.f3bc68e3e53d9e57388a.hot-update.js": "/chunks/platform.f3bc68e3e53d9e57388a.hot-update.js",
|
||||
"/chunks/platform.a64735b65ca560aa4b20.hot-update.js": "/chunks/platform.a64735b65ca560aa4b20.hot-update.js",
|
||||
"/chunks/platform.a7958c794df0d0ebe8b4.hot-update.js": "/chunks/platform.a7958c794df0d0ebe8b4.hot-update.js",
|
||||
"/chunks/platform.a48f036aadaed4264ced.hot-update.js": "/chunks/platform.a48f036aadaed4264ced.hot-update.js",
|
||||
"/chunks/platform.89f956a884487afb5e18.hot-update.js": "/chunks/platform.89f956a884487afb5e18.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.ec180d2c78d08cb808ec.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.ec180d2c78d08cb808ec.hot-update.js",
|
||||
"/chunks/platform.8a89b94d2b6af2edb124.hot-update.js": "/chunks/platform.8a89b94d2b6af2edb124.hot-update.js",
|
||||
"/chunks/platform.11eb0365f93906240409.hot-update.js": "/chunks/platform.11eb0365f93906240409.hot-update.js",
|
||||
"/chunks/platform.04ed0991752cf112c571.hot-update.js": "/chunks/platform.04ed0991752cf112c571.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.ba4cce8edbaeacb909c9.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.ba4cce8edbaeacb909c9.hot-update.js",
|
||||
"/chunks/platform.ba4cce8edbaeacb909c9.hot-update.js": "/chunks/platform.ba4cce8edbaeacb909c9.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.6162a001eedf44a10747.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.6162a001eedf44a10747.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.141917152b2ca696d284.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.141917152b2ca696d284.hot-update.js",
|
||||
"/chunks/platform.f38563df5a5ca1bab2a2.hot-update.js": "/chunks/platform.f38563df5a5ca1bab2a2.hot-update.js",
|
||||
"/chunks/platform.1d6a8ce173032d523a55.hot-update.js": "/chunks/platform.1d6a8ce173032d523a55.hot-update.js",
|
||||
"/chunks/platform.b6fb2537a2e1c12a6033.hot-update.js": "/chunks/platform.b6fb2537a2e1c12a6033.hot-update.js",
|
||||
"/chunks/platform.8288b83e696f72f296a1.hot-update.js": "/chunks/platform.8288b83e696f72f296a1.hot-update.js",
|
||||
"/chunks/platform.69af8434f4d937e3f5f4.hot-update.js": "/chunks/platform.69af8434f4d937e3f5f4.hot-update.js",
|
||||
"/chunks/platform.a60a1d71f4b21eedcac8.hot-update.js": "/chunks/platform.a60a1d71f4b21eedcac8.hot-update.js",
|
||||
"/chunks/platform.9195a3108828723c1451.hot-update.js": "/chunks/platform.9195a3108828723c1451.hot-update.js",
|
||||
"/chunks/platform.2f9d904fbb764814648e.hot-update.js": "/chunks/platform.2f9d904fbb764814648e.hot-update.js",
|
||||
"/chunks/platform.9e769d7008761c2db307.hot-update.js": "/chunks/platform.9e769d7008761c2db307.hot-update.js",
|
||||
"/chunks/platform.cfe361c674230076a614.hot-update.js": "/chunks/platform.cfe361c674230076a614.hot-update.js",
|
||||
"/js/main.fe062773d8471ef953e7.hot-update.js": "/js/main.fe062773d8471ef953e7.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.js?id=33d007b60159a92e7038",
|
||||
"/chunks/platform.fe062773d8471ef953e7.hot-update.js": "/chunks/platform.fe062773d8471ef953e7.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.fe062773d8471ef953e7.hot-update.js": "/chunks/platform~chunks/shared.fe062773d8471ef953e7.hot-update.js",
|
||||
"/chunks/platform.267388a1fc17724fed84.hot-update.js": "/chunks/platform.267388a1fc17724fed84.hot-update.js",
|
||||
"/chunks/platform.e41d4e064370f395f07e.hot-update.js": "/chunks/platform.e41d4e064370f395f07e.hot-update.js",
|
||||
"/chunks/platform.251349880f46f25a8743.hot-update.js": "/chunks/platform.251349880f46f25a8743.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.46cc0b4bff5743d3f7e3.hot-update.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.46cc0b4bff5743d3f7e3.hot-update.js",
|
||||
"/chunks/platform.46cc0b4bff5743d3f7e3.hot-update.js": "/chunks/platform.46cc0b4bff5743d3f7e3.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.2d2408fb6850f677e394.hot-update.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.2d2408fb6850f677e394.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.8f2cce92a42c64af5258.hot-update.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.8f2cce92a42c64af5258.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.acb26218a4cce8262347.hot-update.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~a7e1bd30.acb26218a4cce8262347.hot-update.js",
|
||||
"/chunks/platform.c9034d63b3102ae1c0bb.hot-update.js": "/chunks/platform.c9034d63b3102ae1c0bb.hot-update.js",
|
||||
"/chunks/platform.e689225a607ebeb82aef.hot-update.js": "/chunks/platform.e689225a607ebeb82aef.hot-update.js",
|
||||
"/chunks/platform.5eddc5451d1327ee4c0b.hot-update.js": "/chunks/platform.5eddc5451d1327ee4c0b.hot-update.js",
|
||||
"/chunks/platform.dd4199d8d8b00ed00e2d.hot-update.js": "/chunks/platform.dd4199d8d8b00ed00e2d.hot-update.js",
|
||||
"/chunks/platform.cb767e56bf2f818e4b11.hot-update.js": "/chunks/platform.cb767e56bf2f818e4b11.hot-update.js",
|
||||
"/chunks/platform.6f218c4b12551bc1d550.hot-update.js": "/chunks/platform.6f218c4b12551bc1d550.hot-update.js",
|
||||
"/chunks/platform.f1b432e849952b6a6b50.hot-update.js": "/chunks/platform.f1b432e849952b6a6b50.hot-update.js",
|
||||
"/chunks/platform.83757ef068a36fd71bd1.hot-update.js": "/chunks/platform.83757ef068a36fd71bd1.hot-update.js",
|
||||
"/chunks/platform.49b788744e02c98c998e.hot-update.js": "/chunks/platform.49b788744e02c98c998e.hot-update.js",
|
||||
"/chunks/platform.5f083adeaa9197195f72.hot-update.js": "/chunks/platform.5f083adeaa9197195f72.hot-update.js",
|
||||
"/chunks/platform.c85019db776a9c419612.hot-update.js": "/chunks/platform.c85019db776a9c419612.hot-update.js",
|
||||
"/chunks/platform.7a21053febc29c42fcf0.hot-update.js": "/chunks/platform.7a21053febc29c42fcf0.hot-update.js",
|
||||
"/chunks/platform.d4027fc030778d7fd9c2.hot-update.js": "/chunks/platform.d4027fc030778d7fd9c2.hot-update.js",
|
||||
"/chunks/platform.809f6d92eefd0ec2c932.hot-update.js": "/chunks/platform.809f6d92eefd0ec2c932.hot-update.js",
|
||||
"/chunks/platform.c635224742f73dda36a5.hot-update.js": "/chunks/platform.c635224742f73dda36a5.hot-update.js",
|
||||
"/chunks/platform.60fb1806b2c025e5a07c.hot-update.js": "/chunks/platform.60fb1806b2c025e5a07c.hot-update.js",
|
||||
"/chunks/platform.654f05591156ce894936.hot-update.js": "/chunks/platform.654f05591156ce894936.hot-update.js",
|
||||
"/chunks/platform.353165c7e886c2ca1b41.hot-update.js": "/chunks/platform.353165c7e886c2ca1b41.hot-update.js",
|
||||
"/chunks/platform.82e5b5a7845288ca06e6.hot-update.js": "/chunks/platform.82e5b5a7845288ca06e6.hot-update.js",
|
||||
"/chunks/platform.df9702665a6f82890ba2.hot-update.js": "/chunks/platform.df9702665a6f82890ba2.hot-update.js",
|
||||
"/chunks/platform.47dbd6ed50409a893d46.hot-update.js": "/chunks/platform.47dbd6ed50409a893d46.hot-update.js",
|
||||
"/chunks/platform.e6c40037727f7e6fac4b.hot-update.js": "/chunks/platform.e6c40037727f7e6fac4b.hot-update.js",
|
||||
"/chunks/platform.38d77dfdb31fadd95415.hot-update.js": "/chunks/platform.38d77dfdb31fadd95415.hot-update.js",
|
||||
"/chunks/platform.c947fd93c03bf908d345.hot-update.js": "/chunks/platform.c947fd93c03bf908d345.hot-update.js",
|
||||
"/chunks/platform.8b3a8999d050dddd163e.hot-update.js": "/chunks/platform.8b3a8999d050dddd163e.hot-update.js",
|
||||
"/chunks/platform.94147edfed5c7233febc.hot-update.js": "/chunks/platform.94147edfed5c7233febc.hot-update.js",
|
||||
"/chunks/platform.90ab7cbd7272fa63baf5.hot-update.js": "/chunks/platform.90ab7cbd7272fa63baf5.hot-update.js",
|
||||
"/chunks/platform.6a20a5e06168aed7fadc.hot-update.js": "/chunks/platform.6a20a5e06168aed7fadc.hot-update.js",
|
||||
"/chunks/platform.ee8fec559be1b4f7c56e.hot-update.js": "/chunks/platform.ee8fec559be1b4f7c56e.hot-update.js",
|
||||
"/chunks/platform.771643de90f90721e3be.hot-update.js": "/chunks/platform.771643de90f90721e3be.hot-update.js",
|
||||
"/chunks/platform.33d805d8ee04db6e731c.hot-update.js": "/chunks/platform.33d805d8ee04db6e731c.hot-update.js",
|
||||
"/chunks/platform.ea84196e83f01cf9197e.hot-update.js": "/chunks/platform.ea84196e83f01cf9197e.hot-update.js",
|
||||
"/chunks/platform.454647a6e4b1691358a8.hot-update.js": "/chunks/platform.454647a6e4b1691358a8.hot-update.js",
|
||||
"/chunks/platform.0159c60dc83ef25662e9.hot-update.js": "/chunks/platform.0159c60dc83ef25662e9.hot-update.js",
|
||||
"/chunks/platform.de4278cc0a8028bde67e.hot-update.js": "/chunks/platform.de4278cc0a8028bde67e.hot-update.js",
|
||||
"/chunks/platform.253c445f132e8ef4e15c.hot-update.js": "/chunks/platform.253c445f132e8ef4e15c.hot-update.js",
|
||||
"/chunks/platform.70171ac8fc3f39dce831.hot-update.js": "/chunks/platform.70171ac8fc3f39dce831.hot-update.js",
|
||||
"/chunks/platform.40989d28f514858a3730.hot-update.js": "/chunks/platform.40989d28f514858a3730.hot-update.js",
|
||||
"/chunks/platform.b45092c6fb1d5fe1e533.hot-update.js": "/chunks/platform.b45092c6fb1d5fe1e533.hot-update.js",
|
||||
"/chunks/platform.2dcecfcdf937749f55ed.hot-update.js": "/chunks/platform.2dcecfcdf937749f55ed.hot-update.js",
|
||||
"/chunks/platform.f3ba481b5f8ad92ac303.hot-update.js": "/chunks/platform.f3ba481b5f8ad92ac303.hot-update.js",
|
||||
"/chunks/platform.49809086b4eb13a7c7a8.hot-update.js": "/chunks/platform.49809086b4eb13a7c7a8.hot-update.js",
|
||||
"/chunks/platform.39dab352981dbe21d29d.hot-update.js": "/chunks/platform.39dab352981dbe21d29d.hot-update.js",
|
||||
"/chunks/platform.2a02e8c2beba1c342950.hot-update.js": "/chunks/platform.2a02e8c2beba1c342950.hot-update.js",
|
||||
"/chunks/platform.83a8f0bb5114b813789b.hot-update.js": "/chunks/platform.83a8f0bb5114b813789b.hot-update.js",
|
||||
"/chunks/platform.21e3e097b7b45cb82ff0.hot-update.js": "/chunks/platform.21e3e097b7b45cb82ff0.hot-update.js",
|
||||
"/chunks/platform.9692c2c2b0bd7de270d9.hot-update.js": "/chunks/platform.9692c2c2b0bd7de270d9.hot-update.js",
|
||||
"/chunks/platform.708650619582c8c7d1fa.hot-update.js": "/chunks/platform.708650619582c8c7d1fa.hot-update.js",
|
||||
"/chunks/platform.5be464303dc5969ad0ff.hot-update.js": "/chunks/platform.5be464303dc5969ad0ff.hot-update.js",
|
||||
"/chunks/platform.677501f5a986966e3505.hot-update.js": "/chunks/platform.677501f5a986966e3505.hot-update.js",
|
||||
"/chunks/platform.423f93eceb22dd292f47.hot-update.js": "/chunks/platform.423f93eceb22dd292f47.hot-update.js",
|
||||
"/chunks/platform.17414a4be5d22d953b4c.hot-update.js": "/chunks/platform.17414a4be5d22d953b4c.hot-update.js",
|
||||
"/chunks/platform.70b15eb827bc4e1c158d.hot-update.js": "/chunks/platform.70b15eb827bc4e1c158d.hot-update.js",
|
||||
"/chunks/platform.7aa7c87caaac870aebbc.hot-update.js": "/chunks/platform.7aa7c87caaac870aebbc.hot-update.js",
|
||||
"/chunks/platform.fc5c1a85e152d03a5d1f.hot-update.js": "/chunks/platform.fc5c1a85e152d03a5d1f.hot-update.js",
|
||||
"/chunks/platform.7ad810955a1c33c514bc.hot-update.js": "/chunks/platform.7ad810955a1c33c514bc.hot-update.js",
|
||||
"/chunks/platform.237a514c8f432edeacbb.hot-update.js": "/chunks/platform.237a514c8f432edeacbb.hot-update.js",
|
||||
"/chunks/platform.4678784c0d677b741849.hot-update.js": "/chunks/platform.4678784c0d677b741849.hot-update.js",
|
||||
"/chunks/platform.2bfe4afa64344fa0a147.hot-update.js": "/chunks/platform.2bfe4afa64344fa0a147.hot-update.js",
|
||||
"/chunks/platform.1dff9b3fad2497c6d479.hot-update.js": "/chunks/platform.1dff9b3fad2497c6d479.hot-update.js",
|
||||
"/chunks/platform.b9adae5a5daf8bdab3bc.hot-update.js": "/chunks/platform.b9adae5a5daf8bdab3bc.hot-update.js",
|
||||
"/chunks/platform.b68ca21943870bc1efcd.hot-update.js": "/chunks/platform.b68ca21943870bc1efcd.hot-update.js",
|
||||
"/chunks/settings-password.0179f36942cc8e4c96a3.hot-update.js": "/chunks/settings-password.0179f36942cc8e4c96a3.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.f013817a90a7c3c65eac.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.f013817a90a7c3c65eac.hot-update.js",
|
||||
"/chunks/settings-password.0ca614486f296727b6c3.hot-update.js": "/chunks/settings-password.0ca614486f296727b6c3.hot-update.js",
|
||||
"/chunks/settings-password.910ae64fb273d165fcd3.hot-update.js": "/chunks/settings-password.910ae64fb273d165fcd3.hot-update.js",
|
||||
"/js/main.00ee447feff53b7145e8.hot-update.js": "/js/main.00ee447feff53b7145e8.hot-update.js",
|
||||
"/chunks/settings-password.8b779cd0a83d6d2f1f8f.hot-update.js": "/chunks/settings-password.8b779cd0a83d6d2f1f8f.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.2aa3d9dd674ff6f39cc6.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.2aa3d9dd674ff6f39cc6.hot-update.js",
|
||||
"/chunks/platform.7e44d39edf06068050b8.hot-update.js": "/chunks/platform.7e44d39edf06068050b8.hot-update.js",
|
||||
"/chunks/platform.cd1d3eb79a669f61de3e.hot-update.js": "/chunks/platform.cd1d3eb79a669f61de3e.hot-update.js",
|
||||
"/chunks/settings-password.cd1d3eb79a669f61de3e.hot-update.js": "/chunks/settings-password.cd1d3eb79a669f61de3e.hot-update.js",
|
||||
"/chunks/settings-password.c8918fa2abea98c23217.hot-update.js": "/chunks/settings-password.c8918fa2abea98c23217.hot-update.js",
|
||||
"/chunks/settings-password.6607e46b761154657af3.hot-update.js": "/chunks/settings-password.6607e46b761154657af3.hot-update.js",
|
||||
"/chunks/settings-password.a0d03f50f16d003d2d9b.hot-update.js": "/chunks/settings-password.a0d03f50f16d003d2d9b.hot-update.js",
|
||||
"/chunks/platform.ae9545d67a6394bff9e7.hot-update.js": "/chunks/platform.ae9545d67a6394bff9e7.hot-update.js",
|
||||
"/chunks/platform.e276c853c034301b98b8.hot-update.js": "/chunks/platform.e276c853c034301b98b8.hot-update.js",
|
||||
"/chunks/platform.f3099e384a3a0ff7d01a.hot-update.js": "/chunks/platform.f3099e384a3a0ff7d01a.hot-update.js",
|
||||
"/chunks/platform.3c1853a0297f7aeae422.hot-update.js": "/chunks/platform.3c1853a0297f7aeae422.hot-update.js",
|
||||
"/chunks/settings-password.227af282363c9b0a066e.hot-update.js": "/chunks/settings-password.227af282363c9b0a066e.hot-update.js",
|
||||
"/chunks/platform.a9d3934bf02cf2d24c1f.hot-update.js": "/chunks/platform.a9d3934bf02cf2d24c1f.hot-update.js",
|
||||
"/chunks/platform.24b99ac5a839efaa0287.hot-update.js": "/chunks/platform.24b99ac5a839efaa0287.hot-update.js",
|
||||
"/chunks/platform.5864a172e5a53801ef2a.hot-update.js": "/chunks/platform.5864a172e5a53801ef2a.hot-update.js",
|
||||
"/js/main.1ea9e229ccbcfe3a5472.hot-update.js": "/js/main.1ea9e229ccbcfe3a5472.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/settings-password~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/settings-password~chunks/shared.js?id=968322d3df5c2a8f9428",
|
||||
"/chunks/admin~chunks/platform~chunks/shared.1ea9e229ccbcfe3a5472.hot-update.js": "/chunks/admin~chunks/platform~chunks/shared.1ea9e229ccbcfe3a5472.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~460c2184.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~460c2184.js?id=81f877e650e11963f779",
|
||||
"/chunks/platform.1ea9e229ccbcfe3a5472.hot-update.js": "/chunks/platform.1ea9e229ccbcfe3a5472.hot-update.js",
|
||||
"/chunks/platform~chunks/settings-password.js": "/chunks/platform~chunks/settings-password.js?id=8c64d8b1ea4411fb9538",
|
||||
"/chunks/settings-password.1ea9e229ccbcfe3a5472.hot-update.js": "/chunks/settings-password.1ea9e229ccbcfe3a5472.hot-update.js",
|
||||
"/chunks/platform.02f74507d825d5ada719.hot-update.js": "/chunks/platform.02f74507d825d5ada719.hot-update.js",
|
||||
"/js/main.ccaff27b1dcfe25f5d46.hot-update.js": "/js/main.ccaff27b1dcfe25f5d46.hot-update.js",
|
||||
"/chunks/platform.ccaff27b1dcfe25f5d46.hot-update.js": "/chunks/platform.ccaff27b1dcfe25f5d46.hot-update.js",
|
||||
"/chunks/settings-password.ccaff27b1dcfe25f5d46.hot-update.js": "/chunks/settings-password.ccaff27b1dcfe25f5d46.hot-update.js",
|
||||
"/chunks/platform.5ffb52986bcd4d04f802.hot-update.js": "/chunks/platform.5ffb52986bcd4d04f802.hot-update.js",
|
||||
"/js/main.0dc016418fc3de20cd3b.hot-update.js": "/js/main.0dc016418fc3de20cd3b.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/settings~chunks/settings-password~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/settings~chunks/settings-password~chunks/shared.js?id=3fff290e4f819497aebc",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~dffef8b7.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~dffef8b7.js?id=0fe8393ebe72f4ad29db",
|
||||
"/chunks/platform~chunks/settings~chunks/settings-password.js": "/chunks/platform~chunks/settings~chunks/settings-password.js?id=2efff6c017730874d6e3",
|
||||
"/chunks/settings.0dc016418fc3de20cd3b.hot-update.js": "/chunks/settings.0dc016418fc3de20cd3b.hot-update.js",
|
||||
"/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~6c99cc74.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~6c99cc74.js?id=0a6998f62a162c08a48f",
|
||||
"/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~cfac0ed6.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~cfac0ed6.js?id=f66c7653a087fe1f3320",
|
||||
"/js/main.c8d83cc87feda49a3972.hot-update.js": "/js/main.c8d83cc87feda49a3972.hot-update.js",
|
||||
"/chunks/admin~chunks/platform~chunks/settings~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.js?id=875730e50ad4c6f2af74",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~c92d010a.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/p~c92d010a.js?id=126a73c4a27e88ddcc7c",
|
||||
"/chunks/platform~chunks/settings.js": "/chunks/platform~chunks/settings.js?id=2f910e6a17c181e67c94",
|
||||
"/chunks/settings-password.c8d83cc87feda49a3972.hot-update.js": "/chunks/settings-password.c8d83cc87feda49a3972.hot-update.js",
|
||||
"/js/main.084588b9da5c3cf2de04.hot-update.js": "/js/main.084588b9da5c3cf2de04.hot-update.js",
|
||||
"/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/s~0d12a0aa.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/s~0d12a0aa.js?id=47e97b1952f5eef3bb34",
|
||||
"/chunks/platform.084588b9da5c3cf2de04.hot-update.js": "/chunks/platform.084588b9da5c3cf2de04.hot-update.js",
|
||||
"/chunks/shared.084588b9da5c3cf2de04.hot-update.js": "/chunks/shared.084588b9da5c3cf2de04.hot-update.js",
|
||||
"/chunks/settings.877515fbc601eab4c130.hot-update.js": "/chunks/settings.877515fbc601eab4c130.hot-update.js",
|
||||
"/chunks/settings.67502414afd37e173327.hot-update.js": "/chunks/settings.67502414afd37e173327.hot-update.js",
|
||||
"/chunks/settings.aecf0ac5794b111b22da.hot-update.js": "/chunks/settings.aecf0ac5794b111b22da.hot-update.js",
|
||||
"/chunks/settings.a6ec98355df5e7089ad0.hot-update.js": "/chunks/settings.a6ec98355df5e7089ad0.hot-update.js",
|
||||
"/chunks/settings.cc8a0c96a811f2cfc942.hot-update.js": "/chunks/settings.cc8a0c96a811f2cfc942.hot-update.js",
|
||||
"/chunks/settings.347f3afa0418a9fbe8f3.hot-update.js": "/chunks/settings.347f3afa0418a9fbe8f3.hot-update.js",
|
||||
"/chunks/settings.9f71a90840592e351184.hot-update.js": "/chunks/settings.9f71a90840592e351184.hot-update.js",
|
||||
"/chunks/settings.72254f9ad5e5dca2d9db.hot-update.js": "/chunks/settings.72254f9ad5e5dca2d9db.hot-update.js",
|
||||
"/chunks/settings.db5493420634a34d781d.hot-update.js": "/chunks/settings.db5493420634a34d781d.hot-update.js",
|
||||
"/chunks/settings.fbc9daa3df1a23ed1445.hot-update.js": "/chunks/settings.fbc9daa3df1a23ed1445.hot-update.js",
|
||||
"/chunks/settings.01778e07d769622fc534.hot-update.js": "/chunks/settings.01778e07d769622fc534.hot-update.js",
|
||||
"/chunks/settings.f6d06273ea25ca9dd725.hot-update.js": "/chunks/settings.f6d06273ea25ca9dd725.hot-update.js",
|
||||
"/chunks/settings-password.f6d06273ea25ca9dd725.hot-update.js": "/chunks/settings-password.f6d06273ea25ca9dd725.hot-update.js",
|
||||
"/chunks/settings-password.341c20a3113826746634.hot-update.js": "/chunks/settings-password.341c20a3113826746634.hot-update.js",
|
||||
"/chunks/settings-password.55d3c18f4c7a9804a990.hot-update.js": "/chunks/settings-password.55d3c18f4c7a9804a990.hot-update.js",
|
||||
"/chunks/settings.246e10fdc70675781677.hot-update.js": "/chunks/settings.246e10fdc70675781677.hot-update.js",
|
||||
"/chunks/settings.defcd9f6ff139101e5b2.hot-update.js": "/chunks/settings.defcd9f6ff139101e5b2.hot-update.js",
|
||||
"/chunks/settings.4786b2c7246350b86c5d.hot-update.js": "/chunks/settings.4786b2c7246350b86c5d.hot-update.js",
|
||||
"/chunks/settings-password.7b9be3e56fa0f07798d6.hot-update.js": "/chunks/settings-password.7b9be3e56fa0f07798d6.hot-update.js",
|
||||
"/chunks/settings-password.54a0b68dd6f519576bfb.hot-update.js": "/chunks/settings-password.54a0b68dd6f519576bfb.hot-update.js",
|
||||
"/chunks/settings-password.9f68d2ff97f4ac955c93.hot-update.js": "/chunks/settings-password.9f68d2ff97f4ac955c93.hot-update.js",
|
||||
"/chunks/settings-password.961ee10ad99d38a83d24.hot-update.js": "/chunks/settings-password.961ee10ad99d38a83d24.hot-update.js",
|
||||
"/chunks/settings.ea7d457eafc7a2bcd923.hot-update.js": "/chunks/settings.ea7d457eafc7a2bcd923.hot-update.js",
|
||||
"/chunks/settings.f56dfbd52553dc6eae78.hot-update.js": "/chunks/settings.f56dfbd52553dc6eae78.hot-update.js",
|
||||
"/chunks/settings.a1f7b1777419a2964d79.hot-update.js": "/chunks/settings.a1f7b1777419a2964d79.hot-update.js",
|
||||
"/chunks/settings.c50925eabfdca5319580.hot-update.js": "/chunks/settings.c50925eabfdca5319580.hot-update.js",
|
||||
"/chunks/settings.2404f6941ca55530876d.hot-update.js": "/chunks/settings.2404f6941ca55530876d.hot-update.js",
|
||||
"/chunks/settings.4c3e68240ba91fff7d06.hot-update.js": "/chunks/settings.4c3e68240ba91fff7d06.hot-update.js",
|
||||
"/chunks/settings.b8eb184ab16e0bfb85d4.hot-update.js": "/chunks/settings.b8eb184ab16e0bfb85d4.hot-update.js",
|
||||
"/chunks/settings.3ac18255553096a459ff.hot-update.js": "/chunks/settings.3ac18255553096a459ff.hot-update.js",
|
||||
"/chunks/settings.d3f696e40f714ace7137.hot-update.js": "/chunks/settings.d3f696e40f714ace7137.hot-update.js",
|
||||
"/chunks/settings.305708b48439d84dc3a7.hot-update.js": "/chunks/settings.305708b48439d84dc3a7.hot-update.js",
|
||||
"/chunks/settings.5de3efc29952957de5d0.hot-update.js": "/chunks/settings.5de3efc29952957de5d0.hot-update.js",
|
||||
"/chunks/settings.7c2a3cd741033a1698ff.hot-update.js": "/chunks/settings.7c2a3cd741033a1698ff.hot-update.js",
|
||||
"/chunks/settings.4606ce85656b4b01374e.hot-update.js": "/chunks/settings.4606ce85656b4b01374e.hot-update.js",
|
||||
"/chunks/settings.400fb08a45189b89207c.hot-update.js": "/chunks/settings.400fb08a45189b89207c.hot-update.js",
|
||||
"/chunks/settings.d59287bc9fc8b8f7a348.hot-update.js": "/chunks/settings.d59287bc9fc8b8f7a348.hot-update.js",
|
||||
"/chunks/settings.4011417897849fc236db.hot-update.js": "/chunks/settings.4011417897849fc236db.hot-update.js",
|
||||
"/chunks/settings.673deae25a242e3c1482.hot-update.js": "/chunks/settings.673deae25a242e3c1482.hot-update.js",
|
||||
"/chunks/settings.1233ca1fa18dce281d46.hot-update.js": "/chunks/settings.1233ca1fa18dce281d46.hot-update.js",
|
||||
"/chunks/settings.88733d36656a15c25441.hot-update.js": "/chunks/settings.88733d36656a15c25441.hot-update.js",
|
||||
"/chunks/settings.aa7811f988d51064ffa9.hot-update.js": "/chunks/settings.aa7811f988d51064ffa9.hot-update.js",
|
||||
"/chunks/settings.afa01c770b713d4c584b.hot-update.js": "/chunks/settings.afa01c770b713d4c584b.hot-update.js",
|
||||
"/chunks/settings.ddd3ce0be6616c571f2a.hot-update.js": "/chunks/settings.ddd3ce0be6616c571f2a.hot-update.js",
|
||||
"/chunks/settings.723bc3bd1092c3c92033.hot-update.js": "/chunks/settings.723bc3bd1092c3c92033.hot-update.js",
|
||||
"/chunks/settings.e43d3da6b6e2851c50d1.hot-update.js": "/chunks/settings.e43d3da6b6e2851c50d1.hot-update.js",
|
||||
"/chunks/settings.ea6427273ef519b37d79.hot-update.js": "/chunks/settings.ea6427273ef519b37d79.hot-update.js",
|
||||
"/chunks/settings.7795a19a6a68c336f0c6.hot-update.js": "/chunks/settings.7795a19a6a68c336f0c6.hot-update.js",
|
||||
"/chunks/settings.e7cc528ef737ab971b0f.hot-update.js": "/chunks/settings.e7cc528ef737ab971b0f.hot-update.js",
|
||||
"/chunks/settings.9ebc8cae526796228197.hot-update.js": "/chunks/settings.9ebc8cae526796228197.hot-update.js",
|
||||
"/chunks/settings.a53012f3af9917a2d80a.hot-update.js": "/chunks/settings.a53012f3af9917a2d80a.hot-update.js",
|
||||
"/chunks/settings.9defe7b16663a8e05c74.hot-update.js": "/chunks/settings.9defe7b16663a8e05c74.hot-update.js",
|
||||
"/chunks/settings.21f52c647a0f0d62d93e.hot-update.js": "/chunks/settings.21f52c647a0f0d62d93e.hot-update.js",
|
||||
"/chunks/settings.a17e1f563b4e9847c8b3.hot-update.js": "/chunks/settings.a17e1f563b4e9847c8b3.hot-update.js",
|
||||
"/chunks/settings.9c34bca24574fc71c262.hot-update.js": "/chunks/settings.9c34bca24574fc71c262.hot-update.js",
|
||||
"/chunks/settings.ef6cfcdd17ebc16aae32.hot-update.js": "/chunks/settings.ef6cfcdd17ebc16aae32.hot-update.js"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<button class="mobile-action-button">
|
||||
<div class="flex">
|
||||
<refresh-cw-icon v-if="icon === 'refresh'" size="15" class="icon dark-text-theme" />
|
||||
<download-icon v-if="icon === 'download'" size="15" class="icon dark-text-theme" />
|
||||
<copy-icon v-if="icon === 'copy'" size="15" class="icon dark-text-theme" />
|
||||
<filter-icon v-if="icon === 'filter'" size="15" class="icon dark-text-theme" />
|
||||
<credit-card-icon v-if="icon === 'credit-card'" size="15" class="icon dark-text-theme" />
|
||||
<folder-plus-icon v-if="icon === 'folder-plus'" size="15" class="icon dark-text-theme" />
|
||||
@@ -22,7 +25,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { FilterIcon, DollarSignIcon, CheckIcon, XSquareIcon, CheckSquareIcon, FolderPlusIcon, ListIcon, GridIcon, TrashIcon, UserPlusIcon, PlusIcon, CreditCardIcon } from 'vue-feather-icons'
|
||||
import { RefreshCwIcon, DownloadIcon, CopyIcon, FilterIcon, DollarSignIcon, CheckIcon, XSquareIcon, CheckSquareIcon, FolderPlusIcon, ListIcon, GridIcon, TrashIcon, UserPlusIcon, PlusIcon, CreditCardIcon } from 'vue-feather-icons'
|
||||
import SortingIcon from '@/components/FilesView/Icons/SortingIcon'
|
||||
|
||||
export default {
|
||||
@@ -31,17 +34,20 @@
|
||||
'icon'
|
||||
],
|
||||
components: {
|
||||
SortingIcon,
|
||||
CheckSquareIcon,
|
||||
DollarSignIcon,
|
||||
CreditCardIcon,
|
||||
FolderPlusIcon,
|
||||
RefreshCwIcon,
|
||||
UserPlusIcon,
|
||||
DownloadIcon,
|
||||
SortingIcon,
|
||||
XSquareIcon,
|
||||
FilterIcon,
|
||||
CheckIcon,
|
||||
TrashIcon,
|
||||
PlusIcon,
|
||||
CopyIcon,
|
||||
ListIcon,
|
||||
GridIcon,
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
top: 30px;
|
||||
z-index: 10;
|
||||
z-index: 90;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 690px) {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<corner-down-right-icon v-if="icon === 'move'" size="15" class="title-icon text-theme" />
|
||||
<share-icon v-if="icon === 'share'" size="17" class="title-icon text-theme" />
|
||||
<edit2-icon v-if="icon === 'edit'" size="17" class="title-icon text-theme" />
|
||||
<key-icon v-if="icon === 'key'" size="17" class="title-icon text-theme" />
|
||||
</div>
|
||||
<div class="label">
|
||||
<h1 class="title">{{ title }}</h1>
|
||||
@@ -13,7 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {CornerDownRightIcon, LinkIcon, XIcon, Edit2Icon, ShareIcon} from 'vue-feather-icons'
|
||||
import {KeyIcon, CornerDownRightIcon, LinkIcon, XIcon, Edit2Icon, ShareIcon} from 'vue-feather-icons'
|
||||
import {events} from '@/bus'
|
||||
|
||||
export default {
|
||||
@@ -26,6 +27,7 @@
|
||||
ShareIcon,
|
||||
Edit2Icon,
|
||||
LinkIcon,
|
||||
KeyIcon,
|
||||
XIcon,
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -152,11 +152,11 @@
|
||||
return this.$t('popup_share_edit.go_back')
|
||||
},
|
||||
destroyButtonStyle() {
|
||||
if(! this.sendToRecipientsMenu)
|
||||
return this.isConfirmedDestroy ? 'danger-solid' : 'secondary'
|
||||
if(! this.sendToRecipientsMenu)
|
||||
return this.isConfirmedDestroy ? 'danger-solid' : 'secondary'
|
||||
|
||||
if(this.sendToRecipientsMenu)
|
||||
return 'secondary'
|
||||
if(this.sendToRecipientsMenu)
|
||||
return 'secondary'
|
||||
},
|
||||
secondButtonText(){
|
||||
if(! this.sendToRecipientsMenu)
|
||||
|
||||
207
resources/js/components/Others/TwoFactorRecoveryCodesPopup.vue
Normal file
207
resources/js/components/Others/TwoFactorRecoveryCodesPopup.vue
Normal file
@@ -0,0 +1,207 @@
|
||||
<template>
|
||||
<PopupWrapper name="two-factor-recovery-codes">
|
||||
<PopupHeader :title="$t('popup_2fa.popup_codes_title')" icon="key" />
|
||||
|
||||
<PopupContent style="padding: 0 20px">
|
||||
|
||||
<div class="mobile-actions">
|
||||
<MobileActionButton @click.native="copyCodes" icon="copy">
|
||||
{{ $t('context_menu.copy') }}
|
||||
</MobileActionButton>
|
||||
|
||||
<MobileActionButton @click.native="downloadCodes" icon="download">
|
||||
{{ $t('context_menu.download') }}
|
||||
</MobileActionButton>
|
||||
|
||||
<MobileActionButton @click.native="regenerateCodes" icon="refresh">
|
||||
{{ $t('context_menu.codes_regenerate') }}
|
||||
</MobileActionButton>
|
||||
</div>
|
||||
|
||||
<ul v-if="! isLoading" class="codes-list">
|
||||
<li v-for="(code, i) in codes" :key="i">{{ code }}</li>
|
||||
</ul>
|
||||
|
||||
<div v-if="isLoading" class="spinner-wrapper">
|
||||
<Spinner />
|
||||
</div>
|
||||
|
||||
<textarea v-model="inputCodes" ref="codes" class="codes-output"></textarea>
|
||||
|
||||
<InfoBox style="margin-bottom: 0">
|
||||
<p v-html="$t('popup_2fa.popup_codes_disclaimer')"></p>
|
||||
</InfoBox>
|
||||
</PopupContent>
|
||||
|
||||
<PopupActions>
|
||||
<ButtonBase
|
||||
class="popup-button"
|
||||
@click.native="$closePopup()"
|
||||
button-style="theme"
|
||||
>
|
||||
{{ $t('shared_form.button_done') }}
|
||||
</ButtonBase>
|
||||
</PopupActions>
|
||||
</PopupWrapper>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MobileActionButton from '@/components/FilesView/MobileActionButton'
|
||||
import PopupWrapper from '@/components/Others/Popup/PopupWrapper'
|
||||
import PopupActions from '@/components/Others/Popup/PopupActions'
|
||||
import PopupContent from '@/components/Others/Popup/PopupContent'
|
||||
import PopupHeader from '@/components/Others/Popup/PopupHeader'
|
||||
import ButtonBase from '@/components/FilesView/ButtonBase'
|
||||
import InfoBox from '@/components/Others/Forms/InfoBox'
|
||||
import Spinner from '@/components/FilesView/Spinner'
|
||||
import {mapGetters} from "vuex"
|
||||
import {events} from '@/bus'
|
||||
import axios from 'axios'
|
||||
|
||||
export default {
|
||||
name: "TwoFactorRecoveryCodesPopup",
|
||||
components: {
|
||||
MobileActionButton,
|
||||
PopupWrapper,
|
||||
PopupActions,
|
||||
PopupContent,
|
||||
PopupHeader,
|
||||
ButtonBase,
|
||||
Spinner,
|
||||
InfoBox,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
codes: undefined,
|
||||
isLoading: true,
|
||||
inputCodes: undefined,
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['user']),
|
||||
},
|
||||
methods: {
|
||||
copyCodes() {
|
||||
let copyText = this.$refs.codes
|
||||
|
||||
copyText.select()
|
||||
copyText.setSelectionRange(0, 99999)
|
||||
|
||||
document.execCommand('copy')
|
||||
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: this.$t('popup_2fa.toaster_codes_copied'),
|
||||
})
|
||||
},
|
||||
downloadCodes() {
|
||||
// Create txt content
|
||||
let recoveryCodes = "data:x-application/xml;charset=utf-8," + escape(this.codes.join("\n"));
|
||||
|
||||
// Create download link
|
||||
let downloadLink = document.createElement("a")
|
||||
|
||||
downloadLink.href = recoveryCodes
|
||||
downloadLink.download = "recovery-codes.txt"
|
||||
|
||||
// Download .txt
|
||||
document.body.appendChild(downloadLink);
|
||||
downloadLink.click();
|
||||
document.body.removeChild(downloadLink);
|
||||
},
|
||||
regenerateCodes() {
|
||||
this.isLoading = true
|
||||
|
||||
axios.post('/user/two-factor-recovery-codes')
|
||||
.then(() => {
|
||||
this.getRecoveryCodes()
|
||||
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: this.$t('popup_2fa.toaster_codes_regenerated'),
|
||||
})
|
||||
})
|
||||
.catch(() => {
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
.finally(() => this.isLoading = false)
|
||||
},
|
||||
getRecoveryCodes() {
|
||||
axios.get('/user/two-factor-recovery-codes')
|
||||
.then(response => {
|
||||
this.codes = response.data
|
||||
this.inputCodes = response.data.join("\n")
|
||||
})
|
||||
.catch(() => {
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
.finally(() => this.isLoading = false)
|
||||
}
|
||||
},
|
||||
created() {
|
||||
events.$on('popup:open', ({name}) => {
|
||||
if ('two-factor-recovery-codes' === name)
|
||||
this.getRecoveryCodes()
|
||||
})
|
||||
},
|
||||
destroyed() {
|
||||
events.off('popup:open')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@assets/vuefilemanager/_variables';
|
||||
@import '@assets/vuefilemanager/_mixins';
|
||||
|
||||
.mobile-actions {
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
margin: 0 -20px;
|
||||
padding: 10px 0 10px 20px;
|
||||
}
|
||||
|
||||
.codes-list {
|
||||
margin: 5px 0 15px;
|
||||
padding-left: 30px;
|
||||
|
||||
li {
|
||||
@include font-size(14);
|
||||
font-weight: bold;
|
||||
padding: 10px 0;
|
||||
border-bottom: 1px solid $light_mode_border;
|
||||
list-style: circle;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.codes-output {
|
||||
position: absolute;
|
||||
right: -9999px;
|
||||
}
|
||||
|
||||
.spinner-wrapper {
|
||||
height: 339px;
|
||||
position: relative;
|
||||
|
||||
.spinner {
|
||||
top: 46% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.codes-list {
|
||||
|
||||
li {
|
||||
border-color: $dark_mode_border_color;
|
||||
}
|
||||
}
|
||||
|
||||
.info-box, .mobile-action-button {
|
||||
background: lighten($dark_mode_foreground, 3%);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
211
resources/js/components/Others/TwoFactorSetupPopup.vue
Normal file
211
resources/js/components/Others/TwoFactorSetupPopup.vue
Normal file
@@ -0,0 +1,211 @@
|
||||
<template>
|
||||
<PopupWrapper name="two-factor-authentication-confirm">
|
||||
|
||||
<PopupHeader :title="$t('popup_2fa.title')" icon="edit" />
|
||||
|
||||
<PopupContent>
|
||||
<ValidationObserver @submit.prevent="confirmPassword" v-if="! qrCode" ref="passwordForm" v-slot="{ invalid }" tag="form" class="form-wrapper">
|
||||
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper password" name="Password" rules="required" v-slot="{ errors }">
|
||||
<label class="input-label"> {{ $t('popup_2fa.input_label') }}:</label>
|
||||
<input v-model="password" :class="{'is-error': errors[0]}" type="password" ref="input" class="focus-border-theme" :placeholder="$t('page_sign_in.placeholder_password')">
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
</ValidationObserver>
|
||||
|
||||
<div v-if="qrCode" class="qr-code-wrapper">
|
||||
<div class="qr-code">
|
||||
<div v-html="qrCode"></div>
|
||||
</div>
|
||||
|
||||
<InfoBox style="margin-bottom: 0">
|
||||
<p v-html="$t('popup_2fa.help')"></p>
|
||||
</InfoBox>
|
||||
</div>
|
||||
</PopupContent>
|
||||
|
||||
<PopupActions v-if="! qrCode">
|
||||
<ButtonBase
|
||||
class="popup-button"
|
||||
@click.native="$closePopup()"
|
||||
button-style="secondary"
|
||||
>
|
||||
{{ $t('global.cancel') }}
|
||||
</ButtonBase>
|
||||
<ButtonBase
|
||||
class="popup-button"
|
||||
@click.native="confirmPassword"
|
||||
button-style="theme"
|
||||
:loading="isLoading"
|
||||
:disabled="isLoading"
|
||||
>
|
||||
{{ $t('popup_2fa.confirm_button') }}
|
||||
</ButtonBase>
|
||||
</PopupActions>
|
||||
|
||||
<PopupActions v-if="qrCode">
|
||||
<ButtonBase
|
||||
class="popup-button"
|
||||
@click.native="closeQrCodePopup"
|
||||
:button-style="closeQrButtonStyle"
|
||||
>
|
||||
{{ closeQrButtonText }}
|
||||
</ButtonBase>
|
||||
</PopupActions>
|
||||
</PopupWrapper>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {ValidationProvider, ValidationObserver} from 'vee-validate/dist/vee-validate.full'
|
||||
import PopupWrapper from '@/components/Others/Popup/PopupWrapper'
|
||||
import PopupActions from '@/components/Others/Popup/PopupActions'
|
||||
import PopupContent from '@/components/Others/Popup/PopupContent'
|
||||
import PopupHeader from '@/components/Others/Popup/PopupHeader'
|
||||
import ButtonBase from '@/components/FilesView/ButtonBase'
|
||||
import InfoBox from '@/components/Others/Forms/InfoBox'
|
||||
import {required} from 'vee-validate/dist/rules'
|
||||
import {mapGetters} from 'vuex'
|
||||
import {events} from '@/bus'
|
||||
import axios from 'axios'
|
||||
|
||||
export default {
|
||||
name: "TwoFactorSetupPopup",
|
||||
components: {
|
||||
ValidationProvider,
|
||||
ValidationObserver,
|
||||
PopupWrapper,
|
||||
PopupActions,
|
||||
PopupContent,
|
||||
PopupHeader,
|
||||
ButtonBase,
|
||||
required,
|
||||
InfoBox,
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['user']),
|
||||
closeQrButtonText() {
|
||||
return this.isConfirmedClose
|
||||
? this.$t('popup_2fa.disappear_qr')
|
||||
: this.$t('shared_form.button_done')
|
||||
},
|
||||
closeQrButtonStyle() {
|
||||
return this.isConfirmedClose
|
||||
? 'danger'
|
||||
: 'theme'
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isLoading: false,
|
||||
password: '',
|
||||
qrCode: '',
|
||||
isConfirmedClose: false,
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
confirmPassword() {
|
||||
|
||||
this.isLoading = true
|
||||
|
||||
axios
|
||||
.post('/user/confirm-password', {
|
||||
password: this.password
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
if (!this.user.data.attributes.two_factor_authentication) {
|
||||
|
||||
this.enable()
|
||||
} else {
|
||||
|
||||
this.disable()
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
if (error.response.status == 422) {
|
||||
|
||||
this.$refs.passwordForm.setErrors({
|
||||
'Password': this.$t('validation_errors.incorrect_password')
|
||||
});
|
||||
}
|
||||
})
|
||||
.finally(() => {
|
||||
this.isLoading = false
|
||||
this.password = undefined
|
||||
})
|
||||
},
|
||||
enable() {
|
||||
axios
|
||||
.post('/user/two-factor-authentication')
|
||||
.then(() => {
|
||||
|
||||
this.$store.commit('CHANGE_TWO_FACTOR_AUTHENTICATION_STATE', true)
|
||||
|
||||
this.getQrCode()
|
||||
})
|
||||
.catch(() => {
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
},
|
||||
disable() {
|
||||
axios
|
||||
.delete('/user/two-factor-authentication')
|
||||
.then(() => {
|
||||
this.$store.commit('CHANGE_TWO_FACTOR_AUTHENTICATION_STATE', false)
|
||||
})
|
||||
.catch(() => {
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
.finally(() => {
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: this.$t('popup_2fa.toaster_disabled'),
|
||||
})
|
||||
|
||||
this.$closePopup()
|
||||
})
|
||||
},
|
||||
getQrCode() {
|
||||
axios
|
||||
.get('/user/two-factor-qr-code')
|
||||
.then(response => {
|
||||
this.qrCode = response.data.svg
|
||||
})
|
||||
.catch(() => {
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
},
|
||||
closeQrCodePopup() {
|
||||
if (!this.isConfirmedClose) {
|
||||
this.isConfirmedClose = true
|
||||
} else {
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: this.$t('popup_2fa.toaster_enabled'),
|
||||
})
|
||||
|
||||
this.qrCode = undefined
|
||||
this.isConfirmedClose = false
|
||||
|
||||
this.$closePopup()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "@assets/vuefilemanager/_inapp-forms.scss";
|
||||
@import '@assets/vuefilemanager/_forms';
|
||||
|
||||
.qr-code-wrapper {
|
||||
padding: 0 20px;
|
||||
|
||||
.qr-code {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
3
resources/js/store/modules/userAuth.js
vendored
3
resources/js/store/modules/userAuth.js
vendored
@@ -108,6 +108,9 @@ const actions = {
|
||||
}
|
||||
|
||||
const mutations = {
|
||||
CHANGE_TWO_FACTOR_AUTHENTICATION_STATE(state, condition) {
|
||||
state.user.data.attributes.two_factor_authentication = condition
|
||||
},
|
||||
RETRIEVE_USER(state, user) {
|
||||
state.user = user
|
||||
},
|
||||
|
||||
@@ -70,10 +70,82 @@
|
||||
<h2>{{ $t('page_not_verified.subtitle') }}</h2>
|
||||
</div>
|
||||
|
||||
<span class="additional-link"> {{ $t('page_not_verified.resend_text') }}
|
||||
<span class="additional-link"> {{ $t('page_not_verified.resend_text') }}
|
||||
<a @click="resendEmail" class="text-theme">{{ $t('page_not_verified.resend_button') }} </a>
|
||||
</span>
|
||||
</AuthContent>
|
||||
|
||||
<!-- Log in by 2fa -->
|
||||
<AuthContent name="two-factor-authentication" :visible="false">
|
||||
|
||||
<div class="user" v-if="checkedAccount">
|
||||
<img class="user-avatar" :src="checkedAccount.avatar" :alt="checkedAccount.name">
|
||||
<h1> {{ $t('page_sign_in_2fa_title', {name: checkedAccount.name}) }} </h1>
|
||||
<h2> {{ $t('page_sign_in_2fa_subtitle') }}:</h2>
|
||||
</div>
|
||||
|
||||
<ValidationObserver ref="two_factor_authentication" v-slot="{ invalid }" tag="form"
|
||||
class="form inline-form">
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="Two Factor Authentication" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="twoFactorCode" :placeholder="$t('page_sign_in.placeholder_2fa')"
|
||||
@input="twoFactorChallenge(false)"
|
||||
type="text"
|
||||
maxlength="6"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}" />
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
|
||||
</ValidationObserver>
|
||||
|
||||
<span class="additional-link"> {{ $t('page_sign_in.2fa_recovery_text') }}
|
||||
<a @click="goToAuthPage('two-factor-recovery')" class="text-theme">
|
||||
{{ $t('page_sign_in.2fa_recovery_button') }}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<div class="spinner-wrapper">
|
||||
<Spinner v-if="isLoading" class="spinner"/>
|
||||
</div>
|
||||
|
||||
</AuthContent>
|
||||
|
||||
<!-- Log in by 2fa recovery code -->
|
||||
<AuthContent name="two-factor-recovery" :visible="false">
|
||||
|
||||
<div class="user" v-if="checkedAccount">
|
||||
<img class="user-avatar" :src="checkedAccount.avatar" :alt="checkedAccount.name">
|
||||
<h1> {{ checkedAccount.name }} </h1>
|
||||
<h2>{{ $t('page_sign_in.2fa_recovery_subtitle') }}:</h2>
|
||||
</div>
|
||||
|
||||
<ValidationObserver ref="two_factor_recovery" v-slot="{ invalid }" tag="form"
|
||||
class="form inline-form">
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="Two Factor Recovery" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="twoFactorRecoveryCode" :placeholder="$t('page_sign_in.placeholder_2fa_recovery')"
|
||||
@input="twoFactorChallenge(true)"
|
||||
type="text"
|
||||
maxlength="21"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}" />
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
|
||||
</ValidationObserver>
|
||||
|
||||
<span class="additional-link">
|
||||
<a @click="goToAuthPage('two-factor-authentication')" class="text-theme">
|
||||
{{ $t('2fa.i_have_2fa_app') }}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<div v-if="isLoading" class="spinner-wrapper">
|
||||
<Spinner class="spinner"/>
|
||||
</div>
|
||||
|
||||
</AuthContent>
|
||||
</AuthContentWrapper>
|
||||
</template>
|
||||
|
||||
@@ -82,6 +154,7 @@
|
||||
import {ValidationProvider, ValidationObserver} from 'vee-validate/dist/vee-validate.full'
|
||||
import AuthContent from '@/components/Auth/AuthContent'
|
||||
import AuthButton from '@/components/Auth/AuthButton'
|
||||
import Spinner from '@/components/FilesView/Spinner'
|
||||
import {required} from 'vee-validate/dist/rules'
|
||||
import {mapGetters} from 'vuex'
|
||||
import {events} from "@/bus"
|
||||
@@ -96,6 +169,7 @@
|
||||
AuthContent,
|
||||
AuthButton,
|
||||
required,
|
||||
Spinner,
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['config']),
|
||||
@@ -103,9 +177,12 @@
|
||||
data() {
|
||||
return {
|
||||
isLoading: false,
|
||||
validSignIn: false,
|
||||
checkedAccount: undefined,
|
||||
loginPassword: '',
|
||||
loginEmail: '',
|
||||
twoFactorCode: '',
|
||||
twoFactorRecoveryCode: '',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -128,8 +205,8 @@
|
||||
post('/api/user/email/resend/verify', {
|
||||
email: this.loginEmail
|
||||
})
|
||||
.then(
|
||||
this.$router.push({name: 'SuccessfullySend'})
|
||||
.then(
|
||||
this.$router.push({name: 'SuccessfullySend'})
|
||||
)
|
||||
.catch(() => {
|
||||
this.$isSomethingWrong()
|
||||
@@ -185,7 +262,7 @@
|
||||
async singIn() {
|
||||
|
||||
// Validate fields
|
||||
const isValid = await this.$refs.sign_in.validate();
|
||||
const isValid = this.validSignIn ? this.validSignIn : await this.$refs.sign_in.validate();
|
||||
|
||||
if (!isValid) return;
|
||||
|
||||
@@ -205,16 +282,28 @@
|
||||
email: this.loginEmail,
|
||||
password: this.loginPassword,
|
||||
})
|
||||
.then(() => {
|
||||
.then((response) => {
|
||||
|
||||
// End loading
|
||||
this.isLoading = false
|
||||
|
||||
// Set login state
|
||||
this.$store.commit('SET_AUTHORIZED', true)
|
||||
// If is enabled two factor authentication
|
||||
if(response.data.two_factor && ! this.validSignIn) {
|
||||
|
||||
// Go to files page
|
||||
this.$router.push({name: 'Files'})
|
||||
this.validSignIn = true
|
||||
|
||||
this.goToAuthPage('two-factor-authentication')
|
||||
}
|
||||
|
||||
// If is disabled two factor authentication
|
||||
if(! response.data.two_factor ) {
|
||||
|
||||
// Set login state
|
||||
this.$store.commit('SET_AUTHORIZED', true)
|
||||
|
||||
// Go to files page
|
||||
this.$router.push({name: 'Files'})
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
@@ -229,6 +318,57 @@
|
||||
this.isLoading = false
|
||||
})
|
||||
},
|
||||
async twoFactorChallenge(recovery) {
|
||||
// Check if is normal authentication or recovery
|
||||
if (!recovery && this.twoFactorCode.length === 6 || recovery && this.twoFactorRecoveryCode.length === 21) {
|
||||
|
||||
this.isLoading = true
|
||||
|
||||
let payload = recovery
|
||||
? {recovery_code: this.twoFactorRecoveryCode}
|
||||
: {code: this.twoFactorCode}
|
||||
|
||||
axios.post('/two-factor-challenge', payload)
|
||||
.then(() => {
|
||||
|
||||
this.isLoading = false
|
||||
|
||||
// Set login state
|
||||
this.$store.commit('SET_AUTHORIZED', true)
|
||||
|
||||
// Go to files page
|
||||
this.$router.push({name: 'Files'})
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
if (error.response.status == 422) {
|
||||
|
||||
//Authentication bad input
|
||||
if (!recovery) {
|
||||
|
||||
this.$refs.two_factor_authentication.setErrors({
|
||||
'Two Factor Authentication': this.$t('validation_errors.incorrect_2fa_code')
|
||||
})
|
||||
}
|
||||
|
||||
// Recovery bad input
|
||||
if (recovery) {
|
||||
|
||||
this.$refs.two_factor_recovery.setErrors({
|
||||
'Two Factor Recovery': this.$t('validation_errors.incorrect_2fa_recovery_code')
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Repeat the login for next try to type right 2fa code / recovery code
|
||||
this.singIn()
|
||||
|
||||
this.isLoading = false
|
||||
})
|
||||
}
|
||||
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.$scrollTop()
|
||||
@@ -245,4 +385,11 @@
|
||||
<style scoped lang="scss">
|
||||
@import '@assets/vuefilemanager/_auth-form';
|
||||
@import '@assets/vuefilemanager/_auth';
|
||||
|
||||
.spinner-wrapper {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
top: 50px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<section id="viewport">
|
||||
|
||||
<ContentSidebar>
|
||||
|
||||
<!--Settings-->
|
||||
@@ -43,6 +42,8 @@
|
||||
</router-link>
|
||||
</div>
|
||||
</ContentGroup>
|
||||
|
||||
<!--Subscription-->
|
||||
<ContentGroup title="Subscription" class="navigator" v-if="canShowSubscriptionSettings">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<router-link replace :to="{name: 'Subscription'}" class="menu-list-item link">
|
||||
@@ -75,7 +76,7 @@
|
||||
</ContentGroup>
|
||||
</ContentSidebar>
|
||||
|
||||
<div id="single-page" v-if="user">
|
||||
<div v-if="user" id="single-page">
|
||||
<div id="page-content" class="medium-width" v-if="! isLoading">
|
||||
<MobileHeader :title="$t($router.currentRoute.meta.title)"/>
|
||||
|
||||
@@ -129,11 +130,16 @@
|
||||
<Spinner></Spinner>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--2FA popups-->
|
||||
<TwoFactorRecoveryCodesPopup />
|
||||
<TwoFactorSetupPopup />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import TwoFactorRecoveryCodesPopup from '@/components/Others/TwoFactorRecoveryCodesPopup'
|
||||
import TwoFactorSetupPopup from '@/components/Others/TwoFactorSetupPopup'
|
||||
import ContentSidebar from '@/components/Sidebar/ContentSidebar'
|
||||
import ContentGroup from '@/components/Sidebar/ContentGroup'
|
||||
import UserImageInput from '@/components/Others/UserImageInput'
|
||||
@@ -157,6 +163,8 @@
|
||||
export default {
|
||||
name: 'Settings',
|
||||
components: {
|
||||
TwoFactorRecoveryCodesPopup,
|
||||
TwoFactorSetupPopup,
|
||||
ContentSidebar,
|
||||
CreditCardIcon,
|
||||
UserImageInput,
|
||||
|
||||
@@ -32,13 +32,56 @@
|
||||
</div>
|
||||
</ValidationObserver>
|
||||
</PageTabGroup>
|
||||
<PageTabGroup class="form block-form">
|
||||
<FormLabel>{{ $t('2fa.settings.title') }}</FormLabel>
|
||||
<div class="block-wrapper">
|
||||
<div class="input-wrapper">
|
||||
<div class="inline-wrapper">
|
||||
<div class="switch-label">
|
||||
<label class="input-label">
|
||||
{{ $t('popup_2fa.switch_title') }}
|
||||
</label>
|
||||
<small class="input-help" v-html="$t('popup_2fa.switch_info')"></small>
|
||||
</div>
|
||||
<SwitchInput @click.native.prevent.stop="open2faPopup"
|
||||
class="switch"
|
||||
:state="user.data.attributes.two_factor_authentication"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="user && user.data.attributes.two_factor_authentication" class="block-wrapper">
|
||||
<div class="input-wrapper">
|
||||
<div class="inline-wrapper button-block">
|
||||
<div class="switch-label">
|
||||
<label class="input-label">
|
||||
{{ $t('popup_2fa.codes_title') }}
|
||||
</label>
|
||||
<small class="input-help">
|
||||
{{ $t('popup_2fa.codes_info') }}
|
||||
</small>
|
||||
</div>
|
||||
<ButtonBase
|
||||
class="popup-button"
|
||||
button-style="secondary"
|
||||
@click.native="showRecoveryCodes"
|
||||
>
|
||||
{{ $t('popup_2fa.codes_button') }}
|
||||
</ButtonBase>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</PageTabGroup>
|
||||
</PageTab>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {ValidationProvider, ValidationObserver} from 'vee-validate/dist/vee-validate.full'
|
||||
|
||||
import PageTabGroup from '@/components/Others/Layout/PageTabGroup'
|
||||
import UserImageInput from '@/components/Others/UserImageInput'
|
||||
import SwitchInput from '@/components/Others/Forms/SwitchInput'
|
||||
import FormLabel from '@/components/Others/Forms/FormLabel'
|
||||
import MobileHeader from '@/components/Mobile/MobileHeader'
|
||||
import ButtonBase from '@/components/FilesView/ButtonBase'
|
||||
@@ -46,6 +89,7 @@
|
||||
import PageHeader from '@/components/Others/PageHeader'
|
||||
import ThemeLabel from '@/components/Others/ThemeLabel'
|
||||
import {required} from 'vee-validate/dist/rules'
|
||||
import {mapGetters} from 'vuex'
|
||||
import {events} from '@/bus'
|
||||
import axios from 'axios'
|
||||
|
||||
@@ -58,12 +102,16 @@
|
||||
ValidationProvider,
|
||||
ValidationObserver,
|
||||
UserImageInput,
|
||||
SwitchInput,
|
||||
MobileHeader,
|
||||
PageHeader,
|
||||
ButtonBase,
|
||||
ThemeLabel,
|
||||
required,
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['user'])
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
newPasswordConfirmation: '',
|
||||
@@ -112,6 +160,12 @@
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
open2faPopup() {
|
||||
events.$emit('popup:open', {name: 'two-factor-authentication-confirm'})
|
||||
},
|
||||
showRecoveryCodes() {
|
||||
events.$emit('popup:open', {name: 'two-factor-recovery-codes'})
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -137,6 +191,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 690px) {
|
||||
|
||||
.form .button-block {
|
||||
display: block;
|
||||
|
||||
.popup-button {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
}
|
||||
|
||||
12
webpack.mix.js
vendored
12
webpack.mix.js
vendored
@@ -34,12 +34,12 @@ mix.js('resources/js/main.js', 'public/js')
|
||||
clientLogLevel: 'none'
|
||||
}
|
||||
})
|
||||
// .options({
|
||||
// hmrOptions: {
|
||||
// host: 'vuefilemanager.test',
|
||||
// port: '80'
|
||||
// },
|
||||
// })
|
||||
/*.options({
|
||||
hmrOptions: {
|
||||
host: '192.168.1.198',
|
||||
port: '8080'
|
||||
},
|
||||
})*/
|
||||
.disableNotifications();
|
||||
|
||||
if (mix.inProduction()) {
|
||||
|
||||
Reference in New Issue
Block a user