summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | cleanup codestyleJörn Friedrich Dreyer2013-05-221-1/+1
* | add debug outputJörn Friedrich Dreyer2013-05-221-2/+10
* | disable mbstring.func_overload in setupThomas Tanghus2013-05-121-0/+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
* | Bugfixes and cleanup MS SQL Server installationAdministrator2013-02-101-67/+124
* | Added MS SQL Server supportTobias Ramforth2013-02-081-4/+144
|/
* Merge pull request #1113 from owncloud/fix-issue-1085Michael Gapczynski2013-01-221-1/+3
|\
| * Move template parameters around so database error page is properly renderedMichael Gapczynski2013-01-071-1/+3
* | Merge pull request #1148 from seancomeau/topic/setupFrank Karlitschek2013-01-161-5/+35
|\ \
| * | Rename TestException to DatabaseSetupExceptionSean Comeau2013-01-141-5/+5
| * | Use a custom exception instead of adding a delimiter to the error messageSean Comeau2013-01-141-8/+31
| * | Throw an exception when creating a MySQL user fails and display exception err...Sean Comeau2013-01-101-3/+10
| |/