Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [9.2] Add missing unit tests (#25936) | Thomas Müller | 2016-10-24 | 1 | -0/+1 |
| | | | | | | | | * Adjust unit test execution after folder rename * Adjust login controller tests to match current behavior * Fix broken unit tests | ||||
* | Exclude tests and composer dir from coverage | Roeland Jago Douma | 2016-10-05 | 1 | -0/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use proper casing | Lukas Reschke | 2016-08-15 | 1 | -3/+2 |
| | |||||
* | Fix coverage reporting | Thomas Müller | 2016-02-16 | 1 | -11/+12 |
| | |||||
* | Added tests for used parts | Roeland Jago Douma | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | Add endpoint with list of OCS providers | Lukas Reschke | 2015-06-27 | 1 | -0/+1 |
| | | | | | | | | This adds a OCS provider list at `ocs-provider/` to enable a somewhat autodiscovery of services. In the moment it is not possible for applications to add own entries and it is basically hard-coded in the controller. I'm aware that this is not an optimal solution and I'm happy for any pragmatic input that won't pollute our public API too much. (and is not a big super hack, this is already hacky enough ;-)) That said, I'd consider it as a first step also feasible to go with this somewhat hard-coded list and see if this gets adopted... | ||||
* | Fix phpunit xml | Vincent Petry | 2015-06-01 | 1 | -5/+2 |
| | | | | Rename/remove obsolete paths | ||||
* | Add provisioning_api app | Tom Needham | 2014-12-24 | 1 | -0/+2 |
| | | | | | | enable unit tests for provisioning api fix admin docu key | ||||
* | drop files_external tests from autotest - they will be executed with ↵ | Morris Jobke | 2014-12-03 | 1 | -2/+1 |
| | | | | autotest-external.sh which is coming | ||||
* | Remove testcleanuplistener.php | Joas Schilling | 2014-11-20 | 1 | -5/+0 |
| | |||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 1 | -0/+1 |
| | | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438 | ||||
* | Refactor MailSettings controller | Lukas Reschke | 2014-10-14 | 1 | -0/+1 |
| | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php | ||||
* | adding StartSessionListener which initializes the session before each test ↵ | Thomas Müller | 2014-03-13 | 1 | -0/+1 |
| | | | | case execution | ||||
* | Added test cleanup listener to detect untidy tests | Vincent Petry | 2013-12-19 | 1 | -0/+7 |
| | | | | | After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them. | ||||
* | Add verbose to autotest phpunit, so we see skipped and incomplete tests. | Andreas Fischer | 2013-07-25 | 1 | -0/+1 |
| | |||||
* | No coverage for tests | Thomas Müller | 2013-06-14 | 1 | -0/+1 |
| | |||||
* | No coverage for settings/l10n | Thomas Müller | 2013-06-14 | 1 | -0/+1 |
| | |||||
* | No coverage for lib/l10n and core/l10n | Thomas Müller | 2013-06-14 | 1 | -0/+2 |
| | |||||
* | every test now has 15min to execute | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -2/+2 |
| | | | we don't want to check performance just yet. we just want to make jenkins end more reliably. | ||||
* | allow autotest to run 10x times longer | Jörn Friedrich Dreyer | 2013-06-11 | 1 | -3/+3 |
| | |||||
* | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+6 |
| | |||||
* | exclude 3rdparty folder within files_external and files_encryption from code ↵ | Thomas Mueller | 2013-06-04 | 1 | -0/+2 |
| | | | | coverage | ||||
* | ignore l10n folder within remaining apps | Thomas Mueller | 2013-06-04 | 1 | -0/+8 |
| | |||||
* | Exclude apps/files/l10n from coverage reports | Thomas Müller | 2013-06-03 | 1 | -0/+1 |
| | |||||
* | Fixing code coverage analysis | Thomas Mueller | 2013-06-03 | 1 | -6/+10 |
| | |||||
* | add phpunit configuration for autotest withou the json listener because this ↵ | Thomas Mueller | 2013-02-05 | 1 | -0/+14 |
pollutes the console |