summaryrefslogtreecommitdiffstats
path: root/tests/lib/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+1
|
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-0/+3
|\ | | | | Issue/10991 Make unit tests pass on windows
| * Correctly refresh the apps list after removing the mockJoas Schilling2014-11-171-0/+3
| |
* | Remove confusingly names \OC\User\Manager::delete and fix the automatic ↵Robin Appelman2014-11-051-6/+1
|/ | | | cache cleanup instead
* Added unit tests for cache of enabled appsVincent Petry2014-09-031-10/+74
|
* Fix upgrade process when apps enabled for specific groupsVincent Petry2014-09-021-0/+162
| | | | | | | Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled().
* Added requiremin/requiremax fields for appsVincent Petry2014-05-271-65/+209
| | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported.
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
|
* Fixed apps loading orderVincent Petry2013-12-201-0/+13
| | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* used oc version 5.0.3Bernhard Posselt2013-04-091-1/+1
|
* added yet another test for the verion compare check due to mailBernhard Posselt2013-04-091-0/+8
|
* return true once one owncloud version number is bigger at any positionBernhard Posselt2013-02-251-0/+8
|
* more tests to fail the version checkBernhard Posselt2013-02-251-1/+15
|
* created unittests and factored out version test into seperate methodBernhard Posselt2013-02-251-0/+52