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 fschade committed Jul 14, 2022
1 parent 0a2f995 commit 51a6dda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 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
10 changes: 5 additions & 5 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.4":
version: 14.0.0-alpha.4
resolution: "owncloud-design-system@npm:14.0.0-alpha.4"
"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: b45901f01adcf50de706d89f66387a524c18d241b0123e745a6e4c167d1350f68f3ca3ebe636857fea12e58b6b6534c49bff9c2f82757548ed3d61b9774e78dc
checksum: 1b3b43770d9d5e0fe7bb52b997b2a165f5f8dfdc9765b5f95cc30c050be9f8b4b7af5b2438006f701fd0c48a8c62d6fd005c969e4aa6e9f804324b88a157214b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13773,7 +13773,7 @@ __metadata:
luxon: ^2.4.0
marked: ^4.0.12
oidc-client-ts: ^2.0.5
owncloud-design-system: 14.0.0-alpha.4
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
Expand Down

0 comments on commit 51a6dda

Please sign in to comment.