2018-11-02 16:05:53 +02:00
|
|
|
<template>
|
2018-11-04 08:16:05 +02:00
|
|
|
<div class="axbwjelsbymowqjyywpirzhdlszoncqs">
|
2018-11-02 16:05:53 +02:00
|
|
|
<ui-card>
|
2018-11-08 20:44:35 +02:00
|
|
|
<div slot="title"><fa icon="cog"/> {{ $t('instance') }}</div>
|
2018-11-06 00:28:49 +02:00
|
|
|
<section class="fit-top fit-bottom">
|
2018-11-10 19:44:54 +02:00
|
|
|
<ui-input :value="host" readonly>{{ $t('host') }}</ui-input>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-input v-model="name">{{ $t('instance-name') }}</ui-input>
|
|
|
|
<ui-textarea v-model="description">{{ $t('instance-description') }}</ui-textarea>
|
|
|
|
<ui-input v-model="bannerUrl"><i slot="icon"><fa icon="link"/></i>{{ $t('banner-url') }}</ui-input>
|
2018-12-11 13:19:13 +02:00
|
|
|
<ui-input v-model="errorImageUrl"><i slot="icon"><fa icon="link"/></i>{{ $t('error-image-url') }}</ui-input>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-input v-model="languages"><i slot="icon"><fa icon="language"/></i>{{ $t('languages') }}<span slot="desc">{{ $t('languages-desc') }}</span></ui-input>
|
2018-11-06 00:22:39 +02:00
|
|
|
</section>
|
2018-11-06 18:12:26 +02:00
|
|
|
<section class="fit-bottom">
|
2018-11-14 07:57:59 +02:00
|
|
|
<header><fa :icon="faHeadset"/> {{ $t('maintainer-config') }}</header>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-input v-model="maintainerName">{{ $t('maintainer-name') }}</ui-input>
|
2018-11-29 09:23:45 +02:00
|
|
|
<ui-input v-model="maintainerEmail" type="email"><i slot="icon"><fa :icon="farEnvelope"/></i>{{ $t('maintainer-email') }}</ui-input>
|
2018-11-06 18:12:26 +02:00
|
|
|
</section>
|
2018-11-06 00:22:39 +02:00
|
|
|
<section class="fit-top fit-bottom">
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-input v-model="maxNoteTextLength">{{ $t('max-note-text-length') }}</ui-input>
|
2018-11-06 00:22:39 +02:00
|
|
|
</section>
|
2018-11-29 09:23:45 +02:00
|
|
|
<section>
|
|
|
|
<ui-switch v-model="disableRegistration">{{ $t('disable-registration') }}</ui-switch>
|
|
|
|
<ui-switch v-model="disableLocalTimeline">{{ $t('disable-local-timeline') }}</ui-switch>
|
|
|
|
</section>
|
2018-11-06 00:22:39 +02:00
|
|
|
<section class="fit-bottom">
|
2018-11-08 20:44:35 +02:00
|
|
|
<header><fa icon="cloud"/> {{ $t('drive-config') }}</header>
|
|
|
|
<ui-switch v-model="cacheRemoteFiles">{{ $t('cache-remote-files') }}<span slot="desc">{{ $t('cache-remote-files-desc') }}</span></ui-switch>
|
|
|
|
<ui-input v-model="localDriveCapacityMb" type="number">{{ $t('local-drive-capacity-mb') }}<span slot="suffix">MB</span><span slot="desc">{{ $t('mb') }}</span></ui-input>
|
|
|
|
<ui-input v-model="remoteDriveCapacityMb" type="number" :disabled="!cacheRemoteFiles">{{ $t('remote-drive-capacity-mb') }}<span slot="suffix">MB</span><span slot="desc">{{ $t('mb') }}</span></ui-input>
|
2018-11-06 00:22:39 +02:00
|
|
|
</section>
|
2018-11-06 17:08:21 +02:00
|
|
|
<section class="fit-bottom">
|
2018-11-14 07:57:59 +02:00
|
|
|
<header><fa :icon="faShieldAlt"/> {{ $t('recaptcha-config') }}</header>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-switch v-model="enableRecaptcha">{{ $t('enable-recaptcha') }}</ui-switch>
|
|
|
|
<ui-info>{{ $t('recaptcha-info') }}</ui-info>
|
|
|
|
<ui-input v-model="recaptchaSiteKey" :disabled="!enableRecaptcha"><i slot="icon"><fa icon="key"/></i>{{ $t('recaptcha-site-key') }}</ui-input>
|
|
|
|
<ui-input v-model="recaptchaSecretKey" :disabled="!enableRecaptcha"><i slot="icon"><fa icon="key"/></i>{{ $t('recaptcha-secret-key') }}</ui-input>
|
2018-11-06 17:08:21 +02:00
|
|
|
</section>
|
2018-11-06 17:44:56 +02:00
|
|
|
<section>
|
2018-11-14 07:57:59 +02:00
|
|
|
<header><fa :icon="faGhost"/> {{ $t('proxy-account-config') }}</header>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-info>{{ $t('proxy-account-info') }}</ui-info>
|
|
|
|
<ui-input v-model="proxyAccount"><span slot="prefix">@</span>{{ $t('proxy-account-username') }}<span slot="desc">{{ $t('proxy-account-username-desc') }}</span></ui-input>
|
|
|
|
<ui-info warn>{{ $t('proxy-account-warn') }}</ui-info>
|
2018-11-06 17:44:56 +02:00
|
|
|
</section>
|
2018-11-06 00:22:39 +02:00
|
|
|
<section>
|
2018-11-29 09:23:45 +02:00
|
|
|
<header><fa :icon="farEnvelope"/> {{ $t('email-config') }}</header>
|
|
|
|
<ui-switch v-model="enableEmail">{{ $t('enable-email') }}<span slot="desc">{{ $t('email-config-info') }}</span></ui-switch>
|
|
|
|
<ui-input v-model="email" type="email" :disabled="!enableEmail">{{ $t('email') }}</ui-input>
|
|
|
|
<ui-horizon-group inputs>
|
|
|
|
<ui-input v-model="smtpHost" :disabled="!enableEmail">{{ $t('smtp-host') }}</ui-input>
|
|
|
|
<ui-input v-model="smtpPort" type="number" :disabled="!enableEmail">{{ $t('smtp-port') }}</ui-input>
|
|
|
|
</ui-horizon-group>
|
|
|
|
<ui-horizon-group inputs>
|
|
|
|
<ui-input v-model="smtpUser" :disabled="!enableEmail">{{ $t('smtp-user') }}</ui-input>
|
|
|
|
<ui-input v-model="smtpPass" :disabled="!enableEmail">{{ $t('smtp-pass') }}</ui-input>
|
|
|
|
</ui-horizon-group>
|
2018-11-29 17:03:28 +02:00
|
|
|
<ui-switch v-model="smtpSecure" :disabled="!enableEmail">{{ $t('smtp-secure') }}<span slot="desc">{{ $t('smtp-secure-info') }}</span></ui-switch>
|
2018-11-06 17:16:08 +02:00
|
|
|
</section>
|
2018-11-23 01:13:17 +02:00
|
|
|
<section>
|
|
|
|
<header>summaly Proxy</header>
|
|
|
|
<ui-input v-model="summalyProxy">URL</ui-input>
|
|
|
|
</section>
|
2018-11-21 16:44:59 +02:00
|
|
|
<section>
|
|
|
|
<header><fa :icon="faUserPlus"/> {{ $t('user-recommendation-config') }}</header>
|
|
|
|
<ui-switch v-model="enableExternalUserRecommendation">{{ $t('enable-external-user-recommendation') }}</ui-switch>
|
|
|
|
<ui-input v-model="externalUserRecommendationEngine" :disabled="!enableExternalUserRecommendation">{{ $t('external-user-recommendation-engine') }}<span slot="desc">{{ $t('external-user-recommendation-engine-desc') }}</span></ui-input>
|
|
|
|
<ui-input v-model="externalUserRecommendationTimeout" type="number" :disabled="!enableExternalUserRecommendation">{{ $t('external-user-recommendation-timeout') }}<span slot="suffix">ms</span><span slot="desc">{{ $t('external-user-recommendation-timeout-desc') }}</span></ui-input>
|
|
|
|
</section>
|
2018-11-06 17:16:08 +02:00
|
|
|
<section>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-button @click="updateMeta">{{ $t('save') }}</ui-button>
|
2018-11-02 16:05:53 +02:00
|
|
|
</section>
|
|
|
|
</ui-card>
|
|
|
|
|
|
|
|
<ui-card>
|
2018-11-08 20:44:35 +02:00
|
|
|
<div slot="title">{{ $t('invite') }}</div>
|
2018-11-02 16:05:53 +02:00
|
|
|
<section>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-button @click="invite">{{ $t('invite') }}</ui-button>
|
2018-11-06 17:16:08 +02:00
|
|
|
<p v-if="inviteCode">Code: <code>{{ inviteCode }}</code></p>
|
2018-11-02 16:05:53 +02:00
|
|
|
</section>
|
|
|
|
</ui-card>
|
2018-11-07 06:14:52 +02:00
|
|
|
|
|
|
|
<ui-card>
|
2018-11-08 20:44:35 +02:00
|
|
|
<div slot="title"><fa :icon="['fab', 'twitter']"/> {{ $t('twitter-integration-config') }}</div>
|
2018-11-07 06:14:52 +02:00
|
|
|
<section>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-switch v-model="enableTwitterIntegration">{{ $t('enable-twitter-integration') }}</ui-switch>
|
2018-11-26 18:21:16 +02:00
|
|
|
<ui-info>{{ $t('twitter-integration-info', { url: `${url}/api/tw/cb` }) }}</ui-info>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-input v-model="twitterConsumerKey" :disabled="!enableTwitterIntegration"><i slot="icon"><fa icon="key"/></i>{{ $t('twitter-integration-consumer-key') }}</ui-input>
|
|
|
|
<ui-input v-model="twitterConsumerSecret" :disabled="!enableTwitterIntegration"><i slot="icon"><fa icon="key"/></i>{{ $t('twitter-integration-consumer-secret') }}</ui-input>
|
|
|
|
<ui-button @click="updateMeta">{{ $t('save') }}</ui-button>
|
2018-11-07 06:14:52 +02:00
|
|
|
</section>
|
|
|
|
</ui-card>
|
|
|
|
|
|
|
|
<ui-card>
|
2018-11-08 20:44:35 +02:00
|
|
|
<div slot="title"><fa :icon="['fab', 'github']"/> {{ $t('github-integration-config') }}</div>
|
2018-11-07 06:14:52 +02:00
|
|
|
<section>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-switch v-model="enableGithubIntegration">{{ $t('enable-github-integration') }}</ui-switch>
|
2018-11-26 18:21:16 +02:00
|
|
|
<ui-info>{{ $t('github-integration-info', { url: `${url}/api/gh/cb` }) }}</ui-info>
|
2018-11-08 20:44:35 +02:00
|
|
|
<ui-input v-model="githubClientId" :disabled="!enableGithubIntegration"><i slot="icon"><fa icon="key"/></i>{{ $t('github-integration-client-id') }}</ui-input>
|
|
|
|
<ui-input v-model="githubClientSecret" :disabled="!enableGithubIntegration"><i slot="icon"><fa icon="key"/></i>{{ $t('github-integration-client-secret') }}</ui-input>
|
|
|
|
<ui-button @click="updateMeta">{{ $t('save') }}</ui-button>
|
2018-11-07 06:14:52 +02:00
|
|
|
</section>
|
|
|
|
</ui-card>
|
2018-11-15 12:15:04 +02:00
|
|
|
|
|
|
|
<ui-card>
|
|
|
|
<div slot="title"><fa :icon="['fab', 'discord']"/> {{ $t('discord-integration-config') }}</div>
|
|
|
|
<section>
|
|
|
|
<ui-switch v-model="enableDiscordIntegration">{{ $t('enable-discord-integration') }}</ui-switch>
|
2018-11-26 18:21:16 +02:00
|
|
|
<ui-info>{{ $t('discord-integration-info', { url: `${url}/api/dc/cb` }) }}</ui-info>
|
2018-11-15 12:15:04 +02:00
|
|
|
<ui-input v-model="discordClientId" :disabled="!enableDiscordIntegration"><i slot="icon"><fa icon="key"/></i>{{ $t('discord-integration-client-id') }}</ui-input>
|
|
|
|
<ui-input v-model="discordClientSecret" :disabled="!enableDiscordIntegration"><i slot="icon"><fa icon="key"/></i>{{ $t('discord-integration-client-secret') }}</ui-input>
|
|
|
|
<ui-button @click="updateMeta">{{ $t('save') }}</ui-button>
|
|
|
|
</section>
|
|
|
|
</ui-card>
|
2018-11-02 16:05:53 +02:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
2018-11-08 20:44:35 +02:00
|
|
|
import Vue from 'vue';
|
|
|
|
import i18n from '../../i18n';
|
2018-11-26 18:21:16 +02:00
|
|
|
import { url, host } from '../../config';
|
2018-11-11 05:35:30 +02:00
|
|
|
import { toUnicode } from 'punycode';
|
2018-11-21 16:44:59 +02:00
|
|
|
import { faHeadset, faShieldAlt, faGhost, faUserPlus } from '@fortawesome/free-solid-svg-icons';
|
2018-11-29 09:23:45 +02:00
|
|
|
import { faEnvelope as farEnvelope } from '@fortawesome/free-regular-svg-icons';
|
2018-11-02 16:05:53 +02:00
|
|
|
|
|
|
|
export default Vue.extend({
|
2018-11-08 20:44:35 +02:00
|
|
|
i18n: i18n('admin/views/instance.vue'),
|
2018-11-14 07:57:59 +02:00
|
|
|
|
2018-11-02 16:05:53 +02:00
|
|
|
data() {
|
|
|
|
return {
|
2018-11-26 18:21:16 +02:00
|
|
|
url,
|
2018-11-11 05:35:30 +02:00
|
|
|
host: toUnicode(host),
|
2018-11-06 18:12:26 +02:00
|
|
|
maintainerName: null,
|
|
|
|
maintainerEmail: null,
|
2018-11-02 16:05:53 +02:00
|
|
|
disableRegistration: false,
|
|
|
|
disableLocalTimeline: false,
|
|
|
|
bannerUrl: null,
|
2018-12-11 13:19:13 +02:00
|
|
|
errorImageUrl: null,
|
2018-11-04 16:00:43 +02:00
|
|
|
name: null,
|
|
|
|
description: null,
|
2018-11-07 05:28:53 +02:00
|
|
|
languages: null,
|
2018-11-06 00:52:13 +02:00
|
|
|
cacheRemoteFiles: false,
|
2018-11-06 00:14:43 +02:00
|
|
|
localDriveCapacityMb: null,
|
|
|
|
remoteDriveCapacityMb: null,
|
2018-11-05 04:09:05 +02:00
|
|
|
maxNoteTextLength: null,
|
2018-11-06 17:08:21 +02:00
|
|
|
enableRecaptcha: false,
|
|
|
|
recaptchaSiteKey: null,
|
|
|
|
recaptchaSecretKey: null,
|
2018-11-07 06:14:52 +02:00
|
|
|
enableTwitterIntegration: false,
|
|
|
|
twitterConsumerKey: null,
|
|
|
|
twitterConsumerSecret: null,
|
|
|
|
enableGithubIntegration: false,
|
|
|
|
githubClientId: null,
|
|
|
|
githubClientSecret: null,
|
2018-11-15 12:15:04 +02:00
|
|
|
enableDiscordIntegration: false,
|
|
|
|
discordClientId: null,
|
|
|
|
discordClientSecret: null,
|
2018-11-06 17:44:56 +02:00
|
|
|
proxyAccount: null,
|
2018-11-02 16:05:53 +02:00
|
|
|
inviteCode: null,
|
2018-11-21 16:44:59 +02:00
|
|
|
enableExternalUserRecommendation: false,
|
|
|
|
externalUserRecommendationEngine: null,
|
|
|
|
externalUserRecommendationTimeout: null,
|
2018-11-23 01:13:17 +02:00
|
|
|
summalyProxy: null,
|
2018-11-29 09:23:45 +02:00
|
|
|
enableEmail: false,
|
|
|
|
email: null,
|
|
|
|
smtpSecure: false,
|
|
|
|
smtpHost: null,
|
|
|
|
smtpPort: null,
|
|
|
|
smtpUser: null,
|
|
|
|
smtpPass: null,
|
|
|
|
faHeadset, faShieldAlt, faGhost, faUserPlus, farEnvelope
|
2018-11-02 16:05:53 +02:00
|
|
|
};
|
|
|
|
},
|
2018-11-04 16:00:43 +02:00
|
|
|
|
|
|
|
created() {
|
2018-11-09 01:13:34 +02:00
|
|
|
this.$root.getMeta().then(meta => {
|
2018-11-06 18:12:26 +02:00
|
|
|
this.maintainerName = meta.maintainer.name;
|
|
|
|
this.maintainerEmail = meta.maintainer.email;
|
2018-12-10 16:13:50 +02:00
|
|
|
this.disableRegistration = meta.disableRegistration;
|
|
|
|
this.disableLocalTimeline = meta.disableLocalTimeline;
|
2018-11-04 16:00:43 +02:00
|
|
|
this.bannerUrl = meta.bannerUrl;
|
2018-12-11 13:19:13 +02:00
|
|
|
this.errorImageUrl = meta.errorImageUrl;
|
2018-11-04 16:00:43 +02:00
|
|
|
this.name = meta.name;
|
|
|
|
this.description = meta.description;
|
2018-11-07 05:28:53 +02:00
|
|
|
this.languages = meta.langs.join(' ');
|
2018-11-06 00:52:13 +02:00
|
|
|
this.cacheRemoteFiles = meta.cacheRemoteFiles;
|
2018-11-06 00:14:43 +02:00
|
|
|
this.localDriveCapacityMb = meta.driveCapacityPerLocalUserMb;
|
|
|
|
this.remoteDriveCapacityMb = meta.driveCapacityPerRemoteUserMb;
|
2018-11-05 04:09:05 +02:00
|
|
|
this.maxNoteTextLength = meta.maxNoteTextLength;
|
2018-11-06 17:08:21 +02:00
|
|
|
this.enableRecaptcha = meta.enableRecaptcha;
|
|
|
|
this.recaptchaSiteKey = meta.recaptchaSiteKey;
|
|
|
|
this.recaptchaSecretKey = meta.recaptchaSecretKey;
|
2018-11-06 17:44:56 +02:00
|
|
|
this.proxyAccount = meta.proxyAccount;
|
2018-11-07 06:14:52 +02:00
|
|
|
this.enableTwitterIntegration = meta.enableTwitterIntegration;
|
|
|
|
this.twitterConsumerKey = meta.twitterConsumerKey;
|
|
|
|
this.twitterConsumerSecret = meta.twitterConsumerSecret;
|
|
|
|
this.enableGithubIntegration = meta.enableGithubIntegration;
|
|
|
|
this.githubClientId = meta.githubClientId;
|
|
|
|
this.githubClientSecret = meta.githubClientSecret;
|
2018-11-15 12:15:04 +02:00
|
|
|
this.enableDiscordIntegration = meta.enableDiscordIntegration;
|
|
|
|
this.discordClientId = meta.discordClientId;
|
|
|
|
this.discordClientSecret = meta.discordClientSecret;
|
2018-11-21 16:44:59 +02:00
|
|
|
this.enableExternalUserRecommendation = meta.enableExternalUserRecommendation;
|
|
|
|
this.externalUserRecommendationEngine = meta.externalUserRecommendationEngine;
|
|
|
|
this.externalUserRecommendationTimeout = meta.externalUserRecommendationTimeout;
|
2018-11-23 01:13:17 +02:00
|
|
|
this.summalyProxy = meta.summalyProxy;
|
2018-11-29 09:23:45 +02:00
|
|
|
this.enableEmail = meta.enableEmail;
|
|
|
|
this.email = meta.email;
|
|
|
|
this.smtpSecure = meta.smtpSecure;
|
|
|
|
this.smtpHost = meta.smtpHost;
|
|
|
|
this.smtpPort = meta.smtpPort;
|
|
|
|
this.smtpUser = meta.smtpUser;
|
|
|
|
this.smtpPass = meta.smtpPass;
|
2018-11-04 16:00:43 +02:00
|
|
|
});
|
|
|
|
},
|
|
|
|
|
2018-11-02 16:05:53 +02:00
|
|
|
methods: {
|
|
|
|
invite() {
|
2018-11-09 01:13:34 +02:00
|
|
|
this.$root.api('admin/invite').then(x => {
|
2018-11-02 16:05:53 +02:00
|
|
|
this.inviteCode = x.code;
|
|
|
|
}).catch(e => {
|
2018-12-02 08:28:52 +02:00
|
|
|
this.$root.dialog({
|
2018-11-05 03:32:45 +02:00
|
|
|
type: 'error',
|
|
|
|
text: e
|
|
|
|
});
|
2018-11-02 16:05:53 +02:00
|
|
|
});
|
|
|
|
},
|
2018-11-04 16:00:43 +02:00
|
|
|
|
2018-11-02 16:05:53 +02:00
|
|
|
updateMeta() {
|
2018-11-09 01:13:34 +02:00
|
|
|
this.$root.api('admin/update-meta', {
|
2018-11-06 18:12:26 +02:00
|
|
|
maintainerName: this.maintainerName,
|
|
|
|
maintainerEmail: this.maintainerEmail,
|
2018-11-02 16:05:53 +02:00
|
|
|
disableRegistration: this.disableRegistration,
|
|
|
|
disableLocalTimeline: this.disableLocalTimeline,
|
2018-11-04 16:00:43 +02:00
|
|
|
bannerUrl: this.bannerUrl,
|
2018-12-11 13:19:13 +02:00
|
|
|
errorImageUrl: this.errorImageUrl,
|
2018-11-04 16:00:43 +02:00
|
|
|
name: this.name,
|
2018-11-05 04:09:05 +02:00
|
|
|
description: this.description,
|
2018-11-07 05:28:53 +02:00
|
|
|
langs: this.languages.split(' '),
|
2018-11-06 00:52:13 +02:00
|
|
|
cacheRemoteFiles: this.cacheRemoteFiles,
|
2018-11-06 00:14:43 +02:00
|
|
|
localDriveCapacityMb: parseInt(this.localDriveCapacityMb, 10),
|
|
|
|
remoteDriveCapacityMb: parseInt(this.remoteDriveCapacityMb, 10),
|
2018-11-06 17:08:21 +02:00
|
|
|
maxNoteTextLength: parseInt(this.maxNoteTextLength, 10),
|
|
|
|
enableRecaptcha: this.enableRecaptcha,
|
|
|
|
recaptchaSiteKey: this.recaptchaSiteKey,
|
2018-11-06 17:44:56 +02:00
|
|
|
recaptchaSecretKey: this.recaptchaSecretKey,
|
|
|
|
proxyAccount: this.proxyAccount,
|
2018-11-07 06:14:52 +02:00
|
|
|
enableTwitterIntegration: this.enableTwitterIntegration,
|
|
|
|
twitterConsumerKey: this.twitterConsumerKey,
|
|
|
|
twitterConsumerSecret: this.twitterConsumerSecret,
|
|
|
|
enableGithubIntegration: this.enableGithubIntegration,
|
|
|
|
githubClientId: this.githubClientId,
|
|
|
|
githubClientSecret: this.githubClientSecret,
|
2018-11-15 12:15:04 +02:00
|
|
|
enableDiscordIntegration: this.enableDiscordIntegration,
|
|
|
|
discordClientId: this.discordClientId,
|
2018-11-21 16:44:59 +02:00
|
|
|
discordClientSecret: this.discordClientSecret,
|
|
|
|
enableExternalUserRecommendation: this.enableExternalUserRecommendation,
|
|
|
|
externalUserRecommendationEngine: this.externalUserRecommendationEngine,
|
2018-11-23 01:13:17 +02:00
|
|
|
externalUserRecommendationTimeout: parseInt(this.externalUserRecommendationTimeout, 10),
|
2018-11-29 09:23:45 +02:00
|
|
|
summalyProxy: this.summalyProxy,
|
|
|
|
enableEmail: this.enableEmail,
|
|
|
|
email: this.email,
|
|
|
|
smtpSecure: this.smtpSecure,
|
|
|
|
smtpHost: this.smtpHost,
|
|
|
|
smtpPort: parseInt(this.smtpPort, 10),
|
|
|
|
smtpUser: this.smtpUser,
|
|
|
|
smtpPass: this.smtpPass
|
2018-11-02 16:05:53 +02:00
|
|
|
}).then(() => {
|
2018-12-02 08:28:52 +02:00
|
|
|
this.$root.dialog({
|
2018-11-05 03:32:45 +02:00
|
|
|
type: 'success',
|
2018-11-08 20:44:35 +02:00
|
|
|
text: this.$t('saved')
|
2018-11-05 03:32:45 +02:00
|
|
|
});
|
2018-11-02 16:05:53 +02:00
|
|
|
}).catch(e => {
|
2018-12-02 08:28:52 +02:00
|
|
|
this.$root.dialog({
|
2018-11-05 03:32:45 +02:00
|
|
|
type: 'error',
|
|
|
|
text: e
|
|
|
|
});
|
2018-11-02 16:05:53 +02:00
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
2018-11-04 08:16:05 +02:00
|
|
|
|
|
|
|
<style lang="stylus" scoped>
|
|
|
|
.axbwjelsbymowqjyywpirzhdlszoncqs
|
|
|
|
@media (min-width 500px)
|
|
|
|
padding 16px
|
|
|
|
|
|
|
|
</style>
|