Skip to content

Commit

Permalink
[full-ci] Rework auth handling (#7072)
Browse files Browse the repository at this point in the history
Introduce new authentication architecture

Co-authored-by: Benedikt Kulmann <[email protected]>
  • Loading branch information
2 people authored and micbar committed Jul 21, 2022
1 parent 4259f32 commit d983e65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/web-app-files/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@ import Mixins from './mixins'
import { mapActions, mapState } from 'vuex'
import SideBar from './components/SideBar/SideBar.vue'
import { defineComponent } from '@vue/composition-api'
import { usePublicLinkPassword, useStore } from 'web-pkg/src/composables'
export default defineComponent({
components: {
SideBar
},
mixins: [Mixins],
setup() {
const store = useStore()
return {
publicLinkPassword: usePublicLinkPassword({ store })
}
},
computed: {
...mapState('Files/sidebar', {
sidebarClosed: 'closed',
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9711,9 +9711,9 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:14.0.0-alpha.5":
version: 14.0.0-alpha.5
resolution: "owncloud-design-system@npm:14.0.0-alpha.5"
"owncloud-design-system@npm:^14.0.0-alpha.2":
version: 14.0.0
resolution: "owncloud-design-system@npm:14.0.0"
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
Expand All @@ -9730,7 +9730,7 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: bb077ebcadc8bbd812c18ce2d0cc86f53c9f7d48731bddcd630b6ae876932e2020a182f0d4768a8dec10db03624f30cf21731d7f75b874138491a582c735a575
checksum: 1b3b43770d9d5e0fe7bb52b997b2a165f5f8dfdc9765b5f95cc30c050be9f8b4b7af5b2438006f701fd0c48a8c62d6fd005c969e4aa6e9f804324b88a157214b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13773,8 +13773,8 @@ __metadata:
luxon: ^2.4.0
marked: ^4.0.12
oidc-client-ts: ^2.0.5
owncloud-design-system: 14.0.0-alpha.5
owncloud-sdk: ~3.0.0-alpha.15
owncloud-design-system: ^14.0.0-alpha.2
owncloud-sdk: ~3.0.0-alpha.14
p-queue: ^6.6.2
popper-max-size-modifier: ^0.2.0
portal-vue: ^2.1.7
Expand Down

0 comments on commit d983e65

Please sign in to comment.