1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

update wopi

1. add `ui` and `rs` parameters
1. get org repo owner
This commit is contained in:
lian
2017-06-08 18:27:33 +08:00
parent 367da44665
commit f0b2527bcc
3 changed files with 18 additions and 4 deletions

View File

@@ -514,8 +514,7 @@ def user_info(request, email):
else:
org_id = org[0].org_id
org_name = org[0].org_name
space_usage = seafile_api.get_org_user_quota_usage(org_id,
email)
space_usage = seafile_api.get_org_user_quota_usage(org_id, email)
space_quota = seafile_api.get_org_user_quota(org_id, email)
owned_repos = seafile_api.get_org_owned_repo_list(org_id, email,
ret_corrupted=True)