Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Add OC_L10N to public api | Bart Visscher | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | Add OC_Image to public api | Bart Visscher | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | Add classes replaced by the public api to the code checker | Bart Visscher | 2013-05-17 | 1 | -2/+20 |
| | |||||
* | Use isAppVersionCompatible in app installer | Miquel Rodríguez Telep / Michael Rodríguez-Torrent | 2013-03-27 | 1 | -2/+4 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -6/+19 |
| | |||||
* | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -6/+6 |
| | |||||
* | just return "true" for now | Frank Karlitschek | 2013-01-31 | 1 | -0/+1 |
| | |||||
* | style fixes | Thomas Mueller | 2013-01-31 | 1 | -21/+21 |
| | |||||
* | remove spaces | Frank Karlitschek | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | merge master | Frank Karlitschek | 2013-01-30 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php | ||||
* | | apps updater is now working | root | 2013-01-30 | 1 | -19/+9 |
| | | |||||
* | | we are getting closer. updating is not working yet. | Frank Karlitschek | 2013-01-21 | 1 | -6/+93 |
|/ | |||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -5/+5 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -4/+4 |
| | |||||
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -15/+15 |
| | | | | first in new branch | ||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Correct a first issue Checkstyle is complaining about ... | Felix Moeller | 2012-10-22 | 1 | -2/+2 |
| | | | | This is BracketsNotRequired | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -46/+46 |
| | |||||
* | 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> |