-
Notifications
You must be signed in to change notification settings - Fork 157
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
Show space members in the share panel for regular files inside a space #6554
Conversation
04a8e93
to
6902c52
Compare
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/23439/66/1
|
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/23439/67/1
|
packages/web-app-files/src/components/SideBar/Shares/FileShares.vue
Outdated
Show resolved
Hide resolved
d27b37d
to
21f9097
Compare
Results for oCISTrashbinUploadMoveJourney https://drone.owncloud.com/owncloud/web/23555/69/1
|
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/23555/66/1
|
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.
Sorry, needs a rebase now. I merged #6602 and thus spaceId
needs to be renamed to storageId
.
21f9097
to
0658a4d
Compare
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/23728/10/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23728/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-alice-2022-3-16-07-46-30.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23728/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-brian-2022-3-16-07-46-47.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23728/tracing/alice-shares-folder-with-file-to-brian-alice-2022-3-16-07-48-34.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23728/tracing/alice-shares-folder-with-file-to-brian-brian-2022-3-16-07-48-41.zip |
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/23733/60/1 |
Results for oCISSharingAutocompletion https://drone.owncloud.com/owncloud/web/23733/62/1 |
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/23733/67/1 |
Results for oCISTrashbinUploadMoveJourney https://drone.owncloud.com/owncloud/web/23733/69/1 |
Results for oCISSharingPerm1 https://drone.owncloud.com/owncloud/web/23733/63/1 |
packages/web-app-files/src/components/SideBar/Shares/FileShares.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/FileShares.vue
Outdated
Show resolved
Hide resolved
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.
LGTM 🚀
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/23753/10/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23753/tracing/alice-shares-file-to-brian-alice-2022-3-16-11-07-59.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23753/tracing/alice-shares-folder-with-file-to-brian-alice-2022-3-16-11-09-18.zip |
fe19c2c
to
040ec37
Compare
040ec37
to
98efd4e
Compare
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/23795/60/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/23800/10/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23800/tracing/folder-alice-2022-3-17-10-31-16.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23800/tracing/folder-brian-2022-3-17-10-31-24.zip |
Kudos, SonarCloud Quality Gate passed! |
Results for oC10IntegrationApp1 https://drone.owncloud.com/owncloud/web/23804/71/1
|
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.
LGTM 👍
@@ -43,6 +43,18 @@ | |||
</li> | |||
</ul> | |||
</template> | |||
<template v-if="showSpaceMembers"> | |||
<h4 class="oc-text-initial oc-text-bold oc-my-s" v-text="spaceMemberLabel" /> |
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.
top margin could be a bit more. but that can also happen in another PR
Description
The space managers are now displayed in the sidebar for resources within a space. Also, space members are now sorted via role (managers first) and name.
Related Issue
Screenshots:
Types of changes
Checklist: