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-12-01Allow read-only configurationLukas Reschke
2014-10-01catch and log exception in OC_Helper::cleanTmp()Thomas Müller
2014-09-22Log unsuccessful temp file creation and return falseVictor Dubiniuk
2014-06-24update PHPDoc $fileInfo is a SplFileInfoThomas Müller
2014-06-23dir itself has to be removed as wellThomas Müller
2014-06-23fix recursion on rmdirrThomas Müller
2014-06-14Add server<->server sharing backendRobin Appelman
2014-06-06Added hacky fix for long path cleanup routineVincent Petry
2014-06-04Added experimental switch to count external storage data in quotaVincent Petry
2014-06-04Use ->instanceOfStorage() not instanceof for Storage instances.ringmaster
2014-05-23Make the recursive delete more robustRobin Appelman
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-05-11Rename issubdirectory to isSubDirectoryLukas Reschke
2014-05-11Harden issubdirectory()Lukas Reschke
2014-05-07Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry
2014-05-03Merge pull request #8023 from flyser/masterMorris Jobke
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-16Also fix linkToAbsoluteThomas Tanghus
2014-04-16Fix linkToPublic. Refs #8218Thomas Tanghus
2014-04-14White-list known secure mime types. Refs. #8184Thomas Tanghus
2014-04-03Fix setting the max-upload-size for really large values.Fabian Henze
2014-04-02Allow reusing FileInfo for getStorageInfoRobin Appelman
2014-03-29Sub-dir was prepended twiceThomas Tanghus
2014-03-17Merge pull request #7764 from owncloud/datadir-chmodicewind1991
2014-03-17use a non-recursive chmod on the datadirRobin Appelman
2014-03-17Correctly round bytes when converted from human readable formatVincent Petry
2014-03-10Fixed total space display when data size exceeds quotaVincent Petry
2014-03-06Fixed upload issue when free space is not knownVincent Petry
2014-02-26introduce new theme function to allow full creation of documentation links: b...Thomas Müller
2014-02-20fix filetype icons for gzip, tex, perl, csv, shJan-Christoph Borchardt
2014-02-19fix lots of file type icons for archives, js, flash, ics, fonts, code, ...Jan-Christoph Borchardt
2014-02-17use file icon as fallback instead of application icon, fix #7237Jan-Christoph Borchardt
2014-02-05merge master into storagestatistics-reuseRobin Appelman
2014-02-04Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msgJan-Christoph Borchardt
2014-01-31Remove unused functions from OC_HelperBart Visscher
2014-01-30Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin
2014-01-27Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman
2014-01-23Add icons for mdb and accdb files.Andreas Fischer
2014-01-23Fix icons for xml,ppt,dot,dotx files.Andreas Fischer
2014-01-07trimming all array elementsThomas Müller
2014-01-07we shall explode on ',' onlyThomas Müller
2013-12-08Separate PHP upload limit and free spacePellaeon Lin
2013-11-25No decimal points for Kilobyte and Byte #5371.Simon Könnecke
2013-11-18External storage space is now not counted in total spaceVincent Petry
2013-11-05Merge pull request #5691 from owncloud/switch-to-oc6-documentationblizzz
2013-11-05move to oc6 documentationThomas Müller
2013-10-28Append file etag to preview URLsVincent Petry
2013-10-22introduce OC_Helper::linkToDocs()Thomas Müller