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 (Collapse)Author
2014-11-08Use proper array keyLukas Reschke
Fixes https://github.com/owncloud/core/issues/12047
2014-10-28Make supported DBs configurable within config.phpLukas Reschke
This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases". Conflicts: lib/private/util.php
2014-09-30Try to create datadirectory to test whether the .htaccess worksLukas Reschke
Fixes https://github.com/owncloud/core/pull/11299#issuecomment-56968588 and also https://github.com/owncloud/core/issues/10628 together with https://github.com/owncloud/core/pull/11299#issuecomment-56968588 when backported.
2014-09-30Don't test for htaccess if we cant write into the datadir anywayRobin Appelman
2014-09-23remove post setup checkThomas Müller
Backport of 21412559df9461ae7395d8abe1a4c6850dadfad3 from master
2014-07-04set localhost as default database host for installationRobin Appelman
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-03-28Merge pull request #7720 from ideaship/autoconfig_fixVincent Petry
fix autoconfig
2014-03-20Added warning for Mac OS on setup pageVincent Petry
2014-03-13fix autoconfigideaship
In array_merge, $post overrides $opts (concerns data directory). Always merge $post before calling display(). Default value for dbtype which may still be undefined in display(). Fixes several problems related to autoconfig: - installation.php only showed $AUTOCONFIG data if it was called after install() had come back with errors - if autoconfig.php was set, installation.php showed an editable field with the wrong data in it; then, regardless of any changes, the value from autoconfig.php was used - installation.php used undefined indeces (dbtype, dbIsSet, directoryIsSet)
2014-02-07Change MySQL to MySQL/MariaDB in the frontendJoas Schilling
Fix issue #6269
2014-02-05fixing autoconfig handlingThomas Müller
2014-01-31DRY for database type radiolistBart Visscher
2014-01-31Do setup default value handling in the controller not the templateBart Visscher
2014-01-31Merge branch 'master' into setupBart Visscher
Conflicts: core/setup.php
2013-10-07fix undefined $htaccessWorkingMorris Jobke
2013-10-02Copyright and small fixBart Visscher
2013-09-24fixing typo on $htaccessWorking - testing own code before pushing is appreciatedThomas Müller
2013-09-11Check for failure in creating htaccessWorking testfileBart Visscher
2013-09-10Move core setup code to controller classBart Visscher