Commit Graph

43 Commits (e499bc37c839cc8b33d81e8eb360a4dfd1050ca2)

Author SHA1 Message Date
Robin Appelman 856d9c0b54 some indention fixes 14 years ago
Frank Karlitschek 2c1c1ba88c close only if exist 14 years ago
Frank Karlitschek 7c5ff900d0 work with non existing apps directory. thanks to Antonio for the hint 14 years ago
Brice Maron 6da5a2fdd4 Add possibility to choose the installation folder 14 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 14 years ago
Brice Maron 6a812644e4 Correct remote and public, and last occurence of OC:: 14 years ago
Brice Maron 6832aec60f Correct installer 14 years ago
Frank Karlitschek a945fa10a6 update copyright 14 years ago
Frank Karlitschek 16224e5e8b "fopen(" interferes with our own classes. 14 years ago
Frank Karlitschek db77dc91bc only try to install apps that are compatible with oC4 14 years ago
Robin Appelman 6779f28af4 cache app types during install or update 14 years ago
Robin Appelman 847832ae77 also set remote/public paths on installing apps 14 years ago
Robin Appelman 09a5c59cca only install shipped apps on setup that should be enabled by default 14 years ago
Frank Karlitschek a86d89f5ca Add a static code checker for evil patterns in apps. 14 years ago
Robin Appelman c5b8a3eb94 fix installing shipped apps 14 years ago
Jan-Christoph Borchardt ba5e60e2e4 firefighting Robin-breakage 14 years ago
Robin Appelman 4410f15dd8 don't rely on the old version in info.xml anymore 14 years ago
Robin Appelman 7bc9fa765c optimizations for updateApps 14 years ago
Robin Appelman 60ba5508a4 add support for installing apps from a subfolder in the zip/tgz file 14 years ago
Robin Appelman d6a9af3138 add support for installing apps from tgz 14 years ago
Robin Appelman 3e0bb3e7c4 use temporary file managment 14 years ago
Frank Karlitschek ab96fa67c8 first part of the abstraction work of the apps folder. more to come 14 years ago
Frank Karlitschek 05f1fffddc fix appstore download. 14 years ago
Hendrik Langer 466b41c36b Don't use sys_get_temp_dir(), as it reports the wrong path in restricted environments 14 years ago
Robin Appelman b0127e3918 use OC_Log instead of error_log 14 years ago
Bart Visscher c6f78fbe43 Add flag in info.xml to control the apps that are installed by default 14 years ago
Florian Pritz 8648e3c43c only call error_log() if DEBUG is true 14 years ago
Bart Visscher 82c7598861 Remove global vars and use the OC static version. 14 years ago
Robin Appelman af3080402b fix installing shipped apps 15 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 15 years ago
Kamil Domanski e047feb2ad install shipped apps also in "installed apps" page 15 years ago
Kamil Domanski ee247a21a4 shipped apps are no longer hardcoded 15 years ago
Kamil Domanski 6b2ec22104 allow disabling apps, install apps as disabled 15 years ago
Robin Appelman f4e4617be7 App installer backend. 15 years ago
Robin Appelman d10840ab18 moved app install/remove/update functions to lib/installer.php 15 years ago
Jakob Sack 6b83e5ccfe renamed installer.php to setup.php 15 years ago
Robin Appelman 1850bddb67 move sqlite database into the data folder, makes it easier to set the correct permissions 15 years ago
Robin Appelman a977ba31ce create .htaccess files during installation for apache users 15 years ago
Robin Appelman 86356e888e save the correct config entry 15 years ago
Robin Appelman ab155de14f improve error handeling for first run dialog 15 years ago
Robin Appelman fde08b2389 installer now works when using mysql 15 years ago
Robin Appelman 3263b80ea9 first-run wizzard wip 15 years ago