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 (Collapse)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
make root the default parameter for getAbsolutePath()
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
Codestyle add some needed spaces.
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 ↵Björn Schießle
detect the changes (bug #1829)
2012-09-26Merge branch 'master' into filesystemRobin Appelman
2012-09-26The mtime in the file cache has to be updated after version rollback (copy ↵Björn Schießle
from outside of the regular files root) (fixes bug #1720)
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
This is used when uploading a file with webdav. The trigger will add the file to the cache and make it show up in listings
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
Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
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
Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
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
Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
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
Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
2012-07-26Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
2012-07-25Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski
is_writable()
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 ↵Sam Tuke
OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll()
2012-06-19Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke
Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
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
These are called for almost every file operation.
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