]> source.dussan.org Git - nextcloud-server.git/commitdiff
Updated buglist
authorSam Tuke <samtuke@owncloud.com>
Tue, 23 Apr 2013 12:12:28 +0000 (14:12 +0200)
committerSam Tuke <samtuke@owncloud.com>
Tue, 23 Apr 2013 12:12:28 +0000 (14:12 +0200)
apps/files_encryption/lib/util.php

index 1b69ad320cfd0c11369e4500c511327be17cd024..f7bb51a861331374256a935c412e8548bc07ebbe 100644 (file)
 # Bugs
 # ----
 # Sharing a file to a user without encryption set up will not provide them with access but won't notify the sharer
-# Sharing files to other users currently broken (due to merge + ongoing implementation of support for lost password recovery)
 # Timeouts on first login due to encryption of very large files (fix in progress, as a result streaming is currently broken)
 # Sharing all files to admin for recovery purposes still in progress
 # Possibly public links are broken (not tested since last merge of master)
-# getOwner() currently returns false in all circumstances, unsure what code is returning this...
 # encryptAll during login mangles paths: /files/files/
 # encryptAll is accessing files via encryption proxy - perhaps proxies should be disabled?
-# Sharekeys appear to not be deleted when their parent file is, and thus get orphaned
 
 
 # Missing features
 # ----------------
 # Make sure user knows if large files weren't encrypted
-# Support for resharing encrypted files
 
 
 # Test