summaryrefslogtreecommitdiffstats
path: root/tests/lib/ocsclienttest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-1130/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix lib/Joas Schilling2016-05-191-0/+2
|
* Fix unit tests broken after #24457Roeland Jago Douma2016-05-091-14/+14
| | | | Timeout was increased but tests were not updated.
* Verify signature of apps with level "Official" coming from the appstoreLukas Reschke2016-01-101-2/+139
| | | | This change will verify the signature of all apps with the level "Official" coming from the appstore or if they have been signed before.
* 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"