aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-277-2/+8
|\ \ \
| * | | update license headers and authorsMorris Jobke2015-06-257-2/+8
| |/ /
* / / 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 #15895 from owncloud/dav-getremoteetagJoas Schilling2015-06-031-3/+17
|\
| * Get etag from remote OC serverVincent Petry2015-06-021-3/+17
* | 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-014-0/+35
* | phpdoc and minor issuesRobin Appelman2015-06-011-2/+2
* | Use md5 + prefix for file locking keys in memcacheVincent Petry2015-06-011-2/+2
* | Use md5 for lock keyVincent Petry2015-06-011-2/+2
* | add locking to the storage apiRobin Appelman2015-06-014-0/+75
* | 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
* | | Revert "Revert "Revert "FIX for webdav.mediencenter.t-online.de"""Thomas Müller2015-05-261-5/+0
* | | Revert "Revert "FIX for webdav.mediencenter.t-online.de""Oliver Kohl D.Sc2015-05-261-0/+5
* | | Merge pull request #16516 from owncloud/fix-phpdoc-traitJoas Schilling2015-05-225-4/+16
|\ \ \ | |/ / |/| |
| * | Fix PHPDocLukas Reschke2015-05-225-4/+16
* | | Merge pull request #16322 from owncloud/trash-viewMorris Jobke2015-05-202-3/+20
|\ \ \ | |/ / |/| |
| * | use copy when doing a crossStorageCopy on the same storageRobin Appelman2015-05-192-3/+20
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-9/+0
|/ /
* | Merge pull request #16399 from owncloud/enc_rmdir_fixClark Tomlinson2015-05-181-2/+6
|\ \