summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Collapse)AuthorAgeFilesLines
* DRY use OC_Template::printErrorPageBart Visscher2013-07-211-3/+1
|
* Merge branch 'master' into convert-oc_configThomas Müller2013-07-011-739/+67
|\
| * Fix review itemsBart Visscher2013-06-291-7/+7
| |
| * Use db setup class for option validationBart Visscher2013-06-291-33/+15
| |
| * Change database creation to use array to select db setup classBart Visscher2013-06-291-25/+11
| |
| * Convert database setup code to objectsBart Visscher2013-06-291-20/+8
| |
| * Split database specific install/setup code to their own classBart Visscher2013-06-291-703/+75
| |
| * Merge pull request #2914 from Kondou-ger/label_overlapping_valueBart Visscher2013-06-291-1/+1
| |\ | | | | | | Fix textfield label overlapping value.
| | * Default to localhost, if nothing is entered.kondou2013-05-281-1/+1
| | |
* | | Merge branch 'master' into convert-oc_configBart Visscher2013-06-271-18/+21
|\| | | | | | | | | | | | | | | | | Conflicts: lib/config.php lib/setup.php
| * | Merge pull request #3721 from owncloud/oracle_setup_fixesThomas Müller2013-06-141-4/+7
| |\ \ | | | | | | | | Oracle setup fixes
| | * | remove default tablespace in parameterJörn Friedrich Dreyer2013-06-141-3/+3
| | | |
| | * | adding default to $hint within ctor of DatabaseSetupExceptionThomas Mueller2013-06-141-1/+1
| | | |
| | * | use USERS tablespace whn none is given, only needed when we need to create a ↵Jörn Friedrich Dreyer2013-06-141-5/+8
| | | | | | | | | | | | | | | | user, does not need to be stored in config
| * | | improve commentMorris Jobke2013-06-141-1/+1
| | | |
| * | | Correct escapingeMerzh2013-06-121-1/+1
| | | |
| * | | Try connection with specified db when postgres does not workBrice Maron2013-06-121-1/+7
| |/ / | | | | | | | | | | | | | | | Conflicts: lib/setup.php
| * | clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-15/+9
| | |
* | | Merge branch 'master' into convert-oc_configMichael Gapczynski2013-06-031-2/+10
|\| |
| * | cleanup codestyleJörn Friedrich Dreyer2013-05-221-1/+1
| | |
| * | add debug outputJörn Friedrich Dreyer2013-05-221-2/+10
| | |
* | | Merge branch 'master' into convert-oc_configThomas Mueller2013-05-151-0/+1
|\| |
| * | disable mbstring.func_overload in setupThomas Tanghus2013-05-121-0/+1
| | |
* | | Convert OC_Config to object interfaceBart Visscher2013-05-071-15/+1
|/ /
* | sync parameters in setup.php with the ones in the actual .htaccessDaniel Molkentin2013-04-241-0/+4
| |
* | Improve error message if user creation fails during setupRobin Appelman2013-04-221-1/+2
| |
* | Handle empty datafolder better.kondou2013-04-131-1/+1
|/ | | | | | If datafolder is erased, the default value will be shown as a placeholder. If installation is submitted without a datafolder the default value will be used.
* Use random bytes instead of timeLukas Reschke2013-04-041-3/+3
| | | Thanks for the heads-up @VicDeo :-)
* Use a more random source...Lukas Reschke2013-04-041-1/+1
|
* using rtrimThomas Mueller2013-03-191-4/+1
|
* fixes #2081Thomas Mueller2013-03-121-0/+7
|
* [core] From echo to pLukas Reschke2013-02-271-1/+1
|
* Merge pull request #1961 from owncloud/trans_fixBart Visscher2013-02-271-1/+1
|\ | | | | fixed bug that would cause a failure because of undefined variable inst...
| * fixed bug that would cause a failure because of undefined variable instead ↵Bernhard Posselt2013-02-271-1/+1
| | | | | | | | of %s in a translation string
* | Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-4/+4
|/ | | | Fixes #1925
* Merge branch 'master' into master-sqlserverThomas Mueller2013-02-221-2/+1
|\ | | | | | | | | Conflicts: core/templates/installation.php
| * Join split translated stringsBart Visscher2013-02-211-2/+1
| |
* | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-141-6/+13
|\| | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php
| * Style-fix: Breakup long linesBart Visscher2013-02-141-7/+14
| |
* | fixing sql server syntax for database creationThomas Mueller2013-02-121-1/+1
| |
* | write any database messages / non critical errors to the log - don't pollute ↵Thomas Mueller2013-02-121-32/+33
| | | | | | | | the browser
* | fixing indentThomas Mueller2013-02-121-35/+35
| |
* | fixing undefined variablesThomas Mueller2013-02-121-5/+7
| |
* | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-121-51/+91
|\|
| * fixing indentThomas Mueller2013-02-111-3/+3
| |
| * fixed argument for translationBernhard Posselt2013-02-111-4/+4
| |
| * added l10n for db error messagesBernhard Posselt2013-02-091-52/+72
| |
| * Execute the post setup check after finishing the setupBart Visscher2013-02-061-0/+20
| |
* | Bugfixes and cleanup MS SQL Server installationAdministrator2013-02-101-67/+124
| |
* | Added MS SQL Server supportTobias Ramforth2013-02-081-4/+144
|/