summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Prevent error if previously cached data doesn't have an etagRobin Appelman2014-04-221-3/+4
* Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-172-0/+6
|\
| * Fix PHPdoc in lib/privateBart Visscher2014-04-152-0/+6
* | Merge pull request #8189 from Xenopathic/misc_fixesRobin McCorkell2014-04-171-1/+5
|\ \
| * | Prevent error from cache update on deleted filesRobin McCorkell2014-04-131-1/+5
| |/
* | Merge pull request #8104 from owncloud/lukepolo-masterThomas Müller2014-04-151-0/+11
|\ \
| * | fixing mkdir code to respect external file systems as wellThomas Müller2014-04-071-3/+3
| * | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-0/+11
| |\ \
| | * | Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-5/+5
| | * | Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-0/+11
* | | | White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-5/+35
| |_|/ |/| |
* | | Merge pull request #7825 from owncloud/hash-streamVincent Petry2014-04-101-3/+5
|\ \ \ | |/ / |/| |
| * | use binary safe readRobin Appelman2014-04-021-1/+1
| * | Use streams when generating hashes of remote filesRobin Appelman2014-04-021-3/+5
* | | dont scan not existing files in View->getFileInfoRobin Appelman2014-04-041-0/+3
* | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloopVincent Petry2014-04-021-6/+6
|\ \ \
| * | | Added missing fclose in file_get_contents and file_put_contentsVincent Petry2014-04-011-1/+4
| * | | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-5/+2
| |/ /
* | | Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-012-6/+31
|\ \ \ | |/ / |/| |
| * | Improve phpdocRobin Appelman2014-03-311-1/+3
| * | Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-03-282-6/+29
* | | Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-283-4/+3
|\ \ \
| * | | fix temporary file based common hashRobin Appelman2014-03-211-2/+1
| * | | Fix parameter order for Storage\Local::hashRobin Appelman2014-03-202-2/+2
* | | | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-281-0/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused setUserVars utility methodVincent Petry2014-03-261-11/+0
| * | | Cache folder is now configurableVincent Petry2014-03-241-0/+36
* | | | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into recursive-mkdir-localRobin Appelman2014-02-212-6/+12
| |\ \ \ \
| * | | | | Also make "regular" local storage's mkdir recursiveRobin Appelman2014-02-201-1/+1
| * | | | | Recursive mkdir fixes #7047Joshua Medeiros2014-02-201-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-252-2/+28
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-135-9/+56
| |\ \ \ \ \
| * | | | | | Fix check if fileinfo is validRobin Appelman2014-03-061-1/+1
| * | | | | | Fix updater when getFileInfo failsRobin Appelman2014-03-031-1/+4
| * | | | | | Also send explicit cache hooks when calling file_put_contents with a resourceRobin Appelman2014-02-281-0/+3
| * | | | | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-0/+20
* | | | | | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-254-14/+27
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-114-8/+55
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Check if fields we need are actually set to prevent errorsRobin Appelman2014-03-032-3/+3
| * | | | | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-284-12/+25
* | | | | | | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke2014-03-201-70/+0
|\ \ \ \ \ \ \
| * | | | | | | Moved external storage mounting code to files_external appVincent Petry2014-03-191-70/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Still return quota value when free space is unknownVincent Petry2014-03-191-1/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-182-374/+0
|/ / / / /
* | | | | Merge pull request #7650 from owncloud/quota-totalspaceVincent Petry2014-03-111-0/+7
|\ \ \ \ \
| * | | | | Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-0/+7
* | | | | | Merge pull request #7398 from owncloud/trash_dont_rely_on_dbVincent Petry2014-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | get trash size from file cacheBjoern Schiessle2014-03-101-1/+1
* | | | | | | Merge pull request #7624 from owncloud/enc-encryptedusedspacefixVincent Petry2014-03-102-2/+12
|\ \ \ \ \ \ \