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

Merge pull request #1361 from haiwen/fileupload

Fileupload
This commit is contained in:
Daniel Pan
2016-11-18 11:29:52 +08:00
committed by GitHub
19 changed files with 2762 additions and 151 deletions

View File

@@ -211,6 +211,9 @@ define([
if (!dir.user_perm || dir.user_perm != 'rw') {
return;
}
if (dir.no_quota) {
return;
}
var $popup = this.fileUploadView.$el;
@@ -426,6 +429,7 @@ define([
this.$dir_op_bar.html($.trim(this.dir_op_bar_template({
user_perm: dir.user_perm,
no_quota: dir.no_quota,
encrypted: dir.encrypted,
mode: this.view_mode,
path: dir.path,