Skip to content

Commit

Permalink
Merge pull request #6530 from owncloud/fix_5727
Browse files Browse the repository at this point in the history
Fix #5727: Do not show auth popup for password protected links in oC 10
  • Loading branch information
dschmidt committed Mar 4, 2022
2 parents 019388d + e36e147 commit b9a5e21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bugfix: Show no auth popup on password protected public links in ownCloud 10

We fixed a native browser auth popup erroneously being shown for password protected public links with ownCloud 10.

https://github.com/owncloud/web/pull/6530
https://github.com/owncloud/owncloud-sdk/pull/1020
https://github.com/owncloud/web/issues/5727
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"marked": "^4.0.12",
"oidc-client": "1.11.5",
"owncloud-design-system": "^12.2.1",
"owncloud-sdk": "~2.0.0",
"owncloud-sdk": "~2.1.0-alpha.3",
"p-queue": "^6.1.1",
"popper-max-size-modifier": "^0.2.0",
"portal-vue": "^2.1.7",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9618,20 +9618,19 @@ __metadata:
languageName: node
linkType: hard

"owncloud-sdk@npm:~2.0.0":
version: 2.0.0
resolution: "owncloud-sdk@npm:2.0.0"
"owncloud-sdk@npm:~2.1.0-alpha.3":
version: 2.1.0-alpha.3
resolution: "owncloud-sdk@npm:2.1.0-alpha.3"
peerDependencies:
axios: ^0.25.0
axios: ^0.26.0
cross-fetch: ^3.0.6
promise: ^8.0.3
qs: ^6.10.3
semver: ^7.3.5
utf8: ^3.0.0
uuid: ^8.2.0
webdav: 4.6.0
webdav: 4.8.0
xml-js: ^1.6.11
checksum: 67e65e2dd55e650f11b29888766660feea25ede5e48c171c403c42c027f9b26165ea23856a68e450f7e2df57ee8bff70a83524796d3b1c54cae795acada1948d
checksum: 566bbccd59e4cfbd6471942621e2f006c3337a3637b971492d7324913a37f4d3299deb9029546331cb0ec7e065efd6c4f9ba96a8f850c230d64e83dd9fc8c5db
languageName: node
linkType: hard

Expand Down Expand Up @@ -13606,7 +13605,7 @@ __metadata:
marked: ^4.0.12
oidc-client: 1.11.5
owncloud-design-system: ^12.2.1
owncloud-sdk: ~2.0.0
owncloud-sdk: ~2.1.0-alpha.3
p-queue: ^6.1.1
popper-max-size-modifier: ^0.2.0
portal-vue: ^2.1.7
Expand Down

0 comments on commit b9a5e21

Please sign in to comment.