aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #16269 from owncloud/master-fix-16179Morris Jobke2015-05-121-2/+6
|\
| * Check if cURL supports the desired featuresLukas Reschke2015-05-121-2/+6
* | 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-062-6/+47
* 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-202-7/+18
* Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-204-9/+9
* Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-204-0/+54
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-4/+7
* Merge pull request #15598 from owncloud/fix-enc-file-size-masterBjörn Schießle2015-04-141-8/+13
|\
| * return size from cache in case the cache entry is marked as encryptedThomas Müller2015-04-141-8/+10
| * preserve filesize on rename after uploadThomas Müller2015-04-141-0/+3
* | Properly handle copy/move failures in cross storage copy/moveRobin Appelman2015-04-131-3/+10
* | Detect storage full when doing cross storage copy/moveRobin Appelman2015-04-131-2/+37
* | properly return false if we cant delete the source fileRobin Appelman2015-04-131-2/+2
* | Make getSourcePath accessible for storage wrappersRobin Appelman2015-04-131-1/+1
* | Improve cross storage copy between local storagesRobin Appelman2015-04-131-0/+36
* | Move cross storage copy logic to the storageRobin Appelman2015-04-132-0/+68
|/
* Properly import used classesThomas Müller2015-04-131-35/+48
* Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-58/+57
* Merge pull request #14120 from owncloud/dav-statcacheMorris Jobke2015-04-081-27/+143
|\
| * Added stat cache for DAV storageVincent Petry2015-03-261-27/+143
* | don't throw exception if a file gets uploaded and encryption is disabledBjoern Schiessle2015-04-081-5/+6
* | Merge pull request #15333 from owncloud/copy-cross-deviceMorris Jobke2015-04-081-0/+13
|\ \
| * | fix copying folder across devicesRobin Appelman2015-03-311-0/+13
* | | fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+13
* | | respect mount option while encryptingThomas Müller2015-04-071-1/+6
* | | PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-1/+1
* | | Encryption storage wrapper is enabled by default - necessary to detect encryp...Thomas Müller2015-04-071-1/+13
* | | implement webdav copyBjoern Schiessle2015-04-071-9/+19