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
AgeCommit message (Expand)Author
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-11Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman
2012-12-31Remove old etag codeMichael Gapczynski
2012-10-21remove chroot from filesystem apiRobin Appelman
2012-10-21drop depricated is_readable and is_writableRobin Appelman
2012-10-21drop filectime from the filesystem api'sRobin Appelman
2012-10-10drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman
2012-10-10add depricated OC_Filessystem for compatibilityRobin Appelman
2012-10-10move some code aroundRobin Appelman
2012-10-10remove old filecacheRobin Appelman
2012-10-01merge master into filesystemRobin Appelman
2012-09-30update the filecache by setting mtimes to 0 when the mount configuration has ...Robin Appelman
2012-09-28Fix syntax error in removeETagHookBart Visscher
2012-09-28etag has to be removed after version rollback to enable the sync client to de...Björn Schießle
2012-09-22Merge branch 'master' into filesystemRobin Appelman
2012-09-21Fix undefined user var, use getUserBart Visscher
2012-09-17Normalize path before calling removeETagPropertyForPathBart Visscher
2012-09-13add OC_Filesystem::resolvePath to get the storage backend and internal path f...Robin Appelman
2012-09-07put filestorages in a namespaceRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-09-07clear the filecache if the mount configuration has changedRobin Appelman
2012-09-06no more require_once()Thomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
2012-08-27use OC_User::getHome in lib/filesystem.phpGeorg Ehrke
2012-08-25remove duplicate methodjfd
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-24Check blacklist when renaming filesMichael Gapczynski
2012-08-20Merge branch 'share_api'Michael Gapczynski
2012-08-19also add getLocalFolder to OC_Filsystem and OC_FilesystemViewRobin Appelman
2012-08-17more path normalizationRobin Appelman
2012-08-14Merge branch 'master' into share_apiMichael Gapczynski
2012-08-14fix some minor problems with path noramlizationRobin Appelman
2012-08-14some basic path normalizationRobin Appelman
2012-08-14Catch exceptions and write to log when creating storage object failsMichael Gapczynski
2012-08-11Check blacklist when renaming filesMichael Gapczynski
2012-07-31Merge branch 'master' into share_apiMichael Gapczynski
2012-07-30Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
2012-07-26Smarter remove of etag properties for pathBart Visscher
2012-07-26Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher
2012-07-26Create uniqid ETag for directoriesBart Visscher
2012-07-26Rename functionsBart Visscher
2012-07-26Merge branch 'master' into share_apiMichael Gapczynski
2012-07-26Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
2012-07-25Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski
2012-07-24some indention fixesRobin Appelman
2012-07-21Fix missing parameter decleration, thanks Jenkins :-)Bart Visscher
2012-07-21remove obsolete oc_filesystem::mountallRobin Appelman
2012-07-21Add ETag support to the Sabre file connector.Bart Visscher
2012-07-20dont try to create mountpoints automaticallyRobin Appelman
2012-07-20fix unused variablesRobin Appelman