summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / Whitespace cleanupBart Visscher2013-01-161-1/+1
|/
* Revoke DB rights on install only if the db is newly createdBrice Maron2012-12-031-2/+4
* Merge pull request #157 from owncloud/setupBart Visscher2012-11-121-40/+4
|\
| * DRY for creating htaccess to protect data-directoryBart Visscher2012-10-301-0/+4
| * Separate control code from class definitionBart Visscher2012-10-301-40/+0
* | Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze...Stefan Seidel2012-11-091-1/+9
* | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1