Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
@@ -30,13 +30,11 @@ steps:
- name: build
image: nextcloudci/node:node-4
commands:
- - cd /drone/src
- npm ci
- npm run build
- name: changes
- git status
- bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
@@ -25,7 +25,7 @@
<script>
import ItemPreview from './components/ItemPreview'
-import axios from 'nextcloud-axios'
+import axios from '@nextcloud/axios'
export default {
name: 'Accessibility',
@@ -21,4 +21,4 @@
*
*/
n.default.prototype.t=t,r.Tooltip.options.defaultHtml=!1,n.default.component("PopoverMenu",r.PopoverMenu),n.default.directive("ClickOutside",s.a),n.default.directive("Tooltip",r.Tooltip),n.default.use(l.a)}}]);
-//# sourceMappingURL=files_sharing.4.js.map?v=4e4a795c94e467758967
+//# sourceMappingURL=files_sharing.4.js.map?v=a741e282fee1abd436e6
@@ -73,7 +73,7 @@
</template>
import OAuthItem from './components/OAuthItem'
import { generateUrl } from '@nextcloud/router'
@@ -66,7 +66,7 @@
import { Multiselect } from 'nextcloud-vue'
import _ from 'lodash'
@@ -35,7 +35,7 @@
import confirmPassword from 'nextcloud-password-confirmation'
import AuthTokenList from './AuthTokenList'
@@ -20,7 +20,7 @@
const sanitize = function(url) {
@@ -1,4 +1,4 @@
-import Axios from 'nextcloud-axios'
+import Axios from '@nextcloud/axios'
export function generateCodes() {
const url = OC.generateUrl('/apps/twofactor_backupcodes/settings/create')
import { generateRemoteUrl } from 'nextcloud-router'
const xmlToJson = (xml) => {
import { Multiselect } from 'nextcloud-vue/dist/Components/Multiselect'
import valueMixin from '../../mixins/valueMixin'
name: 'RequestUserGroup',
components: {
@@ -22,7 +22,7 @@
import Vue from 'vue'
import Vuex from 'vuex'
import { getApiUrl } from './helpers/api'
import { generateUrl } from '../../OC/routing'
@@ -67,7 +67,7 @@
name: 'UpdatePassword',
@@ -19,7 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
import OC from './OC/index'
@@ -25,6 +25,7 @@
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@chenfengyuan/vue-qrcode": "^1.0.1",
+ "@nextcloud/axios": "^0.4.1",
"@nextcloud/event-bus": "^0.2.0",
"@nextcloud/router": "^0.1.0",
"autosize": "^4.0.2",
@@ -46,7 +47,6 @@
"marked": "^0.7.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
- "nextcloud-axios": "^0.2.1",
"nextcloud-initial-state": "0.0.3",
"nextcloud-password-confirmation": "^0.4.2",
"nextcloud-router": "0.0.9",