summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper
Commit message (Expand)AuthorAgeFilesLines
* always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-5/+4
* Merge pull request #17902 from owncloud/fix_17898Vincent Petry2015-07-271-1/+2
|\
| * get header size before we open the file to avoid locking exceptionBjoern Schiessle2015-07-271-1/+2
* | Only set is encrypted when encryption is enabledJoas Schilling2015-07-231-1/+1
|/
* set targetIsEncrypted to true if file cache indicates that we try to read a e...Bjoern Schiessle2015-07-171-0/+1
* make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-15/+94
* Perform the filesize only when the file existsJoas Schilling2015-06-301-2/+6
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-0/+3
|\
| * update license headers and authorsMorris Jobke2015-06-251-0/+3
* | Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-2/+6
|/
* make sure that we always read the header from the original fileBjoern Schiessle2015-06-231-3/+5
* Merge pull request #16107 from owncloud/fix-getLocalFile-encryption-masterThomas Müller2015-06-021-1/+7
|\
| * Only return cached files if existingThomas Müller2015-05-061-1/+4
| * Only use cached files in case encryption is enabled - in any other case let t...Thomas Müller2015-05-051-1/+4
* | add changeLock to the storage apiRobin Appelman2015-06-012-0/+18
* | add locking to the storage apiRobin Appelman2015-06-012-0/+40
* | Only use quota stream wrapper on "files"Vincent Petry2015-05-281-3/+5
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-281-22/+58
|\ \
| * | copy keys before we move a file between storages to make sure that the new ta...Bjoern Schiessle2015-05-221-22/+58
* | | only request encryption module for files which are not excludedBjoern Schiessle2015-05-271-55/+59
* | | Merge pull request #16516 from owncloud/fix-phpdoc-traitJoas Schilling2015-05-221-0/+4
|\ \ \ | |/ / |/| |
| * | Fix PHPDocLukas Reschke2015-05-221-0/+4
* | | use copy when doing a crossStorageCopy on the same storageRobin Appelman2015-05-191-0/+8
|/ /
* | Merge pull request #16399 from owncloud/enc_rmdir_fixClark Tomlinson2015-05-181-2/+6
|\ \
| * | only try to delete file keys if it is a valid pathBjoern Schiessle2015-05-181-2/+6
* | | a new approach to display the error messageBjoern Schiessle2015-05-181-0/+24
|/ /
* | delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle2015-05-131-4/+23
* | use hooks to update encryption keys instead of the storage wrapper if a file ...Bjoern Schiessle2015-05-111-7/+1
* | Fix missing types on doc block and deduplicate the method nameJoas Schilling2015-05-061-4/+4
* | update 'encrypted'-flag in file cache according to the storage settingsBjoern Schiessle2015-05-061-6/+42
* | move/copy from storageBjoern Schiessle2015-05-061-7/+67
* | unit testsBjoern Schiessle2015-05-061-1/+1
* | check if encryption is enbaled before we start moving keysBjoern Schiessle2015-05-061-24/+29
* | make sure that we keep the correct encrypted-flag and the (unencrypted)size i...Bjoern Schiessle2015-05-051-0/+4
|/
* Merge pull request #15886 from owncloud/fix-15848-masterThomas Müller2015-04-271-1/+4
|\
| * fixes #15848Thomas Müller2015-04-271-1/+4
* | Merge pull request #15860 from owncloud/enc_fallback_old_encryptionThomas Müller2015-04-271-6/+20
|\ \ | |/ |/|
| * fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-6/+20
* | Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-4/+2
|/
* Use public interfaces for type hintingJoas Schilling2015-04-241-12/+12
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-4/+10
* update share keys if file gets copiedBjoern Schiessle2015-04-231-3/+3
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-7/+21
* pass KeyStorage via ctorThomas Müller2015-04-221-16/+9
* calling renameKeys() on directory level as well - fixes #15778Thomas Müller2015-04-221-7/+3
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-4/+5
* move permission related code into getMetaData()Thomas Müller2015-04-201-7/+10
* Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-202-6/+6
* Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-202-0/+31
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-4/+7