Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -481/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Merge pull request #4506 from owncloud/oc_avatars | Bernhard Posselt | 2013-09-14 | 1 | -0/+1 |
|\ | | | | | OC Avatars | ||||
| * | Continue work on cropper | kondou | 2013-08-28 | 1 | -1/+1 |
| | | |||||
| * | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 1 | -0/+1 |
| | | | | | | | | And other small improvements | ||||
* | | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -4/+6 |
|/ | |||||
* | Merge branch 'master' into improve_app-management | kondou | 2013-08-21 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: settings/js/apps.js | ||||
| * | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -1/+1 |
| | | |||||
* | | Don't use an alert for displaying app-mgmt-errors | kondou | 2013-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Rather display a dominant div and mark the problematic app in the applist. Fix #305 | ||||
* | | Throw exceptions instead of only logging in \OC_Installer::installApp() | kondou | 2013-08-09 | 1 | -35/+18 |
|/ | |||||
* | 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 |
| |