Remove legacy js packages
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
47fafead81
commit
939535f51f
|
@ -103,4 +103,4 @@ i.default.use(Jt.a);var he={API_FAILURE:function(e,n){try{var r=n.error.response
|
|||
*
|
||||
*/
|
||||
i.default.use(a.default,{defaultHtml:!1}),Object(s.sync)(ve,Kt),o.nc=btoa(OC.requestToken),o.p=OC.linkTo("settings","js/"),i.default.prototype.t=t,i.default.prototype.n=n,i.default.prototype.OC=OC,i.default.prototype.OCA=OCA,i.default.prototype.oc_userconfig=oc_userconfig;var me=new i.default({router:Kt,store:ve,render:function(t){return t(f)}}).$mount("#content")}]);
|
||||
//# sourceMappingURL=vue-settings-apps-users-management.js.map?v=1e1901c5aaae36842cd4
|
||||
//# sourceMappingURL=vue-settings-apps-users-management.js.map?v=4f41cbaf411eb8c0237b
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,7 @@
|
|||
|
||||
<script>
|
||||
import axios from '@nextcloud/axios'
|
||||
import confirmPassword from 'nextcloud-password-confirmation'
|
||||
import confirmPassword from '@nextcloud/password-confirmation'
|
||||
|
||||
import AuthTokenList from './AuthTokenList'
|
||||
import AuthTokenSetupDialogue from './AuthTokenSetupDialogue'
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
<script>
|
||||
import QR from '@chenfengyuan/vue-qrcode'
|
||||
import confirmPassword from 'nextcloud-password-confirmation'
|
||||
import confirmPassword from '@nextcloud/password-confirmation'
|
||||
|
||||
export default {
|
||||
name: 'AuthTokenSetupDialogue',
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
import axios from '@nextcloud/axios'
|
||||
import confirmPassword from 'nextcloud-password-confirmation'
|
||||
import confirmPassword from '@nextcloud/password-confirmation'
|
||||
|
||||
const sanitize = function(url) {
|
||||
return url.replace(/\/$/, '') // Remove last url slash
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import confirmPassword from 'nextcloud-password-confirmation'
|
||||
import confirmPassword from '@nextcloud/password-confirmation'
|
||||
import { print } from '../service/PrintService'
|
||||
|
||||
export default {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
import axios from '@nextcloud/axios'
|
||||
import { generateRemoteUrl } from 'nextcloud-router'
|
||||
import { generateRemoteUrl } from '@nextcloud/router'
|
||||
|
||||
const xmlToJson = (xml) => {
|
||||
let obj = {}
|
||||
|
|
|
@ -24,7 +24,7 @@ import Vue from 'vue'
|
|||
import Vuex from 'vuex'
|
||||
import axios from '@nextcloud/axios'
|
||||
import { getApiUrl } from './helpers/api'
|
||||
import confirmPassword from 'nextcloud-password-confirmation'
|
||||
import confirmPassword from '@nextcloud/password-confirmation'
|
||||
import { loadState } from '@nextcloud/initial-state'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
|
|
@ -2012,6 +2012,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@nextcloud/password-confirmation": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-1.0.0.tgz",
|
||||
"integrity": "sha512-jxbIF90PIxPdKmhGFJZGTejsx89YkrCKFjqXGQGq3+n08X5dOi98CaQUE5qUN3cTscLfzzpl/75xu2TppE0m2w=="
|
||||
},
|
||||
"@nextcloud/paths": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.0.tgz",
|
||||
|
@ -7793,26 +7798,6 @@
|
|||
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
|
||||
"integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw=="
|
||||
},
|
||||
"nextcloud-password-confirmation": {
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/nextcloud-password-confirmation/-/nextcloud-password-confirmation-0.4.2.tgz",
|
||||
"integrity": "sha512-DZXsfdk3iCsRWtd0lsYM1nqQ/oD9YlQ2WbC4qRZo20enUQLjJWZ8lYhKftXowmYL41t7spThnznJ7ihMG2/vUQ=="
|
||||
},
|
||||
"nextcloud-router": {
|
||||
"version": "0.0.9",
|
||||
"resolved": "https://registry.npmjs.org/nextcloud-router/-/nextcloud-router-0.0.9.tgz",
|
||||
"integrity": "sha512-w0i4xqFwJJuXNWFf9AB9huCWW5XmwdJHSHa7oXlOLTAvP9WxwU3KCm/mcKy8Eb0cT0ElRPg72HLUxl7oyEWoBQ==",
|
||||
"requires": {
|
||||
"core-js": "^3.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
|
||||
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"nextcloud-vue-collections": {
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.7.2.tgz",
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
"@nextcloud/initial-state": "^1.1.1",
|
||||
"@nextcloud/l10n": "^1.1.1",
|
||||
"@nextcloud/logger": "^1.1.1",
|
||||
"@nextcloud/password-confirmation": "^1.0.0",
|
||||
"@nextcloud/paths": "^1.1.0",
|
||||
"@nextcloud/router": "^1.0.0",
|
||||
"@nextcloud/vue": "^1.4.1",
|
||||
|
@ -58,8 +59,6 @@
|
|||
"marked": "^0.8.1",
|
||||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.28",
|
||||
"nextcloud-password-confirmation": "^0.4.2",
|
||||
"nextcloud-router": "0.0.9",
|
||||
"nextcloud-vue-collections": "^0.7.2",
|
||||
"p-limit": "^2.2.2",
|
||||
"p-queue": "^6.3.0",
|
||||
|
|
Loading…
Reference in New Issue