aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Merge pull request #1113 from owncloud/fix-issue-1085Michael Gapczynski2013-01-221-1/+3
|\ | | | | Fix rendering of database connection error page
| * 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
|\ \ | | | | | | Fix issue #108
| * | 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 ↵Sean Comeau2013-01-101-3/+10
| |/ | | | | | | error text to user
* / 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
|\ | | | | Make lib/setup.php usable outside of install setup
| * 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 ↵Stefan Seidel2012-11-091-1/+9
| | | | | | | | Squeeze + mod_fcgid installs.
* | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
| |
* | Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| |
* | Checkstyle: many fixesFelix Moeller2012-11-021-4/+4
|/
* Fix MySQL install, bug fix for issue 132Michael Gapczynski2012-10-281-2/+2
|
* add svg mimetype to default htaccessRobin Appelman2012-10-281-0/+4
|
* deny the usage of dots in database nameGeorg Ehrke2012-10-281-0/+3
|
* Split database setup code to functionsBart Visscher2012-10-261-223/+238
|
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-3/+3
|
* Don't add the enhanced auth time to the configurationLukas Reschke2012-10-161-4/+1
|
* Make enhanced auth time configurableLukas Reschke2012-10-161-0/+3
|
* "deny from all" instead directoryLukas Reschke2012-10-151-3/+1
|
* Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-151-0/+7
|