aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-141-0/+2
* Fallback for systems without opensslLukas Reschke2012-09-291-2/+1
* mt_rand() is not secure from a cryptographic point of view, let's use openssl...Lukas Reschke2012-09-291-1/+2
* allow using only dbname for oracleJörn Friedrich Dreyer2012-09-111-6/+14
* use tabs for indentationJörn Friedrich Dreyer2012-09-101-189/+189
* adding space between) and {Thomas Mueller2012-09-071-5/+5
* Space before tab fixesBart Visscher2012-08-291-3/+3
* Whitespace fixes in libBart Visscher2012-08-291-10/+10
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-9/+46
|\
| * fix unused variablesRobin Appelman2012-07-201-1/+0
| * allow command line based installation/setupThomas Mueller2012-07-131-1/+1
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
| * Escape pg connection string on setupBrice Maron2012-07-031-3/+13
| * Pg setup enhancementBrice Maron2012-06-281-2/+32
| * Return login errors for PostgreSQL setupMichael Gapczynski2012-06-271-0/+1
| * Set table prefix if not set in postgresql installBrice Maron2012-06-271-1/+1
| * generate a random salt during installation and store it in the config.php. us...Frank Karlitschek2012-06-081-0/+4
| * fix propper error reportingFrank Karlitschek2012-06-011-0/+1
* | use dbname for non privileged user Jörn Friedrich Dreyer2012-08-011-0/+1
* | add oracle to install & setupJörn Friedrich Dreyer2012-07-311-5/+193
* | Return login errors for PostgreSQL setupMichael Gapczynski2012-06-271-0/+1
* | backport the password salting fix.Frank Karlitschek2012-06-081-0/+4
* | fix proper error reportingFrank Karlitschek2012-06-011-0/+1
* | Set table prefix if not set in postgresql installBrice Maron2012-05-281-1/+1
|/
* the ',last' breaks all other rewrite rules and is also not there in the commi...Michiel de Jong2012-05-111-1/+1
* match setup script to .htaccess from repoMichiel de Jong2012-05-111-2/+0
* oops, typo in lib/setup.phpMichiel de Jong2012-05-111-1/+1
* add new htaccess things into setup script tooMichiel de Jong2012-05-111-2/+7
* Add protection for non-authorized char in installation formBrice Maron2012-05-071-2/+8
* Escape strings for DB and User creation at setup. Fix oc-124Brice Maron2012-05-041-3/+7
* Add well-known redirects to htaccessBart Visscher2012-04-151-1/+7
* Move storing "last updated at" time to the app configBart Visscher2012-02-171-2/+3