Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small changes to allow updating main menu dynamically. | Thomas Tanghus | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | Use correct variable name. | Thomas Tanghus | 2012-08-04 | 1 | -19/+19 |
| | |||||
* | some indention fixes | Robin Appelman | 2012-07-24 | 1 | -16/+14 |
| | |||||
* | close only if exist | Frank Karlitschek | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | work with non existing apps directory. thanks to Antonio for the hint | Frank Karlitschek | 2012-06-23 | 1 | -10/+11 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 1 | -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 string | Bart Visscher | 2012-06-08 | 1 | -1/+1 |
| | | |||||
* | | Add possibility to choose the installation folder | Brice Maron | 2012-06-14 | 1 | -2/+1 |
| | | |||||
* | | Correct remote and public, and last occurence of OC:: | Brice Maron | 2012-06-06 | 1 | -15/+17 |
| | | |||||
* | | Correct installer | Brice Maron | 2012-06-06 | 1 | -5/+5 |
|/ | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | "fopen(" interferes with our own classes. | Frank Karlitschek | 2012-05-18 | 1 | -1/+1 |
| | | | | remove it for now and let´s fix this later | ||||
* | only try to install apps that are compatible with oC4 | Frank Karlitschek | 2012-05-18 | 1 | -1/+10 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -0/+6 |
| | |||||
* | also set remote/public paths on installing apps | Robin Appelman | 2012-05-11 | 1 | -0/+16 |
| | |||||
* | only install shipped apps on setup that should be enabled by default | Robin Appelman | 2012-04-29 | 1 | -7/+3 |
| | |||||
* | Add a static code checker for evil patterns in apps. | Frank Karlitschek | 2012-04-21 | 1 | -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 apps | Robin Appelman | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | firefighting Robin-breakage | Jan-Christoph Borchardt | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | don't rely on the old version in info.xml anymore | Robin Appelman | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | optimizations for updateApps | Robin Appelman | 2012-03-30 | 1 | -2/+2 |
| | |||||
* | add support for installing apps from a subfolder in the zip/tgz file | Robin Appelman | 2012-03-29 | 1 | -0/+11 |
| | |||||
* | add support for installing apps from tgz | Robin Appelman | 2012-03-29 | 1 | -7/+17 |
| | |||||
* | use temporary file managment | Robin Appelman | 2012-02-28 | 1 | -4/+1 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -9/+9 |
| | |||||
* | fix appstore download. | Frank Karlitschek | 2012-01-27 | 1 | -2/+2 |
| | |||||
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 1 | -2/+2 |
| | | | | environments | ||||
* | 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 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -7/+4 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | 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 |
| | | | | Not yet attached to the gui | ||||
* | moved app install/remove/update functions to lib/installer.php | Robin Appelman | 2011-05-15 | 1 | -0/+117 |
| | | | | added OC_APP::getAppInfo() for reading app metadata | ||||
* | 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 ↵ | Robin Appelman | 2011-04-28 | 1 | -1/+1 |
| | | | | correct permissions | ||||
* | 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 |