Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIx lib/ a-d | Joas Schilling | 2016-05-19 | 1 | -546/+0 |
| | |||||
* | Remove unneeded parameter from OC_App::getEnabledApps | Morris Jobke | 2016-02-15 | 1 | -5/+5 |
| | |||||
* | Send events when enabling and disabling of apps | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-02-08 | 1 | -2/+7 |
| | |||||
* | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 1 | -3/+3 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -1/+6 |
| | |||||
* | fix unit tests | Morris Jobke | 2015-11-23 | 1 | -2/+7 |
| | |||||
* | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 1 | -0/+4 |
| | |||||
* | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -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 called | Joas Schilling | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | Test improvements | Robin Appelman | 2015-02-17 | 1 | -37/+10 |
| | |||||
* | Use the app manager from oc_app | Robin Appelman | 2015-02-16 | 1 | -3/+10 |
| | |||||
* | Merge pull request #13319 from owncloud/replace-line-breaks-in-app-description | Lukas Reschke | 2015-01-17 | 1 | -0/+29 |
|\ | | | | | replace line breaks in the app description by spaces - fixes #13315 | ||||
| * | OC_App::parseAppInfo | Morris Jobke | 2015-01-14 | 1 | -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 compatibility | Joas Schilling | 2015-01-14 | 1 | -2/+51 |
|/ | |||||
* | 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 |