summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-192/+0
* Clean up \OC\Utilkondou2013-08-151-1/+1
* 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
| |\
| | * Default to localhost, if nothing is entered.kondou2013-05-281-1/+1
* | | Merge branch 'master' into convert-oc_configBart Visscher2013-06-271-18/+21
|\| |
| * | Merge pull request #3721 from owncloud/oracle_setup_fixesThomas Müller2013-06-141-4/+7
| |\ \
| | * | 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
| * | | 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
| |/ /
| * | 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
|/
* Use random bytes instead of timeLukas Reschke2013-04-041-3/+3
* 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 instead o...Bernhard Posselt2013-02-271-1/+1
* | Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-4/+4
|/
* Merge branch 'master' into master-sqlserverThomas Mueller2013-02-221-2/+1
|\
| * Join split translated stringsBart Visscher2013-02-211-2/+1
* | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-141-6/+13
|\|
| * 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
* | 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