|
|
|
|
@ -23,6 +23,7 @@ |
|
|
|
|
|
|
|
|
|
import Vue from 'vue' |
|
|
|
|
import { translate as t, translatePlural as n } from '@nextcloud/l10n' |
|
|
|
|
import { getRequestToken } from '@nextcloud/auth' |
|
|
|
|
|
|
|
|
|
import ShareSearch from './services/ShareSearch.js' |
|
|
|
|
import ExternalLinkActions from './services/ExternalLinkActions.js' |
|
|
|
|
@ -32,6 +33,9 @@ import TabSections from './services/TabSections.js' |
|
|
|
|
// eslint-disable-next-line n/no-missing-import, import/no-unresolved
|
|
|
|
|
import ShareVariant from '@mdi/svg/svg/share-variant.svg?raw' |
|
|
|
|
|
|
|
|
|
// eslint-disable-next-line camelcase
|
|
|
|
|
__webpack_nonce__ = btoa(getRequestToken()) |
|
|
|
|
|
|
|
|
|
// Init Sharing Tab Service
|
|
|
|
|
if (!window.OCA.Sharing) { |
|
|
|
|
window.OCA.Sharing = {} |
|
|
|
|
|