summaryrefslogtreecommitdiffstats
path: root/lib/installer.php
Commit message (Expand)AuthorAgeFilesLines
* fix appstore download.Frank Karlitschek2012-01-271-2/+2
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-2/+2
* use OC_Log instead of error_logRobin Appelman2011-10-161-8/+8
* Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-3/+5
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-8/+8
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-7/+4
* fix installing shipped appsRobin Appelman2011-08-221-11/+20
* Renaming classes :-)Jakob Sack2011-07-291-18/+18
* install shipped apps also in "installed apps" pageKamil Domanski2011-06-211-0/+38
* shipped apps are no longer hardcodedKamil Domanski2011-06-191-9/+9
* allow disabling apps, install apps as disabledKamil Domanski2011-06-191-9/+36
* App installer backend.Robin Appelman2011-05-281-1/+96
* moved app install/remove/update functions to lib/installer.phpRobin Appelman2011-05-151-0/+117
* renamed installer.php to setup.phpJakob Sack2011-05-061-146/+0
* move sqlite database into the data folder, makes it easier to set the correct...Robin Appelman2011-04-281-1/+1
* create .htaccess files during installation for apache usersRobin Appelman2011-04-181-0/+16
* save the correct config entryRobin Appelman2011-04-171-1/+1
* improve error handeling for first run dialogRobin Appelman2011-04-171-22/+23
* installer now works when using mysqlRobin Appelman2011-04-171-17/+23
* first-run wizzard wipRobin Appelman2011-04-171-0/+123