aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/ocsclienttest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-storeLukas Reschke2015-06-291-20/+30
|\ | | | | Send OC version to appstore so it can reply with the right links
| * Send OC version to appstore so it can reply with the right linksJoas Schilling2015-06-291-20/+30
| |
* | Request approved state for disabled apps with ocsidLukas Reschke2015-06-191-0/+2
|/ | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-1/+1
|
* Prevent php message: "Trying to get property of non-object at ↵Thomas Müller2015-04-131-0/+979
/xxx/lib/private/ocsclient.php#282"