Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12218 from owncloud/issue/10991-fixes | Morris Jobke | 2014-11-17 | 1 | -0/+3 |
|\ | | | | | Issue/10991 Make unit tests pass on windows | ||||
| * | Correctly refresh the apps list after removing the mock | Joas Schilling | 2014-11-17 | 1 | -0/+3 |
| | | |||||
* | | Remove confusingly names \OC\User\Manager::delete and fix the automatic ↵ | Robin Appelman | 2014-11-05 | 1 | -6/+1 |
|/ | | | | cache cleanup instead | ||||
* | Added unit tests for cache of enabled apps | Vincent Petry | 2014-09-03 | 1 | -10/+74 |
| | |||||
* | Fix upgrade process when apps enabled for specific groups | Vincent Petry | 2014-09-02 | 1 | -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 apps | Vincent Petry | 2014-05-27 | 1 | -65/+209 |
| | | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported. | ||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Fixed apps loading order | Vincent Petry | 2013-12-20 | 1 | -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 files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | used oc version 5.0.3 | Bernhard Posselt | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | added yet another test for the verion compare check due to mail | Bernhard Posselt | 2013-04-09 | 1 | -0/+8 |
| | |||||
* | return true once one owncloud version number is bigger at any position | Bernhard Posselt | 2013-02-25 | 1 | -0/+8 |
| | |||||
* | more tests to fail the version check | Bernhard Posselt | 2013-02-25 | 1 | -1/+15 |
| | |||||
* | created unittests and factored out version test into seperate method | Bernhard Posselt | 2013-02-25 | 1 | -0/+52 |