Commit Graph

41 Commits (cdeb2052bb4feebc2566bf03a9316cd4e21040b3)

Author SHA1 Message Date
Bjoern Schiessle 0d5c7a11e2 use hooks to update encryption keys instead of the storage wrapper if a file gets renamed/restored, as long as we 11 years ago
Joas Schilling aea734aaf1 Fix missing types on doc block and deduplicate the method name 11 years ago
Bjoern Schiessle dc39bda870 move/copy from storage 11 years ago
Bjoern Schiessle 83ed4ee5b6 unit tests 11 years ago
Bjoern Schiessle 7089af96f2 make sure that we keep the correct encrypted-flag and the (unencrypted)size if a file gets copied 11 years ago
Thomas Müller 936d564058 fixes #15848 11 years ago
Joas Schilling 8f61fbb81f Fix new tests 11 years ago
Joas Schilling 411f7893bf Add test "operation on keys failed" 11 years ago
Joas Schilling 781cfff221 Deduplicate data provider and fix method visibility 11 years ago
Bjoern Schiessle 24128d1384 only update share keys if the file was encrypted 11 years ago
Bjoern Schiessle 2646bccb83 update share keys if file gets copied 11 years ago
Bjoern Schiessle 2990b0e07e update share keys if a file is moved to a shared folder 11 years ago
Thomas Müller 225cde2183 pass KeyStorage via ctor 11 years ago
Thomas Müller 987bc138df calling renameKeys() on directory level as well - fixes #15778 11 years ago
Thomas Müller fc4127dd62 add $encryptionModuleId to methods of Keys/IStorage 11 years ago
Bjoern Schiessle b25c06f576 detect system wide mount points correctly 11 years ago
Thomas Müller cbe30f740e remove calculateUnencryptedSize() - not needed 11 years ago
Thomas Müller 06a5a9d0c2 Fix mock object to return proper type 11 years ago
Thomas Müller 2d2cb09715 fixing unit test - expected value change due to different size being stored in cache table 11 years ago
Thomas Müller 268d346b36 fixing unit tests 11 years ago
Thomas Müller fce42a3161 fixing unit test execution - test dummy module was behaving wrong 11 years ago
Thomas Müller 870c53ee37 fixing unit test execution 11 years ago
Thomas Müller 104d11ec4c Fixing encryption storage wrapper tests 11 years ago
Thomas Müller e0ab2c34ea update unit tests after ctor signature change of \OC\Encryption\Util 11 years ago
Bjoern Schiessle 0eee3a2618 remove unencrypted_size from the cache, size will contain the unencrypted size 11 years ago
Thomas Müller a905f641b3 various fixes & start to unit test the encryption storage wrapper 11 years ago
Vincent Petry 20738d287e Properly detect streamCopy errors 11 years ago
Andreas Fischer 48d6724a6f HHVM sets stream meta datum wrapper_type to 'File' instead of 'user-space'. 11 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 11 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 11 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 11 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 12 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 12 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Robin Appelman 3afdcd85e7 Add unit test for quote wrapper size root 12 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 12 years ago
Vincent Petry c8df27de73 Fixed quota stream to not wrap read-only fopen calls 12 years ago
Robin Appelman cd8f0c21ce add quota storage wrapper 13 years ago
Robin Appelman a853968f7d move storage wrapper test to new namespace 13 years ago