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-07-30Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
2012-05-11add temporary filestorage backend for testing purposedRobin Appelman
2012-04-15renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt
2012-04-01Move writable check into local filestorage so shared files can be renamedMichael Gapczynski
2012-03-24Move Google Docs storage backend to files_remote appMichael Gapczynski
2012-03-24Implement fopen() for Google Docs storage backendMichael Gapczynski
2012-03-04revert an accidental changeRobin Appelman
2012-03-04small improvement for is_dirRobin Appelman
2012-03-04fix commong filestorage for files without extentionRobin Appelman
2012-03-04better handeling of files that can behave like folder (e.g. archives)Robin Appelman
2012-03-03fix file_get_content on empty files for filestorage commonRobin Appelman
2012-03-02add search implementation to filestorage commonRobin Appelman
2012-03-01add touch() to all storage backands, and make parameter optionalRobin Appelman
2012-02-29Fix opendir for folders aka Google Docs collectionsMichael Gapczynski
2012-02-29More work on Google Docs storage backendMichael Gapczynski
2012-02-28add test case for getLocalFileRobin Appelman
2012-02-28use temporary file managmentRobin Appelman
2012-02-28fix copy/paste error in common filestorageRobin Appelman
2012-02-28Initial work on Google Docs storage backendMichael Gapczynski
2012-02-27some cleanup in filestorageRobin Appelman
2012-02-27extend filestorage common and provide test implementationRobin Appelman
2012-02-26merge master into encryptionRobin Appelman
2012-02-26chunked implementation for readfileRobin Appelman
2012-02-21proper mimetypes for encrypted filesRobin Appelman
2012-02-21move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman
2012-02-21encryption proxy wipRobin Appelman
2012-02-18Temporary fix for sharing filesMichael Gapczynski
2012-02-14Merge branch 'master' of gitorious.org:owncloud/owncloudKlaas Freitag
2012-02-14allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag
2012-02-14make local filestorage comply with test casesRobin Appelman
2012-02-10- Added the ability to change a files mtime via webdavs propset.Klaas Freitag
2012-02-05writable not writeableRobin Appelman
2012-01-30merge master into filesystemRobin Appelman
2012-01-27fix non-absolute symbolic linksRobin Appelman
2012-01-16merge master into filesystemRobin Appelman
2012-01-13fix previous changeGeorg Ehrke
2012-01-12added a file to fix wrong recognised mime-typesGeorg Ehrke
2012-01-08merge master into filesystemRobin Appelman
2012-01-02Correct local permissions checksMichael Gapczynski
2012-01-02Replace canRead()/canWrite() with is_readable()/is_writeable() for proper per...Michael Gapczynski
2011-11-09provide caching for file metadataRobin Appelman
2011-11-09remove OC_Filesystem::fromUploadedFileRobin Appelman
2011-11-09remove OC_Filesystem::fileatimeRobin Appelman
2011-11-09remove outdated remote storage prototypeRobin Appelman
2011-11-02attempt to manage some special chars in file listBrice Maron
2011-10-23improve mimetype detectionRobin Appelman
2011-10-21escape filenames for getMimeTypeRobin Appelman
2011-10-20Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer
2011-10-16use OC_Log instead of error_logRobin Appelman
2011-09-24only call error_log() if DEBUG is trueFlorian Pritz