aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command
Commit message (Expand)AuthorAgeFilesLines
* feat(systemtags): allow setting color with occskjnldsv2024-12-061-3/+5
* feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_allLouis Chemineau2024-11-251-9/+0
* Merge pull request #48537 from nextcloud/add-command-to-cleanup-previewKate2024-10-141-0/+176
|\
| * feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-031-0/+176
* | test(settings): Correctly only return bool for Symfony Input::hasParameterOpt...dependabot/composer/symfony-6.4Joas Schilling2024-10-071-7/+17
* | test: Fix mock creationJoas Schilling2024-10-071-4/+3
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-6/+6
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1542-119/+119
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2513-39/+39
* fix: Fix failing test for group listingJulius Härtl2024-08-061-0/+6
* chore(tests): Adapt tests to the group:list changeCôme Chilliet2024-08-061-28/+32
* chore: Add SPDX headerAndy Scherzinger2024-05-1345-773/+115
* Revert change in TwoFactorAuth CleanupTest.phpLouis Chemineau2024-03-061-6/+1
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-061-1/+6
* add generate-password option and flow fixesAnupam Kumar2024-02-241-40/+82
* new user password email option, improved on #29368Anupam Kumar2024-02-241-27/+29
* Enable adding E-Mail addresses to new user accounts using the CLIPhilip Gatzka2024-02-241-0/+126
* lazy AppConfigMaxence Lange2024-01-152-23/+44
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+2
* Remove last calls to deprecated at matcher in tests/CoreCôme Chilliet2023-09-189-106/+92
* Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-251-0/+170
* Fixes testcase error.Faraz Samapoor2023-06-241-1/+6
* fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-172-0/+2
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-242-2/+2
* Fix broken user:setting command unit testJoas Schilling2023-01-231-1/+4
* composer run cs:fixCôme Chilliet2023-01-2020-22/+0
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-3/+3
* PhpunitJohn Molakvoæ2022-04-211-3/+3
* Fix tests and avoid PHP errors in themCôme Chilliet2021-11-233-3/+14
* Make AppsEnableTest and AppsDisableTest independet of the app version numberDaniel Kesselberg2021-10-012-22/+22
* Fix unit testsJoas Schilling2021-09-292-16/+16
* Fix app version checkJoas Schilling2021-06-252-27/+17
* Add commands to manage tags via OCCJohannes Leuker2021-05-254-0/+552
* Change my email addressJohannes Leuker2021-03-241-2/+2
* Fix more tests in the Core subdirVincent Petry2021-03-241-1/+8
* Fix core tests command for app enabling/disablingVincent Petry2021-03-232-17/+17
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-7/+207
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1229-114/+114
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-18/+18
* Add tests for occ preview:migrate - initial check for empty directoriesMorris Jobke2020-08-071-0/+141
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-235-16/+16
* Updated test to check for already enabled appsSander Ruitenbeek2020-04-241-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-33/+3
* Use elseif instead of else ifChristoph Wurst2020-04-103-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0910-13/+13
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0921-21/+0
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-3/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-3/+0