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
2012-11-30merge master into filesystemRobin Appelman
2012-11-29use new obEnd function instead of ob_end_cleanRobin Appelman
2012-11-16add OC_FilesystemView alias for compatibilityRobin Appelman
2012-11-07check if $path is a empty stringBjörn Schießle
2012-11-07backport from approved patch in stable45:Björn Schießle
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-29NoSpaceAfterCommaFelix Moeller
2012-10-24Merge pull request #81 from fmms/masterLukas Reschke
2012-10-24Checkstyle: NoSpaceAfterCommaFelix Moeller
2012-10-23use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman
2012-10-10move some code aroundRobin Appelman
2012-10-01merge master into filesystemRobin Appelman
2012-09-28etag has to be removed after version rollback to enable the sync client to de...Björn Schießle
2012-09-26Merge branch 'master' into filesystemRobin Appelman
2012-09-26The mtime in the file cache has to be updated after version rollback (copy fr...Björn Schießle
2012-09-22Merge branch 'master' into filesystemRobin Appelman
2012-09-18dont trigger filesystem hooks when not using the default viewRobin Appelman
2012-09-13Enable post_write triggerBart Visscher
2012-09-10fix file uploadGeorg Ehrke
2012-09-07put filestorages in a namespaceRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
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-07-31Merge branch 'master' into share_apiMichael Gapczynski
2012-07-27Fix incorrect copy/paste for file_put_contents()Michael Gapczynski
2012-07-27Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski
2012-07-27Run pre and post proxies for file_put_contents() streamsMichael Gapczynski
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-22Code style. One down...Thomas Tanghus
2012-07-20fix unused variablesRobin Appelman
2012-07-03use filesystem abstraction layer to copy file versionsBjoern Schiessle
2012-07-03wrong var name fixedBjoern Schiessle
2012-06-21Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke
2012-06-19Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke
2012-06-15also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman
2012-06-09use absolute path for file proxiesRobin Appelman
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-06-08Add cache for getStorage and getInternalPath functions.Bart Visscher
2012-05-31Added & improved documentationSam Tuke
2012-05-31Improved class comment blockSam Tuke
2012-05-31added extensive class comment based on icewind's January list emailSam Tuke