summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* better error messages for installation, still need to be inlineJan-Christoph Borchardt2011-08-131-12/+12
* automaticaly login after setupRobin Appelman2011-08-111-0/+1
* Merge MySQL and PostgreSQL input fieldsSerge Martin2011-08-091-29/+16
* checking for apache server in setupBartek Przybylski2011-08-081-1/+3
* Add postgresql supportSerge Martin2011-08-071-0/+100
* limit the length of the mysql username during setupRobin Appelman2011-08-021-1/+1
* Renaming classes :-)Jakob Sack2011-07-291-22/+22
* One class per file!Jakob Sack2011-07-291-2/+0
* set installed version in config fileRobin Appelman2011-07-281-0/+1
* only remove old sqlite database if it existsRobin Appelman2011-07-211-1/+3
* Fix typo in setup, thanks for pointing it out ab0ooMichael Gapczynski2011-07-131-3/+3
* fix 404Kamil Domanski2011-06-231-1/+1
* no indexing in generated htaccessKamil Domanski2011-06-231-0/+1
* prefix the mysql user name to avoid collissionsRobin Appelman2011-06-211-4/+11
* install shipped apps also in "installed apps" pageKamil Domanski2011-06-211-27/+1
* fixed page reload after logoutKamil Domanski2011-06-201-1/+1
* and even more properly now ;PKamil Domanski2011-06-191-1/+1
* index now properly reloaded after setupKamil Domanski2011-06-191-1/+1
* shipped apps are no longer hardcodedKamil Domanski2011-06-191-16/+30
* allow disabling apps, install apps as disabledKamil Domanski2011-06-191-0/+1
* move installation of shipped apps to setupKamil Domanski2011-06-191-0/+16
* default to sqlite3 over sqlite2 for new installationsRobin Appelman2011-06-161-2/+2
* use sqlite3 if sqlite2 isn't availableRobin Appelman2011-06-141-3/+8
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-291-1/+4
* fix a potential infinite loop when installing with sqliteRobin Appelman2011-05-281-0/+2