mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 20:08:19 +00:00
Merge branch '5.0'
Conflicts: seahub/templates/base_for_backbone.html seahub/templates/libraries.html seahub/templates/myhome_base.html
This commit is contained in:
@@ -234,6 +234,7 @@ def unenc_rw_repos(request):
|
||||
acc_repos = get_unencry_rw_repos_by_user(request)
|
||||
|
||||
repo_list = []
|
||||
acc_repos = filter(lambda r: not r.is_virtual, acc_repos)
|
||||
for repo in acc_repos:
|
||||
repo_list.append({"name": repo.name, "id": repo.id})
|
||||
|
||||
|
Reference in New Issue
Block a user