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-01-17Fix mimetype detectionJörn Friedrich Dreyer
2013-11-19External storage space is now not counted in total spaceVincent Petry
2013-10-28backport of #5496, fixes #5421 for stable5Jörn Friedrich Dreyer
2013-10-15streamCopy() should return proper structure.Thomas Müller
2013-09-13some is_resource tests have been missing in #4701Thomas Müller
2013-08-27storage information is path specificThomas Müller
2013-08-27webdav quota now displays the same values as the web interface doesThomas Müller
2013-05-29Style fixesMichael Gapczynski
2013-05-29Cache mimetype iconsRobin Appelman
2013-04-24check if there is a default/ folder in the theme directory if no theme existsBernhard Posselt
2013-02-22put value assignment into bracketsBjörn Schießle
2013-02-22return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle
2013-02-22using the number of writen bytes as indicator if streamCopy() was successfull...Björn Schießle
2013-02-16Give storage backends the option to define having no known free spaceRobin Appelman
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-10Coding styleLukas Reschke
2013-02-10Use sanitizeHTML instead of stripslashes + htmlspecialcharsLukas Reschke
2013-02-07simplyfy mimetype parsing of 'file' outputJörn Friedrich Dreyer
2013-01-30merge master into filesystemRobin Appelman
2013-01-27Merge remote-tracking branch 'refs/remotes/upstream/master'TheSFReader
2013-01-27Fix OC_Helper and change deprecated methodsMichael Gapczynski
2013-01-26merge master into filesystemRobin Appelman
2013-01-26Merge pull request #1059 from owncloud/fixing-998-masterThomas Müller
2013-01-25Merge remote-tracking branch 'refs/remotes/upstream/master'TheSFReader
2013-01-25Simplify the code and remove a first unnecessary (and non conform) '&' chara...TheSFReader
2013-01-20merge master into filesytemRobin Appelman
2013-01-19Also replace the backslash with a minusLukas Reschke
2013-01-19Merge branch 'master' into fixing-998-masterThomas Mueller
2013-01-19Merge pull request #986 from owncloud/fixing-784-masterThomas Müller
2013-01-18fixing indentThomas Mueller
2013-01-16merge master into filesystemRobin Appelman
2013-01-16Whitespace cleanupBart Visscher
2013-01-15merge master into filesystemRobin Appelman
2013-01-15handling proper display of files/folders with negative sizeThomas Mueller
2013-01-14Check for string position instead of string existenceLukas Reschke
2013-01-13Commentblocks should begin with two *Lukas Reschke
2013-01-13Add @brief to descriptionLukas Reschke
2013-01-13Simplify the isSubDirectory() functionLukas Reschke
2013-01-07merge master into filesystemRobin Appelman
2013-01-07Merge branch 'master' into fixing-784-masterThomas Mueller
2013-01-06Merge branch 'master' into fixing-998-masterThomas Mueller
2013-01-05OC_Helper::is_function_enabled() added to find out if a function is availableThomas Mueller
2013-01-02moving storage calculation code to OC_Helper::getStorageInfo()Thomas Mueller
2012-12-20the maximum upload size is now part of the response of the upload and delete ...Thomas Müller
2012-12-15merge master into filesystemRobin Appelman
2012-12-15Fix "No space found after comma in function call"Bart Visscher
2012-11-30merge master into filesystemRobin Appelman
2012-11-22merge master into filesystemRobin Appelman
2012-11-20implement share via link tokenJörn Friedrich Dreyer
2012-11-19Merge pull request #280 from butonic/feature_bmp_supportFrank Karlitschek