Skip to content

Commit

Permalink
feat: use web client to load oCIS files and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Apr 16, 2023
1 parent 5267e27 commit c9b58f3
Show file tree
Hide file tree
Showing 47 changed files with 36,723 additions and 1,019 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@ownclouders"
"extends": "@ownclouders",
"rules": {
"vue/no-deprecated-v-on-native-modifier": "off"
}
}
1 change: 1 addition & 0 deletions __mocks__/@ownclouders/web-client/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const client = {}
1 change: 1 addition & 0 deletions __mocks__/@ownclouders/web-client/src/helpers/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const buildSpace = jest.fn().mockReturnValue({ driveType: 'personal' })
1 change: 1 addition & 0 deletions __mocks__/@ownclouders/web-client/src/helpers/share.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const LinkShareRoles = jest.fn()
1 change: 1 addition & 0 deletions __mocks__/@ownclouders/web-client/webdav.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const webdav = {}
Loading

0 comments on commit c9b58f3

Please sign in to comment.