Skip to content

Commit

Permalink
Merge pull request #4439 from owncloud/update-web-v5.7.0-rc.10
Browse files Browse the repository at this point in the history
[full-ci] update web to v5.7.0-rc.10
  • Loading branch information
kulmann authored Aug 24, 2022
2 parents ad3c948 + e65eb15 commit 335567e
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CORE_COMMITID=db3913cd9ba67b2d603f8917017734903dfd432a
CORE_BRANCH=master

# The test runner source for UI tests
WEB_COMMITID=52c0a3e8d0c0a2a8a342ed2656254afe03725260
WEB_COMMITID=4828c892d292dbccd382104c11486bc5d21340b0
WEB_BRANCH=master
31 changes: 31 additions & 0 deletions changelog/unreleased/update-web-beta.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Enhancement: Update ownCloud Web to v5.7.0-rc.10

Tags: web

We updated ownCloud Web to v5.7.0-rc.10. Please refer to the changelog (linked) for details on the web release.

* Bugfix [owncloud/web#7443](https://github.com/owncloud/web/pull/7443): Datetime formatting
* Bugfix [owncloud/web#7437](https://github.com/owncloud/web/pull/7437): Default to user context
* Bugfix [owncloud/web#7473](https://github.com/owncloud/web/pull/7473): Dragging a file causes no selection
* Bugfix [owncloud/web#7469](https://github.com/owncloud/web/pull/7469): File size not updated while restoring file version
* Bugfix [owncloud/web#7443](https://github.com/owncloud/web/pull/7443): File size formatting
* Bugfix [owncloud/web#7474](https://github.com/owncloud/web/pull/7474): Load only supported thumbnails (configurable)
* Bugfix [owncloud/web#7309](https://github.com/owncloud/web/pull/7309): SidebarNavItem icon flickering
* Bugfix [owncloud/web#7425](https://github.com/owncloud/web/pull/7425): Open Folder in project space context menu
* Bugfix [owncloud/web#7486](https://github.com/owncloud/web/issues/7486): Prevent unnecessary PROPFIND request during upload
* Bugfix [owncloud/web#7415](https://github.com/owncloud/web/pull/7415): Re-fetch quota
* Bugfix [owncloud/web#7478](https://github.com/owncloud/web/issues/7478): "Shared via"-indicator for links
* Bugfix [owncloud/web#7480](https://github.com/owncloud/web/issues/7480): Missing space image in sidebar
* Bugfix [owncloud/web#7436](https://github.com/owncloud/web/issues/7436): Hide share actions for space viewers/editors
* Bugfix [owncloud/web#7445](https://github.com/owncloud/web/pull/7445): User management app close side bar throws error
* Enhancement [owncloud/web#7309](https://github.com/owncloud/web/pull/7309): Keyboard shortcut indicators in ContextMenu
* Enhancement [owncloud/web#7309](https://github.com/owncloud/web/pull/7309): Lowlight cut resources
* Enhancement [owncloud/web#7133](https://github.com/owncloud/web/pull/7133): Permissionless (internal) link shares
* Enhancement [owncloud/web#7309](https://github.com/owncloud/web/pull/7309): Replace locationpicker with clipboard actions
* Enhancement [owncloud/web#7363](https://github.com/owncloud/web/pull/7363): Streamline UI sizings
* Enhancement [owncloud/web#7355](https://github.com/owncloud/web/pull/7355): Update ODS to v14.0.0-alpha.16
* Enhancement [owncloud/web#7476](https://github.com/owncloud/web/pull/7476): Users table on small screen
* Enhancement [owncloud/web#7182](https://github.com/owncloud/web/pull/7182): User management app edit quota

https://github.com/owncloud/ocis/pull/4439
https://github.com/owncloud/web/releases/tag/v5.7.0-rc.10
26 changes: 14 additions & 12 deletions services/proxy/pkg/middleware/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var (
_unprotectedPaths = map[string]struct{}{
"/": {},
"/login": {},
"/settings": {},
"/app/list": {},
"/config.json": {},
"/manifest.json": {},
Expand All @@ -45,21 +46,22 @@ var (
}
// _unprotectedPathPrefixes contains paths which don't need to be authenticated.
_unprotectedPathPrefixes = [...]string{
"/files",
"/data",
"/account",
"/files/",
"/data/",
"/account/",
"/s/",
"/external/spaces",
"/apps/openidconnect/redirect",
"/settings",
"/user-management",
"/.well-known",
"/js",
"/css",
"/icons",
"/themes",
"/signin",
"/konnect",
"/settings/",
"/user-management/",
"/.well-known/",
"/js/",
"/css/",
"/fonts/",
"/icons/",
"/themes/",
"/signin/",
"/konnect/",
}
)

Expand Down
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.7.0-rc.9
WEB_ASSETS_VERSION = v5.7.0-rc.10

include ../../.make/recursion.mk

Expand Down
4 changes: 0 additions & 4 deletions tests/config/drone/ocis-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
{
"id": "settings",
"path": "https://ocis-server:9200/settings.js"
},
{
"id": "accounts",
"path": "https://ocis-server:9200/accounts.js"
}
]
}

0 comments on commit 335567e

Please sign in to comment.