Skip to content

Commit

Permalink
Merge pull request #20095 from nextcloud/dep/old_js_pack
Browse files Browse the repository at this point in the history
Remove legacy js packages
  • Loading branch information
rullzer authored Mar 22, 2020
2 parents 3b92af9 + 939535f commit c03c446
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 58 deletions.
2 changes: 1 addition & 1 deletion apps/settings/js/vue-settings-apps-users-management.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/settings/js/vue-settings-apps-users-management.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/settings/js/vue-settings-personal-security.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/settings/js/vue-settings-personal-security.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/settings/src/components/AuthTokenSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/src/components/AuthTokenSetupDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/src/store/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/twofactor_backupcodes/js/settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/twofactor_backupcodes/js/settings.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/twofactor_backupcodes/src/views/PersonalSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
40 changes: 20 additions & 20 deletions apps/workflowengine/js/workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/workflowengine/js/workflowengine.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

import axios from '@nextcloud/axios'
import { generateRemoteUrl } from 'nextcloud-router'
import { generateRemoteUrl } from '@nextcloud/router'

const xmlToJson = (xml) => {
let obj = {}
Expand Down
2 changes: 1 addition & 1 deletion apps/workflowengine/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
25 changes: 5 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c03c446

Please sign in to comment.