Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 28 | -105/+61 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 37 | -0/+37 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | refactor: split off value casting out of config:system:set command | Robin Appelman | 2025-06-24 | 2 | -50/+71 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(lexicon): migrate config key/value | Maxence Lange | 2025-06-24 | 4 | -4/+21 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | style(occ): clean up SettingTest class | Salvatore Martire | 2025-06-17 | 1 | -27/+14 |
| | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
* | feat: allow reading profile properties from occ | Salvatore Martire | 2025-06-17 | 1 | -0/+470 |
| | | | | | | | This change adds support for reading profile information through the occ command, and updates the corresponding test. Signed-off-by: Salvatore Martire <4652631+klarkent@users.noreply.github.com> | ||||
* | chore: run rector on tests with new rulerector-tests | Robin Appelman | 2025-06-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: run rector on tests | Robin Appelman | 2025-06-12 | 11 | -22/+28 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10 | Joas Schilling | 2025-05-02 | 25 | -93/+112 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | test: Prepare more tests for PHPUnit 10 | Joas Schilling | 2025-04-30 | 1 | -6/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(occ): Fix autocompletion of config:app:* commandsbugfix/noid/fix-autocomplete-of-app-configs | Joas Schilling | 2025-04-25 | 3 | -114/+67 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10 | Joas Schilling | 2025-03-31 | 3 | -55/+63 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Adjust data provider name | Ferdinand Thiessen | 2025-03-27 | 2 | -4/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(systemtags): allow setting color with occ | skjnldsv | 2024-12-06 | 1 | -3/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_all | Louis Chemineau | 2024-11-25 | 1 | -9/+0 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview | Kate | 2024-10-14 | 1 | -0/+176 |
|\ | |||||
| * | feat(preview): add command to cleanup preview folderadd-command-to-cleanup-preview | Thomas Citharel | 2024-10-03 | 1 | -0/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | When changing preview parameters (size, format, …), one can simply delete the preview folder and run files:scan-app-data in order to retrigger updated preview recreation because files are absent. However, that's not possible when using ObjectStorage as primary storage, as there's no concept of "preview folder". This command allows to simply delete and recreate the preview folder properly from Nextcloud, so that the abstraction levels handle all the subfolder & file deleting part. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | test(settings): Correctly only return bool for Symfony ↵dependabot/composer/symfony-6.4 | Joas Schilling | 2024-10-07 | 1 | -7/+17 |
| | | | | | | | | | | | | Input::hasParameterOption calls Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix mock creation | Joas Schilling | 2024-10-07 | 1 | -4/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -6/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 42 | -119/+119 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 13 | -39/+39 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix: Fix failing test for group listing | Julius Härtl | 2024-08-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | chore(tests): Adapt tests to the group:list change | Côme Chilliet | 2024-08-06 | 1 | -28/+32 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 45 | -773/+115 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Revert change in TwoFactorAuth CleanupTest.php | Louis Chemineau | 2024-03-06 | 1 | -6/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 1 | -1/+6 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | add generate-password option and flow fixes | Anupam Kumar | 2024-02-24 | 1 | -40/+82 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | new user password email option, improved on #29368 | Anupam Kumar | 2024-02-24 | 1 | -27/+29 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | Enable adding E-Mail addresses to new user accounts using the CLI | Philip Gatzka | 2024-02-24 | 1 | -0/+126 |
| | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org> | ||||
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 2 | -23/+44 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -2/+2 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Remove last calls to deprecated at matcher in tests/Core | Côme Chilliet | 2023-09-18 | 9 | -106/+92 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add tests for occ user:auth-tokens:delete | Lucas Azevedo | 2023-08-25 | 1 | -0/+170 |
| | | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com> | ||||
* | Fixes testcase error. | Faraz Samapoor | 2023-06-24 | 1 | -1/+6 |
| | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 2 | -0/+2 |
| | | | | | | | Symfony has added type hints on the `OutputFormatterInterface`, so we must adjust our type hints to match with Symfony. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | Fix a bunch of deprecation in the phpunit for core | Carl Schwan | 2023-01-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix broken user:setting command unit test | Joas Schilling | 2023-01-23 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 20 | -22/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -3/+3 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Phpunit | John Molakvoæ | 2022-04-21 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix tests and avoid PHP errors in them | Côme Chilliet | 2021-11-23 | 3 | -3/+14 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Make AppsEnableTest and AppsDisableTest independet of the app version number | Daniel Kesselberg | 2021-10-01 | 2 | -22/+22 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix unit tests | Joas Schilling | 2021-09-29 | 2 | -16/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix app version check | Joas Schilling | 2021-06-25 | 2 | -27/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 4 | -0/+552 |
| | | | | | | list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | ||||
* | Change my email address | Johannes Leuker | 2021-03-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | ||||
* | Fix more tests in the Core subdir | Vincent Petry | 2021-03-24 | 1 | -1/+8 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Fix core tests command for app enabling/disabling | Vincent Petry | 2021-03-23 | 2 | -17/+17 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> |