| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Fix PHPDoc of OC_App::loadApps() | Thomas Müller | 2016-02-23 | 1 | -1/+1 |
* | Merge pull request #22376 from owncloud/fix-return-code-getAppPath | Thomas Müller | 2016-02-15 | 1 | -14/+29 |
|\ |
|
| * | Properly handle return code of OC_App::getAppPath | Morris Jobke | 2016-02-14 | 1 | -14/+29 |
* | | Remove not needed variable | Morris Jobke | 2016-02-14 | 1 | -1/+0 |
|/ |
|
* | No longer evaluate appinfo/version | Thomas Müller | 2016-02-10 | 1 | -8/+3 |
* | Merge pull request #21424 from owncloud/appversions | Thomas Müller | 2016-01-25 | 1 | -14/+5 |
|\ |
|
| * | Use appconfig for getAppVersions | Robin Appelman | 2016-01-11 | 1 | -14/+5 |
* | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -10/+11 |
* | | Merge pull request #21591 from owncloud/add-code-checking-for-apps | Thomas Müller | 2016-01-13 | 1 | -4/+4 |
|\ \ |
|
| * | | Verify signature of apps with level "Official" coming from the appstore | Lukas Reschke | 2016-01-10 | 1 | -4/+4 |
* | | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| |/
|/| |
|
* | | Assume apps from the appstore are compatible with the current version | Lukas Reschke | 2016-01-10 | 1 | -0/+5 |
|/ |
|
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -11/+10 |
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -6/+6 |
* | Use SystemConfig internally | Roeland Jago Douma | 2015-12-18 | 1 | -4/+4 |
* | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 1 | -4/+4 |
* | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -4/+4 |
* | Sanitize the appId passed to `findAppInDirectories` | Lukas Reschke | 2015-12-08 | 1 | -1/+5 |
* | remove OC_App::getActiveNavigationEntry - not unsed anymore | Morris Jobke | 2015-12-04 | 1 | -14/+0 |
* | Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App | Morris Jobke | 2015-12-04 | 1 | -17/+0 |
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -1/+6 |
* | Don't show apps which are always enabled in the app manager | Thomas Müller | 2015-10-26 | 1 | -4/+2 |
* | Store list of apps which cannot be disabled in shipped.json | Thomas Müller | 2015-10-26 | 1 | -19/+1 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
* | Correctly check whether an app is shipped | Joas Schilling | 2015-09-24 | 1 | -1/+1 |
* | Show 'Apps' in the browser title when app management is open | Thomas Müller | 2015-09-23 | 1 | -1/+1 |
* | Prefer OCS Id from database | Lukas Reschke | 2015-09-18 | 1 | -0/+6 |
* | Merge pull request #18840 from owncloud/fix-app-disable-route | Thomas Müller | 2015-09-18 | 1 | -23/+0 |
|\ |
|
| * | Merge branch 'master' into fix-app-disable-route | Robin McCorkell | 2015-09-14 | 1 | -1/+2 |
| |\ |
|
| * | | Rebuild app navigation in JS | Robin McCorkell | 2015-09-05 | 1 | -23/+0 |
* | | | Restore loadApp() autoload registration | Robin McCorkell | 2015-09-16 | 1 | -0/+1 |
* | | | Catch apps which have been removed manually | Lukas Reschke | 2015-09-15 | 1 | -1/+4 |
* | | | Define allowed app roots earlier | Lukas Reschke | 2015-09-15 | 1 | -1/+6 |
| |/
|/| |
|
* | | Only add valid root for enabled apps | Robin McCorkell | 2015-09-05 | 1 | -1/+2 |
|/ |
|
* | [app management] fix dependency check on install | Morris Jobke | 2015-08-19 | 1 | -1/+1 |
* | Only load app routes if the app has already been loaded | Robin McCorkell | 2015-08-18 | 1 | -0/+10 |
* | Revert "make knowledge base url configurable" | Joas Schilling | 2015-08-11 | 1 | -2/+1 |
* | Revert "Only load app routes if the app has already been loaded" | Joas Schilling | 2015-08-11 | 1 | -10/+0 |
* | Only load app routes if the app has already been loaded | Robin McCorkell | 2015-08-06 | 1 | -0/+10 |
* | make knowledge base url configurable | Bjoern Schiessle | 2015-07-29 | 1 | -1/+2 |
* | Merge pull request #17698 from owncloud/allow-update-of-disabled-apps | Lukas Reschke | 2015-07-19 | 1 | -8/+6 |
|\ |
|
| * | Allow upgrade of not enabled apps | Thomas Müller | 2015-07-09 | 1 | -8/+6 |
* | | Add is_dir check to getAllApps() function | RealRancor | 2015-07-08 | 1 | -1/+1 |
|/ |
|
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -7/+7 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -5/+5 |
* | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 |
* | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 1 | -15/+19 |
* | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+3 |