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-05-31fixed typos in var namesSam Tuke
2012-05-31clarified commentSam Tuke
2012-05-26update copyrightFrank Karlitschek
2012-05-05fix opening encrypted files from the browserRobin Appelman
2012-04-25emit the correct hooks for file_put_contents and some readfile improvementsRobin Appelman
2012-04-14typoArthur Schiwon
2012-04-14don't fail on missing extensionArthur Schiwon
2012-04-01Move writable check into local filestorage so shared files can be renamedMichael Gapczynski
2012-04-01Check file handle exists before trying to read fileMichael Gapczynski
2012-03-27return path of tmp file like filestorage/common does. Fixes broken folder-/mu...Arthur Schiwon
2012-03-04better handeling of files that can behave like folder (e.g. archives)Robin Appelman
2012-03-01add touch() to all storage backands, and make parameter optionalRobin Appelman
2012-02-28use temporary file managmentRobin Appelman
2012-02-27some cleanup in filestorageRobin Appelman
2012-02-27extend filestorage common and provide test implementationRobin Appelman
2012-02-26add more valid fopen modesRobin Appelman
2012-02-26merge master into encryptionRobin Appelman
2012-02-26chunked implementation for readfileRobin Appelman
2012-02-21fix incorrect information in the filecache when using encryptionRobin Appelman
2012-02-21implement file_put_contents with stream data using fopenRobin Appelman
2012-02-21move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman
2012-02-21only trigger hooks for the default filesystem viewRobin Appelman
2012-02-21no post hooks for fopenRobin Appelman
2012-02-21use streams instead of temporary files for cross-storage copy and renameRobin Appelman
2012-02-21encryption proxy wipRobin Appelman
2012-02-14allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag
2012-02-10- Added the ability to change a files mtime via webdavs propset.Klaas Freitag
2012-02-05writable not writeableRobin Appelman
2012-01-31use filesystem cache for searchingRobin Appelman
2012-01-20initial work on filesystemviewRobin Appelman