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

feat: details (#6484)

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-08-02 22:31:46 +08:00
committed by GitHub
parent 5c2f05ee8d
commit 6ed1fe58bc
33 changed files with 680 additions and 331 deletions

View File

@@ -10,6 +10,8 @@ class RepoInfo {
this.owner_name = object.owner_name;
this.owner_email = object.owner_email;
this.owner_contact_email = object.owner_contact_email;
this.owner_avatar = object.owner_avatar || '';
// is repo shared admin;
// is repo shared admin && is one of current ordinary group's admins;
// is one of current group owned group's admins;