summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14764 from owncloud/shared-etag-propagateMorris Jobke2015-04-283-1/+12
|\
| * fix propagation when renaming a directly reshared folderRobin Appelman2015-04-271-0/+4
| * Make the change propagator an emitterRobin Appelman2015-04-272-1/+8
* | 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-272-14/+36
|\ \ | |/ |/|
| * fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-272-14/+36
* | Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-4/+2
|/
* fix unit testsBjoern Schiessle2015-04-241-4/+10
* Update encryption.phpjknockaert2015-04-241-1/+2
* fixed namejknockaert2015-04-241-1/+1
* Update encryption.phpjknockaert2015-04-241-8/+8
* fix encryption header errorjknockaert2015-04-241-13/+16
* 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
* Merge pull request #15809 from owncloud/view-null-rootVincent Petry2015-04-221-0/+6
|\
| * typoRobin Appelman2015-04-221-1/+1
| * dont allow using null as view rootRobin Appelman2015-04-221-0/+6
* | Merge pull request #15799 from owncloud/fix-enc-folder-moveThomas Müller2015-04-221-20/+10
|\ \ | |/ |/|
| * 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
* | Merge pull request #15549 from owncloud/jcf-fix-cache-updateMorris Jobke2015-04-221-1/+8
|\ \ | |/ |/|
| * clarify the duplication of the $params arrayJens-Christian Fischer2015-04-121-1/+2
| * don't update identical valuesJens-Christian Fischer2015-04-111-1/+7
* | Merge pull request #15757 from owncloud/enc-fixfeofforlastblockBjörn Schießle2015-04-221-0/+4
|\ \
| * | Fix encryption feof to not return too earlyVincent Petry2015-04-201-0/+4
* | | get dirname from sharePathBjoern Schiessle2015-04-211-1/+1
* | | Merge pull request #15636 from owncloud/enc2_performance_improvementBjörn Schießle2015-04-211-3/+2
|\ \ \
| * | | set size and unencrypted size to zero on fopenBjoern Schiessle2015-04-201-3/+2
* | | | move permission related code into getMetaData()Thomas Müller2015-04-203-15/+20
* | | | Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-205-10/+10
* | | | Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-205-10/+57
| |/ / |/| |
* | | if we start writing a file from the beginning, size should start by zero; res...Bjoern Schiessle2015-04-161-2/+2
* | | 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
* | | Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-145-88/+173
|\ \ \ | |/ / |/| |
| * | fix rebase issueRobin Appelman2015-04-131-2/+2
| * | 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-133-74/+81
| * | Small cleanup of rename codeRobin Appelman2015-04-131-14/+14
* | | Fix cross storage move with shared storagesRobin Appelman2015-04-131-3/+16