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-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-19add OC_FileStorage::getLocalFolderRobin Appelman
2012-08-15Add tests for Share API, all tests passing :)Michael Gapczynski
2012-07-26Change is_writable() call to isUpdatable()Michael 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-25Missed a is_readable() call in local filestorageMichael Gapczynski
2012-07-25Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski
is_writable()
2012-07-21Fix parameter order in OC_Filestorage_Common->hashBart Visscher
2012-07-20remove unused variablesRobin Appelman
2012-07-20remove unused and depricated getFolderSizeRobin Appelman
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-20added new user settings interface for deleting old file versionsSam Tuke
fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
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-15add hasUpdated to oc_filestorageRobin Appelman
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
prevents memory issues when downloading large files
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
'lastmodified'. Needed for syncing algorithms.
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
- Added some minor debug help to fscache
2012-02-05writable not writeableRobin Appelman
2012-01-30merge master into filesystemRobin Appelman