summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+4
* Check if partial cache entry or not in encryption wrapperVincent Petry2016-02-091-2/+5
* Use database for keeping track of the versionLukas Reschke2016-02-091-1/+2
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-091-2/+4
* Fix part file partial cache logic in encryption codeVincent Petry2016-02-091-1/+7
* remove unused Storage->getLocalFolderRobin Appelman2016-02-054-39/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-1/+1
* only trigger locking on lockingstoragesRobin Appelman2016-01-141-4/+11
* split locking related methods to their own interfaceRobin Appelman2016-01-141-1/+2
* fix quota wrapperRobin Appelman2016-01-141-1/+3
* Return a class from cache operations instead of an arrayRobin Appelman2016-01-141-1/+3
* Happy new year!Thomas Müller2016-01-1217-22/+24
* Use TempManager instead of tmpFileMorris Jobke2015-12-181-1/+1
* Use TempManager instead of tmpFolderMorris Jobke2015-12-182-2/+2
* Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-1/+1
* Merge pull request #21128 from owncloud/dav-fopen-non-existingThomas Müller2015-12-111-8/+14
|\
| * Dont do a seperate request to check if a file exists for dav->fopenRobin Appelman2015-12-101-8/+14
* | Do not check storage availability for getOwnerVincent Petry2015-12-091-1/+0
|/
* Compute share permissions in the viewVincent Petry2015-12-081-4/+0
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+1
* Make Cache\Updater per storageRobin Appelman2015-11-253-0/+27
* Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-253-0/+33
|\
| * take the etag of child mounts into account for the folder etagRobin Appelman2015-11-193-0/+33
* | Adjust sabre changes in coreThomas Müller2015-11-241-3/+6
* | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+1
|/
* make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
* The root of a storage always existsRobin Appelman2015-10-291-0/+3
* Update license headersLukas Reschke2015-10-261-0/+1
* Remove $ETagFunction - it was never usedThomas Müller2015-10-161-7/+1
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
* check if fopen was successful before continueBjoern Schiessle2015-10-151-3/+7
* only wrap source if fopen was successfulBjoern Schiessle2015-10-151-1/+4
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0610-16/+41
|\
| * deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
| * update licence headers via scriptMorris Jobke2015-10-0510-16/+41
* | use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman2015-10-051-0/+3
|/
* versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-2/+24
* use correct variableJörn Friedrich Dreyer2015-09-231-1/+1
* Revert "use correct variable"Jörn Friedrich Dreyer2015-09-231-1/+1
* use correct variableJörn Friedrich Dreyer2015-09-231-1/+1
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-223-4/+4
* dont download the existing file for webdav if we're going to overwrite itRobin Appelman2015-09-211-2/+7
* Merge pull request #18653 from owncloud/dav-stream-guzzleLukas Reschke2015-09-111-62/+31
|\
| * also use httpclient for uploadFileRobin Appelman2015-09-011-35/+18
| * stream webdav downloads using http clientRobin Appelman2015-08-291-29/+15
* | Check result of storage wrappersRobin Appelman2015-08-301-0/+3
|/
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-29/+15
|\
| * copy always file by file to encrypt/decrypt it if neededBjoern Schiessle2015-08-261-29/+15
* | Implement password authentication mechanismsRobin McCorkell2015-08-191-0/+4
|/
* Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-072-4/+2
|\