aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Connect to the newly created database when checking if it needs to be filled.Daniel Köb2012-01-131-9/+22
* default table prefix to oc_ if not setTom Needham2012-01-101-1/+1
* Missing line returnTom Needham2012-01-081-1/+1
* improve pgsql database detectionRobin Appelman2012-01-081-2/+5
* dont create a new user when it already existsRobin Appelman2012-01-081-9/+16
* improve detection for mysql databasesRobin Appelman2012-01-081-3/+6
* minor changes to mysql setupRobin Appelman2012-01-081-4/+4
* don't try to use mod_rewrite when it isn't enabledRobin Appelman2012-01-031-1/+1
* second half of the updating stuffFrank Karlitschek2011-11-191-0/+2
* use database table prefix from installer, not the old configured valueRobin Appelman2011-11-031-2/+2
* Fix typo in getting var from configBrice Maron2011-10-161-1/+1
* Fetch prefix from config at installation instead of a hardcoded valueBrice Maron2011-10-161-3/+3
* Fix installer for postgresql : correct table detection queryBrice Maron2011-10-161-2/+2
* webdav workaround for apache+php-cgiRobin Appelman2011-10-131-0/+4
* Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe2011-09-301-3/+0
* Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-1/+1
* Cleanup lib/base.phpBart Visscher2011-09-181-1/+1
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-8/+6
* removed database table prefix choice, use oc_Jan-Christoph Borchardt2011-09-041-5/+2
* setup.php: Get 'datadirectory' from config file instead of 'datadir'Aloisio Almeida Jr2011-09-031-1/+1
* do not user directories when navigating to /data. Needs more security.Jan-Christoph Borchardt2011-08-311-0/+1
* files not viewable from the outside by adresses anymoreJan-Christoph Borchardt2011-08-311-1/+2
* fixed installer failing due to htaccess. Thanks to Elias ProbstJan-Christoph Borchardt2011-08-271-6/+6
* fix .htaccess file crashing apache+php-cgiRobin Appelman2011-08-221-5/+7