Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 1 | -1284/+0 |
| | | | | | | As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted. | ||||
* | Introduce background repair steps | Thomas Müller | 2016-04-26 | 1 | -0/+14 |
| | |||||
* | Adding pre- and post-migration repair steps | Thomas Müller | 2016-04-22 | 1 | -3/+32 |
| | |||||
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 1 | -1/+1 |
| | |||||
* | In case an app has issues while loading the app is disabled and request ↵ | Thomas Müller | 2016-04-20 | 1 | -2/+10 |
| | | | | processing continues | ||||
* | Properly handle return values of OC_App::getAppInfo() | Morris Jobke | 2016-03-30 | 1 | -0/+15 |
| | | | | * fixes #23668 | ||||
* | 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 | ||||
| * | Properly handle return code of OC_App::getAppPath | Morris Jobke | 2016-02-14 | 1 | -14/+29 |
| | | | | | | | | | | * fixes #20128 * getAppPath could return false, but it was not handled everywhere | ||||
* | | 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 to get app versions | ||||
| * | 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 | ||||
| * | | Verify signature of apps with level "Official" coming from the appstore | Lukas Reschke | 2016-01-10 | 1 | -4/+4 |
| | | | | | | | | | | | | This change will verify the signature of all apps with the level "Official" coming from the appstore or if they have been signed before. | ||||
* | | | 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 |
|/ | | | | | | Filtering is done server-side already so only compatible apps are delivered. Otherwise this leads to a ton of error messages as the info.xml cannot be read at that state. Fixes https://github.com/owncloud/core/issues/21556 | ||||
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -11/+10 |
| | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | 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 |
| | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -4/+4 |
| | | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute | ||||
* | Sanitize the appId passed to `findAppInDirectories` | Lukas Reschke | 2015-12-08 | 1 | -1/+5 |
| | | | | Would have prevented quite some security bugs in the past. Nice hardening for now. | ||||
* | 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 |
| | | | | To be consistent with other logic the app id from the database needs to be prefered. Especially when it comes to be able to replace an outdated OCS id. | ||||
* | Merge pull request #18840 from owncloud/fix-app-disable-route | Thomas Müller | 2015-09-18 | 1 | -23/+0 |
|\ | | | | | Rebuild app navigation in JS | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | Retrieve all app navigations to prevent reloading appinfo/app.php and causing an error when the app isn't fully loaded. The addition/deletion logic has been moved to JS, simplifying a lot of code. | ||||
* | | | Restore loadApp() autoload registration | Robin McCorkell | 2015-09-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Also changes the autoloader validRoots into a hashmap to try and reduce duplicate entries | ||||
* | | | 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 |
| |/ |/| | | | | | The autoloader needs to be run before including the app.php, otherwise it depends on what app gets executed first and apps that rely on the dependency of other apps in app.php may break. | ||||
* | | 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 |
| | | | | This reverts commit 8fb89056bd2f99b1df7dc7a3970fc293272c8ab6. | ||||
* | Revert "Only load app routes if the app has already been loaded" | Joas Schilling | 2015-08-11 | 1 | -10/+0 |
| | | | | This reverts commit 50ebea41f60f2864a565ea9985c5462c2df5f09e. | ||||
* | 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 | ||||
| * | Allow upgrade of not enabled apps | Thomas Müller | 2015-07-09 | 1 | -8/+6 |
| | |