summaryrefslogtreecommitdiffstats
path: root/lib/installer.php
Commit message (Collapse)AuthorAgeFilesLines
* also set remote/public paths on installing appsRobin Appelman2012-05-111-0/+16
|
* only install shipped apps on setup that should be enabled by defaultRobin Appelman2012-04-291-7/+3
|
* Add a static code checker for evil patterns in apps.Frank Karlitschek2012-04-211-3/+56
| | | | | Disabled by default for now. We will check for private api calls here later once the public api is in place
* fix installing shipped appsRobin Appelman2012-04-151-1/+1
|
* firefighting Robin-breakageJan-Christoph Borchardt2012-04-141-1/+1
|
* don't rely on the old version in info.xml anymoreRobin Appelman2012-04-141-2/+2
|
* optimizations for updateAppsRobin Appelman2012-03-301-2/+2
|
* add support for installing apps from a subfolder in the zip/tgz fileRobin Appelman2012-03-291-0/+11
|
* add support for installing apps from tgzRobin Appelman2012-03-291-7/+17
|
* use temporary file managmentRobin Appelman2012-02-281-4/+1
|
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-9/+9
|
* fix appstore download.Frank Karlitschek2012-01-271-2/+2
|
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵Hendrik Langer2011-10-191-2/+2
| | | | environments
* 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
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-7/+4
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* 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
| | | | Not yet attached to the gui
* moved app install/remove/update functions to lib/installer.phpRobin Appelman2011-05-151-0/+117
| | | | added OC_APP::getAppInfo() for reading app metadata
* renamed installer.php to setup.phpJakob Sack2011-05-061-146/+0
|
* move sqlite database into the data folder, makes it easier to set the ↵Robin Appelman2011-04-281-1/+1
| | | | correct permissions
* 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