summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-152-4/+2
* | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-073-0/+499
|\ \
| * | Store storage availability in databaseRobin McCorkell2015-07-203-0/+499
* | | always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-5/+4
* | | Disable filesystem_check_changes by defaultVincent Petry2015-07-291-1/+1
* | | 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
|/ /
* | Merge pull request #17540 from owncloud/enc_detect_legacy_files2Björn Schießle2015-07-171-15/+95
|\ \
| * | 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
| |/
* | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptionsMorris Jobke2015-07-171-17/+27
|\ \ | |/ |/|
| * Throw lock exceptions if remote share returned 423 status codeVincent Petry2015-07-031-17/+27
* | Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-131-1/+5
* | Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+89
|\ \
| * | better handling of foldersRobin Appelman2015-07-031-1/+1
| * | phpdocRobin Appelman2015-06-151-2/+30
| * | add recursive copy polyfill for storage backendsRobin Appelman2015-06-141-0/+61
* | | Remove OC_LogThomas Müller2015-07-031-3/+3
* | | Merge pull request #17379 from owncloud/kill-file-mapperVincent Petry2015-07-032-745/+282
|\ \ \
| * | | Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-032-745/+282
| | |/ | |/|
* | | also dont download existing on fopen when using w+ and wb+Robin Appelman2015-07-031-2/+2
* | | add phpdocRobin Appelman2015-07-031-0/+55
* | | add flysystem adapaterRobin Appelman2015-07-031-0/+188
|/ /
* | Perform the filesize only when the file existsJoas Schilling2015-06-301-2/+6
* | Merge pull request #17030 from owncloud/lock-posthooksJoas Schilling2015-06-291-1/+1
|\ \
| * | Keep shared locks in post hooksVincent Petry2015-06-251-1/+1