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
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-07-24merge masterJan-Christoph Borchardt
2013-07-23shorten wording on config directory errorsJan-Christoph Borchardt
2013-07-23ignore config read failuresBart Visscher
2013-07-23Revert "fix failing master branch - Test_Config::testWriteData"Bart Visscher
2013-07-21fix failing master branch - Test_Config::testWriteDataMorris Jobke
2013-07-08stupid namespaceBart Visscher
2013-07-08Add constructor documentationBart Visscher
2013-07-08Merge branch 'master' into convert-oc_configBart Visscher
2013-07-08Merge https://github.com/owncloud/core/pull/3827Björn Schießle
2013-07-05OC_Config: handle failure of glob('*.config.php')Robin Appelman
2013-07-03Suppress warning in setup if config doesn't existkondou
2013-06-28Set debugMode after reading the config fileBart Visscher
2013-06-28Revert "Can't determine if debug mode is defined until we read the config"Bart Visscher
2013-06-28Use file_exists to fix the unittestsBart Visscher
2013-06-27Fix stupid namespace separatorBart Visscher
2013-06-27Merge branch 'master' into convert-oc_configBart Visscher
2013-06-10Can't determine if debug mode is defined until we read the configMichael Gapczynski
2013-06-10Fix potential glob errorMichael Gapczynski
2013-06-04One more style fixMichael Gapczynski
2013-06-04Style and comment fixesMichael Gapczynski
2013-05-25Clear opcode caches after writing to the config file, fixes #3372Michael Gapczynski
2013-05-08camelCase class propertiesBart Visscher
2013-05-08Remove include for loading legacy classBart Visscher
2013-05-07Convert OC_Config to object interfaceBart Visscher
2013-04-09Merge pull request #2147 from eMerzh/split_configeMerzh
2013-03-10Small perf improvement : filter before sortBrice Maron
2013-03-07Allow to load splited config files ref #946Brice Maron
2013-03-07Preserve Debug flag accross config writesBrice Maron
2013-02-26Fix using wrong quotes for breaking long linesBart Visscher
2013-02-14Style-fix: Breakup long linesBart Visscher
2012-09-23fix some more phpdocRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-09-05Respect coding styleThomas Müller
2012-06-23Do not close php tag on config fileBrice Maron
2012-06-22Correct OC_Config writer. Use var_export (has support for array,...)Brice Maron
2012-06-13fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987Thomas Mueller
2012-05-26update copyrightFrank Karlitschek
2012-02-18Spelling fix hint textBart Visscher
2011-11-30Disable save button while saving. Streamlined code.Tom Needham
2011-10-22change the error hint from suggesting to change the owner of a directory to c...Frank Karlitschek
2011-09-29use central method for checking webserver userThomas Schmidt
2011-09-18Remove global vars and use the OC static version.Bart Visscher
2011-08-12better error reporting during installationFrank Karlitschek
2011-07-29Renaming classes :-)Jakob Sack
2011-07-29One class per file!Jakob Sack
2011-06-14store numbers as strings to prevent errors with numeric passwordsRobin Appelman
2011-06-14fix error with empty config fileRobin Appelman
2011-05-15Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack
2011-04-16Use OC_CONFIG where possibleJakob Sack