summaryrefslogtreecommitdiffstats
path: root/tests/lib/app.php
Commit message (Collapse)AuthorAgeFilesLines
* FIx lib/ a-dJoas Schilling2016-05-191-546/+0
|
* Remove unneeded parameter from OC_App::getEnabledAppsMorris Jobke2016-02-151-5/+5
|
* Send events when enabling and disabling of appsArthur Schiwon2016-02-091-2/+2
|
* Fix unit testsRoeland Jago Douma2016-02-081-2/+7
|
* Remove OC_DB::getConnectionMorris Jobke2016-01-071-3/+3
|
* Apply DB group annotation ...Thomas Müller2015-11-301-1/+6
|
* fix unit testsMorris Jobke2015-11-231-2/+7
|
* Only do the description kung-fu on strings - fixes #17028Thomas Müller2015-07-011-0/+4
|
* Use UTF-8 mode for preg_split and preg_replaceLukas Reschke2015-07-011-2/+8
| | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224
* Adjust tests and check whether clear() is calledJoas Schilling2015-04-011-2/+2
|
* Test improvementsRobin Appelman2015-02-171-37/+10
|
* Use the app manager from oc_appRobin Appelman2015-02-161-3/+10
|
* Merge pull request #13319 from owncloud/replace-line-breaks-in-app-descriptionLukas Reschke2015-01-171-0/+29
|\ | | | | replace line breaks in the app description by spaces - fixes #13315
| * OC_App::parseAppInfoMorris Jobke2015-01-141-0/+29
| | | | | | | | | | | | * replace line breaks (on non empty lines) in the app description by spaces * fixes #13315 * includes unit tests
* | Check new and old ways of required oC version for app compatibilityJoas Schilling2015-01-141-2/+51
|/
* 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