summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3037-8317/+0
* Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).Andreas Fischer2013-09-241-27/+27
* clear permissions cache when scanning a fileRobin Appelman2013-09-241-3/+12
* Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-232-6/+10
|\
| * Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+2
| |\
| | * remove deleted files while scanningRobin Appelman2013-08-061-0/+2
| * | files: when filtering search results, ensure results are children of the fake...Robin Appelman2013-09-221-6/+8
* | | Move bool to int conversion to buildParts(), so it also happens for update().Andreas Fischer2013-09-211-1/+3
* | | Only update the etag. Do not re-submit any other unchanged data.Andreas Fischer2013-09-201-2/+3
* | | Use update() instead of put().Andreas Fischer2013-09-201-3/+1
* | | when storing back the data field 'encrypted' it is necessary to cast the bool...Thomas Müller2013-09-201-0/+2
* | | etag changes are now propagated up the file treeThomas Müller2013-09-161-0/+14
* | | recreate an etag within the scanner if the cache contains an empty etagThomas Müller2013-09-161-1/+7
|/ /
* | adding null check on a mount's storageThomas Müller2013-09-151-0/+6
* | Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller2013-09-138-2/+1323
|\ \
| * \ Merge branch 'master' into fileapi-forewardRobin Appelman2013-09-121-33/+58
| |\ \
| * | | add storage backend interface to public namespaceRobin Appelman2013-09-101-1/+1
| * | | improve phpdoc for the public files interfaceRobin Appelman2013-09-101-21/+0
| * | | move filesystem expceptions to global namespaceRobin Appelman2013-09-106-57/+55
| * | | extract interfaces from fileapi for public namespaceRobin Appelman2013-09-063-3/+3
| * | | use ===Robin Appelman2013-09-061-1/+1
| * | | Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-018-1/+1345
* | | | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-124-33/+42
|\ \ \ \ | |_|/ / |/| | |
| * | | more is_resource checks before readdirArthur Schiwon2013-09-051-8/+10
| * | | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-043-25/+32
| |/ /
* | | change View->deleteAll to an alias of View->rmdir since rmdir works recursiveRobin Appelman2013-09-071-1/+1
* | | Merge pull request #4477 from owncloud/hooks-viewBernhard Posselt2013-09-041-32/+57
|\ \ \ | |/ / |/| |
| * | also emit hooks for views that are a subfolder of the user folderRobin Appelman2013-08-171-32/+57
* | | also emmit create hook when creating new files using touch()Robin Appelman2013-08-291-0/+1
* | | additional readdir check in mappedlocalThomas Müller2013-08-221-1/+1
* | | Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-198-5/+264
|\ \ \
| * \ \ Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-198-5/+264
| |\ \ \
| | * \ \ merge master in storage-wrapper-quotaRobin Appelman2013-08-185-34/+203
| | |\ \ \
| | * | | | fix quota wrapper reporting negative free_space, breaking user interfaceRobin Appelman2013-08-161-1/+1
| | * | | | add conveince function to wrap all storagesRobin Appelman2013-07-251-0/+12
| | * | | | add option to wrap existing mountsRobin Appelman2013-07-252-0/+14
| | * | | | fix getPermissionsCache for storage wrapperRobin Appelman2013-07-251-1/+1
| | * | | | add quota storage wrapperRobin Appelman2013-07-251-0/+104
| | * | | | add quota streamwrapper that limits the amount of data that can be written to...Robin Appelman2013-07-251-0/+128
| | * | | | rename constantsRobin Appelman2013-07-253-4/+5
* | | | | | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-193-5/+5
|/ / / / /
* | / / / Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| |/ / / |/| | |
* | | | Merge branch 'master' into mimetype-defaultsThomas Müller2013-08-161-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
| | |/ | |/|
* | | use ===Robin Appelman2013-08-071-4/+4
* | | add the option to have templates for newly created filesRobin Appelman2013-08-071-0/+46
* | | split of mimetype detection code from OC_Helper, adding the option for apps t...Robin Appelman2013-08-071-0/+121
|/ /
* | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
* | Merge pull request #4221 from owncloud/fix-3698Jörn Friedrich Dreyer2013-08-011-19/+19
|\ \
| * | Use query to calculate folder sizeMichael Gapczynski2013-07-291-10/+13