Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/files
AgeCommit message (Expand)Author
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-09-24Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).Andreas Fischer
2013-09-24clear permissions cache when scanning a fileRobin Appelman
2013-09-23Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer
2013-09-23Merge pull request #4327 from owncloud/scanfile-removeThomas Müller
2013-09-22files: when filtering search results, ensure results are children of the fake...Robin Appelman
2013-09-21Move bool to int conversion to buildParts(), so it also happens for update().Andreas Fischer
2013-09-21Only update the etag. Do not re-submit any other unchanged data.Andreas Fischer
2013-09-21Use update() instead of put().Andreas Fischer
2013-09-20when storing back the data field 'encrypted' it is necessary to cast the bool...Thomas Müller
2013-09-17etag changes are now propagated up the file treeThomas Müller
2013-09-16recreate an etag within the scanner if the cache contains an empty etagThomas Müller
2013-09-15adding null check on a mount's storageThomas Müller
2013-09-14Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller
2013-09-13Merge pull request #4719 from owncloud/port_4701_masterThomas Müller
2013-09-12Merge branch 'master' into fileapi-forewardRobin Appelman
2013-09-10add storage backend interface to public namespaceRobin Appelman
2013-09-10improve phpdoc for the public files interfaceRobin Appelman
2013-09-10move filesystem expceptions to global namespaceRobin Appelman
2013-09-07change View->deleteAll to an alias of View->rmdir since rmdir works recursiveRobin Appelman
2013-09-06extract interfaces from fileapi for public namespaceRobin Appelman
2013-09-06use ===Robin Appelman
2013-09-05more is_resource checks before readdirArthur Schiwon
2013-09-05Merge pull request #4477 from owncloud/hooks-viewBernhard Posselt
2013-09-04Always check variable type before using readdir to avoid surprisesArthur Schiwon
2013-09-01Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman
2013-08-29also emmit create hook when creating new files using touch()Robin Appelman
2013-08-22additional readdir check in mappedlocalThomas Müller
2013-08-19Merge branch 'master' into readdir-strict-equalsGeorg Ehrke
2013-08-19Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind1991
2013-08-19use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-08-18merge master in storage-wrapper-quotaRobin Appelman
2013-08-18Add _many_ newlines at the end of fileskondou
2013-08-17also emit hooks for views that are a subfolder of the user folderRobin Appelman
2013-08-16fix quota wrapper reporting negative free_space, breaking user interfaceRobin Appelman
2013-08-16Merge branch 'master' into mimetype-defaultsThomas Müller
2013-08-12Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman
2013-08-07use ===Robin Appelman
2013-08-07add the option to have templates for newly created filesRobin Appelman
2013-08-07split of mimetype detection code from OC_Helper, adding the option for apps t...Robin Appelman
2013-08-06remove deleted files while scanningRobin Appelman
2013-08-05use isset to prevent undefined indexThomas Müller
2013-08-01Merge pull request #4221 from owncloud/fix-3698Jörn Friedrich Dreyer
2013-08-01Merge pull request #4208 from owncloud/scanner-php53Morris Jobke
2013-07-30Merge branch 'master' into fixing-testGetById-masterThomas Müller
2013-07-30Merge pull request #4213 from owncloud/scanning-performanceicewind1991
2013-07-29better variable namingRobin Appelman
2013-07-29implement a platform independent version of basenameThomas Mueller
2013-07-29remove unneeded 'use'Robin Appelman
2013-07-29dont need to explicitly pass by referenceRobin Appelman