1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Share link file upload (#4633)

* [share dialog] fixed permission bugs; added 'download and upload'
permission

* share link: fixed permission bug for library
* upload link: fixed permission bug
* share link: added 'download and upload' permission for folder

* [folder share link] added 'file upload' for folder share link with 'can_upload' permission
This commit is contained in:
llj
2020-10-20 16:24:58 +08:00
committed by GitHub
parent 25cee90eda
commit 7000c1f364
11 changed files with 1107 additions and 52 deletions

View File

@@ -11,10 +11,6 @@ body {
height: 53px;
flex-shrink: 0;
}
.title {
font-size: 1.4rem;
margin-bottom: .5rem;
}
.shared-dir-view-main {
width: calc(100% - 40px);
max-width: 950px;
@@ -42,11 +38,14 @@ body {
background-color: #ccc;
color: #fff;
}
.zip-btn {
.shared-dir-op-btn {
height: 30px;
line-height: 30px;
padding: 0 10px;
}
.shared-dir-upload-btn {
border: 1px solid #ccc;
}
.grid-item .action-icon {
position: absolute;
top: 10px;