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
2014-04-22backport #6290 to stable5Jörn Friedrich Dreyer
2014-01-21use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer
2013-11-19External storage space is now not counted in total spaceVincent Petry
2013-03-12Fix file sharing via public link for one particular file.Olivier Tétard
2013-03-09fixed typo that broke xsendfileValerio Ponte
2013-03-08Merge pull request #2165 from owncloud/fix_2155Lukas Reschke
2013-03-08fix foldersize check to validate zip input sizeArthur Schiwon
2013-03-07create a meanigful file name if files are from the root folderBjörn Schießle
2013-03-07json encode list of filesBjörn Schießle
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-01-29Make zip downloads use actual folder names, fix spelling mistakesMichael Gapczynski
2013-01-16merge master into filesystemRobin Appelman
2013-01-16Whitespace cleanupBart Visscher
2012-12-28Retrieve storage correctly, filename is not the mountpointMichael Gapczynski
2012-12-28Change old is_readable to isReadable, fixes downloadsMichael Gapczynski
2012-12-25merge master into filesystemRobin Appelman
2012-12-19refs #933 send content length header - this will allow the browser to show th...Thomas Mueller
2012-12-17fix utf8 filenames in ie download response header according to rfc5987, see h...Jörn Friedrich Dreyer
2012-12-15these functions should be staticRobin Appelman
2012-12-15merge master into filesystemRobin Appelman
2012-12-15Fix some of "Closing brace must be on a line by itself"Bart Visscher
2012-11-30merge master into filesystemRobin Appelman
2012-11-29use new obEnd function instead of ob_end_cleanRobin Appelman
2012-11-18merge master into filesystemRobin Appelman
2012-11-16add getFileInfo and getDirectoryContent to OC_Files for compatibilityRobin Appelman
2012-11-14Fixed style according to owncloud styleguideValerio Ponte
2012-11-14Moved X-Sendfile headers into OC_Files::getValerio Ponte
2012-11-12Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus
2012-11-08normalize filepaths in OC_Files::getFileInfoRobin Appelman
2012-11-06Return empty array if file does not exist inside Shared folder, fixes issue #91Michael Gapczynski
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-27use absolute paths when resolving mount pointsRobin Appelman
2012-10-27remove old searchByMimeRobin Appelman
2012-10-27move some stuff to the new apiRobin Appelman
2012-10-26move the cache api from OC_Files to filesystem(view)Robin Appelman
2012-10-24cleanup OC_Files a bitRobin Appelman
2012-10-24merge master into filesystemRobin Appelman
2012-10-23More Checkstyle cleanupFelix Moeller
2012-10-23Make Jenkins more happy.Felix Moeller
2012-10-22automatically scan files when neededRobin Appelman
2012-10-21use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman
2012-10-21drop depricated is_readable and is_writableRobin Appelman
2012-10-21drop filectime from the filesystem api'sRobin Appelman
2012-10-10don't use depricated OC_FilesystemRobin Appelman
2012-10-09don't use the workaround for shared files on the /Shared folderRobin Appelman
2012-10-09Actually fix shared webdav accessMichael Gapczynski
2012-10-09Fix getting file info for subfolders in shared foldersMichael Gapczynski
2012-09-25Add OC_Files::searchByMime functionBart Visscher
2012-09-24Fix getting individual shared file informationBart Visscher