1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

Merge branch '7.1'

Conflicts:
	frontend/src/pages/search/advanced-search.js
This commit is contained in:
llj
2020-07-22 10:59:53 +08:00
58 changed files with 743 additions and 690 deletions

View File

@@ -1286,7 +1286,7 @@ export const Utils = {
let isRepoOwner = ownerEmail === username;
if (repoEncrypted) {
return false;
return true;
}
if (dirent && dirent.type === 'file') {