aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Collapse)AuthorAgeFilesLines
* fix(ConvertType): Read dbtype in createConnectionParams and remove safeguardbackport/50530/stable29Nils Wenninghoff2025-01-301-8/+1
| | | | Signed-off-by: Nils Wenninghoff <nils@ungemein.cool>
* fix(maintenance): Show a success message on data-fingerprint commandJoas Schilling2024-12-021-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-281-1/+1
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(upgrade): migration attributesMaxence Lange2024-08-061-0/+102
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix: getMountsForFileId may return an unordered listDaniel Kesselberg2024-07-011-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(db): cs-fix spacingJosh2024-05-221-1/+1
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* fix(db): Prevent data loss by temporarily disabling `db:convert-type`Josh2024-05-221-0/+7
| | | | | Needed until #45257 is addressed to prevent data loss Signed-off-by: Josh <josh.t.richards@gmail.com>
* fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-2/+2
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-043-6/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* style: Fixed style from composer cs:fixAdam Blakey2024-03-181-2/+2
| | | | Signed-off-by: Adam Blakey <adam@blakey.family>
* Update core/Command/App/ListApps.phpAdam Blakey2024-03-181-16/+2
| | | | | | refactor: changed overcomplicated if statement into two shorter lines Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Adam Blakey <adam@blakey.family>
* Merge branch 'master' into show-enabled-and-disabled-appsJohn Molakvoæ2024-03-15108-1338/+2706
|\ | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * fix: Use IUserManager::callForAllUsers() to save memoryJoas Schilling2024-03-141-5/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(occ): Add --all option for occ user:lastseenJordan Brown2024-03-131-18/+24
| | | | | | | | Signed-off-by: Jordan Brown <code@jore.cc>
| * fix: Suppress psalm errors about deprecated execute method, we have to use ↵Côme Chilliet2024-03-121-1/+1
| | | | | | | | | | | | it for now Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Call execute until it is removed for Job classCôme Chilliet2024-03-121-1/+2
| | | | | | | | | | | | | | Because if an application extends execute it will change behavior without warning otherwise. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-appsJosh2024-03-071-1/+1
| |\ | | | | | | fix(db): db-convert supports disabled apps but not removed ones
| | * fix(db): db-convert supports disabled apps but not removed onesJosh2024-02-251-1/+1
| | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
| * | Merge pull request #43998 from ↵Joas Schilling2024-03-061-3/+3
| |\ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-fixme-to-migration-files-to-help-developers fix(migrations): Help developers to add description and copyright info
| | * | fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-051-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-043-13/+5
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Merge pull request #29988 from ↵John Molakvoæ2024-02-291-2/+5
| |\ \ | | | | | | | | | | | | nextcloud/enh/hide-overwrites-from-disabled-apps-list
| | * | feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an incompatible app is enabled manually, it is added to the "app_install_overwrite" array in config.php. Nextcloud upgrades won't disable any app in this array, but they were still shown on the upgrade page and logs as being disabled. This commit assures that only apps which are really disabled, i.e. which are not in the "app_install_overwrite" array, are shown and logged as disabled during upgrades. Signed-off-by: MichaIng <micha@dietpi.com>
| * | | Merge pull request #43646 from nextcloud/feat/noid/occ-keys-test-commandJoas Schilling2024-02-281-0/+100
| |\ \ \ | | | | | | | | | | Add user:keys:verify command
| | * | | feat(occ): Add user:keys:test commandMarcel Müller2024-02-271-0/+100
| | |/ / | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| * | | Merge pull request #43209 from nextcloud/enh/edit-indicesGreta2024-02-281-5/+51
| |\ \ \ | | |/ / | |/| | feat(occ): add possibility to edit indices
| | * | feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-5/+51
| | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
| * | | Merge pull request #40726 from nextcloud/feat/new-user-emailCôme Chilliet2024-02-261-4/+59
| |\ \ \ | | |_|/ | |/| | feat: Email option in `occ user:add` command
| | * | add generate-password option and flow fixesAnupam Kumar2024-02-241-31/+27
| | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| | * | Allow combining --email option with --password-from-envHerman van Rink2024-02-241-13/+18
| | | | | | | | | | | | | | | | Signed-off-by: Herman van Rink <rink@initfour.nl>
| | * | new user password email option, improved on #29368Anupam Kumar2024-02-241-106/+45
| | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| | * | Enable adding E-Mail addresses to new user accounts using the CLIPhilip Gatzka2024-02-241-5/+120
| | | | | | | | | | | | | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org>
| * | | Add a return message for app updates trough occGit'Fellow2024-02-231-0/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Handle single and all apps Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Rewrite logic Fix psalm Fix psalm Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | Merge pull request #39184 from shdehnavi/refactor_core_command_backgroundJohn Molakvoæ2024-02-235-5/+6
| |\ \
| | * | Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| | * | Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| | * | Refactor core/Command/BackgroundHamid Dehnavi2024-02-235-5/+12
| | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | Merge pull request #39183 from shdehnavi/refactor_core_command_appJohn Molakvoæ2024-02-237-15/+15
| |\ \ \
| | * | | Make adjustments based on the reviewHamid Dehnavi2023-09-291-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| | * | | Make adjustments based on the reviewHamid Dehnavi2023-09-291-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| | * | | Refactor core/Command/AppHamid Dehnavi2023-09-297-15/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-231-0/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | add key location to info:file outputRobin Appelman2024-02-011-0/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix(security): Describe `occ security:bruteforce:attempts` accuratelyJosh2024-02-211-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | This command is used to list a summary of brute force protection attempts associated with a given IP address and, optionally, a specific action. It does not reset attempts (there's already another command for that). Signed-off-by: Josh <josh.t.richards@gmail.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * | | fix: replace `Account name` by `Login`John Molakvoæ2024-02-134-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat: rename users to account or personVincent Petry2024-02-137-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Merge pull request #42833 from nextcloud/enh/noid/set-boolean-configFerdinand Thiessen2024-02-091-2/+2
| |\ \ \ | | | | | | | | | | small improvement on occ app:config:set
| | * | | true, on, yes and 1 can be booleanMaxence Lange2024-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-6/+4
| | | | |