Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-01Do not cover composer folders for code coverageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-25Add testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-18Add tests for OAuth2 appLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-03-20[CI] Can we get some faster phpunit execution? (#27113)Thomas Müller
* Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-24[9.2] Add missing unit tests (#25936)Thomas Müller
* Adjust unit test execution after folder rename * Adjust login controller tests to match current behavior * Fix broken unit tests
2016-10-05Exclude tests and composer dir from coverageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-08-15Use proper casingLukas Reschke
2016-02-16Fix coverage reportingThomas Müller
2016-02-08Added tests for used partsRoeland Jago Douma
2015-06-27Add endpoint with list of OCS providersLukas Reschke
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...
2015-06-01Fix phpunit xmlVincent Petry
Rename/remove obsolete paths
2014-12-25Add provisioning_api appTom Needham
enable unit tests for provisioning api fix admin docu key
2014-12-03drop files_external tests from autotest - they will be executed with ↵Morris Jobke
autotest-external.sh which is coming
2014-11-20Remove testcleanuplistener.phpJoas Schilling
2014-11-17Warn for password reset when files_encryption is enabledLukas Reschke
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
2014-10-14Refactor MailSettings controllerLukas Reschke
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php
2014-03-13adding StartSessionListener which initializes the session before each test ↵Thomas Müller
case execution
2013-12-19Added test cleanup listener to detect untidy testsVincent Petry
After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them.
2013-07-25Add verbose to autotest phpunit, so we see skipped and incomplete tests.Andreas Fischer
2013-06-14No coverage for testsThomas Müller
2013-06-14No coverage for settings/l10nThomas Müller
2013-06-14No coverage for lib/l10n and core/l10nThomas Müller
2013-06-12every test now has 15min to executeJörn Friedrich Dreyer
we don't want to check performance just yet. we just want to make jenkins end more reliably.
2013-06-11allow autotest to run 10x times longerJörn Friedrich Dreyer
2013-06-10add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer
2013-06-05exclude 3rdparty folder within files_external and files_encryption from code ↵Thomas Mueller
coverage
2013-06-04ignore l10n folder within remaining appsThomas Mueller
2013-06-03Exclude apps/files/l10n from coverage reportsThomas Müller
2013-06-03Fixing code coverage analysisThomas Mueller
2013-02-05add phpunit configuration for autotest withou the json listener because this ↵Thomas Mueller
pollutes the console