-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[full-ci] Sharing jail #6593
[full-ci] Sharing jail #6593
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
f80f4af
to
6da3154
Compare
packages/web-app-files/src/services/folder/loaderSharedWithMe.ts
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/services/folder/loaderSharedWithMe.ts
Outdated
Show resolved
Hide resolved
7373302
to
fc1409b
Compare
f19786f
to
3e99942
Compare
862b9cf
to
f93ff5e
Compare
At a first glance, renaming files as a share recipient does not work for me most of the time. Strangely it works when declining a share, then accepting that share again and renaming it. But when I freshly browse to the page with accepted shares, renaming fails for me. |
Renaming a share or renaming a file within a share? |
Renaming the share itself. E.g. sharing a file and then trying to rename that file as share recipient. |
Results for oCISSharingInternal3 https://drone.owncloud.com/owncloud/web/25389/62/1 |
Commented about the upcoming changes of this PR in owncloud/owncloud-test-middleware#116 |
fix failing e2e tests fix clickResource e2e test helper
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just figured I have a pending review, let's tackle this in a follow-up 🤦🏽
icon="folder" | ||
> | ||
<template #message> | ||
<span v-translate>There are no resources in this folder</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could/should potentially be a <p>
tag
<span v-translate>There are no resources in this folder</span> | ||
</template> | ||
<template #callToAction> | ||
<span v-translate> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could/should potentially be a <p>
tag
Switches over to the new webdav endpoints for a) personal files, i.e. personal space and b) shares, i.e. share jail.
To be tested with oCIS from owncloud/ocis#3626 (or later on with master when it's merged) because of a new capability that enables the share jail.
needs clarification
preview
app) => see Previews via share jail are broken ocis#3596 for detailsspaces
capability might be a good idea, see Share jail capability? ocis#3615 for discussion, Spaces capability feature flags ocis#3626 for implementationopen tasks
SharedResource
view/routeSharedResource
route/viewResource not found
because there is noresourceId
available anymore)contextRouteQuery
for app defaults (SharedResource
view needs share id in the url query because share name in the path is non-unique and doesn't work for propfind)accept share
actioncheck back with CERN if their shares still work as expectednot needed because we hide the share jail behind a new capability. if they set that tofalse
they have the old behaviour.Shared with me
doesn't show an accepted share in the right sidebar anymore, because it has a path of/
and that is treated as a root element (which are not shown in the right sidebar).packages/web-app-files/src/mixins/actions/createQuicklink.js
regarding share capabilities after [full-ci] Introduce QuickLinks #6820 is mergedhasSpaces
occurrences after [full-ci] Search all files with ocis backend #6841 is merged/dav/files/<user>
)followup after merge (create issues once this PR is merged or close to it)
/Shares
path prefix for ocsshares
responses from ocis. at the moment this is rewritten client side.copy
andmove
actions available inSharedResource
route/view Copy/move only works with personal space #6892Related Issue
Shares
folder throws an error #5152Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: