mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 12:27:48 +00:00
Merge branch '6.0'
Conflicts: seahub/api2/endpoints/file.py seahub/urls.py static/scripts/app/views/share.js
This commit is contained in:
@@ -906,7 +906,7 @@ def space_and_traffic(request):
|
||||
username = request.user.username
|
||||
|
||||
# space & quota calculation
|
||||
org = ccnet_threaded_rpc.get_orgs_by_user(username)
|
||||
org = ccnet_api.get_orgs_by_user(username)
|
||||
if not org:
|
||||
space_quota = seafile_api.get_user_quota(username)
|
||||
space_usage = seafile_api.get_user_self_usage(username)
|
||||
|
Reference in New Issue
Block a user