aboutsummaryrefslogtreecommitdiffstats
path: root/lib/installer.php
Commit message (Collapse)AuthorAgeFilesLines
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-051-1/+1
|
* Use correct variable name.Thomas Tanghus2012-08-041-19/+19
|
* some indention fixesRobin Appelman2012-07-241-16/+14
|
* close only if existFrank Karlitschek2012-06-231-1/+1
|
* work with non existing apps directory. thanks to Antonio for the hintFrank Karlitschek2012-06-231-10/+11
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-1/+1
|\ | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
| |
* | Add possibility to choose the installation folderBrice Maron2012-06-141-2/+1
| |
* | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-15/+17
| |
* | Correct installerBrice Maron2012-06-061-5/+5
|/
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* "fopen(" interferes with our own classes.Frank Karlitschek2012-05-181-1/+1
| | | | remove it for now and let´s fix this later
* only try to install apps that are compatible with oC4Frank Karlitschek2012-05-181-1/+10
|
* cache app types during install or updateRobin Appelman2012-05-141-0/+6
|
* 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