aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | | |
| * | | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
| * | | | chore: Delete deprecated internal Job classesCôme Chilliet2024-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: Removed ILogFactory::getCustomLogger deprecated method Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-301-1/+5
| | |/ / | |/| | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-13/+5
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Revert "add key location to info:file output"Robin Appelman2024-01-171-13/+0
| | | | | | | | | | | | | | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e.
| * | | add key location to info:file outputRobin Appelman2024-01-171-0/+13
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | small fixesMaxence Lange2024-01-151-1/+1
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fixesMaxence Lange2024-01-152-37/+21
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | lazy AppConfigMaxence Lange2024-01-154-30/+239
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | occ background-job:deleteMaxence Lange2024-01-111-0/+80
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | Use match statement in richToParsed implementationCôme Chilliet2024-01-111-7/+5
| | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add TODO for richToParsed refactorCôme Chilliet2024-01-111-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix psalm issue in SetupChecks commandCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-0/+28
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(Update): Handle upstream exception scenario cleanlyJosh Richards2023-12-261-0/+1
| | | | | | | | | | | | | | | Fixes #42476 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-281-3/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2314-20/+20
| | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | fix(db): Print why the migration file could not be createdChristoph Wurst2023-11-221-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | document errorSimon L2023-11-171-1/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Jonas <jonas@freesources.org>
| * | fix(Background): Bump default limit for listing background jobs to 500Jonas2023-11-141-1/+1
| | | | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
| * | fix(Background): Show comment about limit at end and conditionallyJonas2023-11-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Only print the comment when job list is truncated * Show the comment at the end so users actually see it * Format the comment as comment Signed-off-by: Jonas <jonas@freesources.org>
| * | Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+3
| | | | | | | | | | | | Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Jonas <jonas@freesources.org>
| * | (enh) Change occ background-job:list limit default 10->100Josh Richards2023-11-141-1/+2
| | | | | | | | | | | | | | | | | | The default limit of 10 seems too conservative. Nearly all environments >100 and most <10. At the same time, this higher default limit still remains reasonable to avoid problems in really big environments. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>