summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Move lonely file from \OC\Files to PSR-4Roeland Jago Douma2016-05-011-69/+0
* mount custom cache folder using mount providersRobin Appelman2016-04-291-0/+69
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-2465-18273/+0
* Merge pull request #24187 from owncloud/fs-initmountpoint-rethrowifusernotfou...Thomas Müller2016-04-221-2/+2
|\
| * Mark $usersSetup only if user was found in initMountPointsVincent Petry2016-04-221-2/+2
* | Merge pull request #24124 from owncloud/encryped-size-progationThomas Müller2016-04-222-1/+11
|\ \
| * | dont do optimized size propagation for encrypted filesRobin Appelman2016-04-212-1/+11
* | | Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-221-1/+5
|\ \ \ | |_|/ |/| |
| * | if share-permissions exists we use this information as indicator to check if ...Björn Schießle2016-04-201-0/+3
| * | ask for share-permissions on propfindBjörn Schießle2016-04-201-1/+2
* | | Throw NoUserException when attempting to init mount point for null userVincent Petry2016-04-221-0/+3
| |/ |/|
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-208-29/+171
|\ \
| * | Move moveFromCache to CacheJailRoeland Jago Douma2016-04-191-0/+16
| * | Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-191-0/+26
| * | Only construct the storage when we start using itRobin Appelman2016-04-194-16/+92
| * | Fix resolve pathRoeland Jago Douma2016-04-191-2/+7
| * | Fix related logicRoeland Jago Douma2016-04-192-2/+15
| * | cache the scanner/updater/cache in the wrapper storageRobin Appelman2016-04-192-12/+18
| |/
* | Merge pull request #24098 from owncloud/fix_23782Thomas Müller2016-04-201-0/+2
|\ \
| * | When the scanner detects a file is changed clear checksumRoeland Jago Douma2016-04-191-0/+2
| |/
* / preserve information if it is a rename operation or notBjörn Schießle2016-04-201-3/+4
|/
* Merge pull request #23561 from owncloud/background-scan-unscannedC. Montero Luque2016-04-141-19/+31
|\
| * Merge branch 'master' into background-scan-unscannedC. Montero Luque2016-03-251-0/+4
| |\
| * | handle completely unscanned storages in the background scannerRobin Appelman2016-03-241-19/+31
* | | Add lazyRootFolderRoeland Jago Douma2016-04-131-0/+474
* | | Don't calculate permissions twice (#23917)Roeland Douma2016-04-121-1/+1
* | | Merge pull request #23860 from owncloud/followup-23304-opening-empty-fileThomas Müller2016-04-111-3/+9
|\ \ \
| * | | Correctly return an empty string for empty filesJoas Schilling2016-04-081-3/+9
* | | | lib: Fix typos (found by codespell)Stefan Weil2016-04-077-7/+7
|/ / /
* | | Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-041-1/+6
* | | make sure that we always remove the file again from the cache after the versi...Bjoern Schiessle2016-03-311-0/+1
* | | Merge pull request #23445 from owncloud/enc_small_improvementFrank Karlitschek2016-03-311-1/+1
|\ \ \
| * | | no need to calculate the header size, if the first block contain a header we ...Bjoern Schiessle2016-03-211-1/+1
* | | | Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-setFrank Karlitschek2016-03-311-2/+7
|\ \ \ \
| * | | | Make sure that the encrypted version is setLukas Reschke2016-03-311-2/+7
| | |_|/ | |/| |
* / | | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+20
|/ / /
* | | Merge pull request #23545 from owncloud/issue-17144-lock-mount-point-on-removalThomas Müller2016-03-241-0/+4
|\ \ \ | |_|/ |/| |
| * | Lock the mountpoint while removingJoas Schilling2016-03-241-0/+4
* | | add missing varJörn Friedrich Dreyer2016-03-241-0/+4
|/ /
* | Merge pull request #22506 from owncloud/node-get-from-cacheThomas Müller2016-03-232-26/+23
|\ \
| * | properly use fileinfo objectsRobin Appelman2016-03-211-16/+12
| * | improve reuse in getUserFolderRobin Appelman2016-03-211-6/+6
| * | pass the fileinfo to the node if availableRobin Appelman2016-03-211-2/+2
| * | Query the cache when checking if a node existsRobin Appelman2016-03-211-2/+3
| |/
* / Fix doc issue of cache wrapperJoas Schilling2016-03-211-1/+1
|/
* Ensure that stored version is at least 1 for cross-storage copyLukas Reschke2016-03-161-1/+12
* Merge pull request #23039 from owncloud/invalid-share-storageThomas Müller2016-03-152-0/+357
|\
| * move failedstorage to coreRobin Appelman2016-03-112-0/+357
* | Verify the getResponse returns a ResponseInterfaceLukas Reschke2016-03-121-1/+3
|/
* Fix share mounting recursionVincent Petry2016-03-081-2/+7