| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi... | Hendrik Langer | 2011-10-19 | 1 | -2/+2 |
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -8/+8 |
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -3/+5 |
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -8/+8 |
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -7/+4 |
* | fix installing shipped apps | Robin Appelman | 2011-08-22 | 1 | -11/+20 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -18/+18 |
* | install shipped apps also in "installed apps" page | Kamil Domanski | 2011-06-21 | 1 | -0/+38 |
* | shipped apps are no longer hardcoded | Kamil Domanski | 2011-06-19 | 1 | -9/+9 |
* | allow disabling apps, install apps as disabled | Kamil Domanski | 2011-06-19 | 1 | -9/+36 |
* | App installer backend. | Robin Appelman | 2011-05-28 | 1 | -1/+96 |
* | moved app install/remove/update functions to lib/installer.php | Robin Appelman | 2011-05-15 | 1 | -0/+117 |
* | renamed installer.php to setup.php | Jakob Sack | 2011-05-06 | 1 | -146/+0 |
* | move sqlite database into the data folder, makes it easier to set the correct... | Robin Appelman | 2011-04-28 | 1 | -1/+1 |
* | create .htaccess files during installation for apache users | Robin Appelman | 2011-04-18 | 1 | -0/+16 |
* | save the correct config entry | Robin Appelman | 2011-04-17 | 1 | -1/+1 |
* | improve error handeling for first run dialog | Robin Appelman | 2011-04-17 | 1 | -22/+23 |
* | installer now works when using mysql | Robin Appelman | 2011-04-17 | 1 | -17/+23 |
* | first-run wizzard wip | Robin Appelman | 2011-04-17 | 1 | -0/+123 |