summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | true, on, yes and 1 can be booleanMaxence Lange2024-01-161-2/+2
| * | | | 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
| * | | | chore: Delete deprecated internal Job classesCôme Chilliet2024-02-081-3/+3
| * | | | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-3/+1
| * | | | chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-301-1/+5
| | |/ / | |/| |
| * | | chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+2
| * | | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-13/+5
| * | | Revert "add key location to info:file output"Robin Appelman2024-01-171-13/+0
| * | | add key location to info:file outputRobin Appelman2024-01-171-0/+13
| |/ /
| * | small fixesMaxence Lange2024-01-151-1/+1
| * | fixesMaxence Lange2024-01-152-37/+21
| * | lazy AppConfigMaxence Lange2024-01-154-30/+239
| * | occ background-job:deleteMaxence Lange2024-01-111-0/+80
| * | Use match statement in richToParsed implementationCôme Chilliet2024-01-111-7/+5
| * | Add TODO for richToParsed refactorCôme Chilliet2024-01-111-0/+1
| * | Fix psalm issue in SetupChecks commandCôme Chilliet2024-01-111-1/+1
| * | Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-0/+28
| * | fix(Update): Handle upstream exception scenario cleanlyJosh Richards2023-12-261-0/+1
| * | Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-281-3/+5
| * | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2314-20/+20
| * | fix(db): Print why the migration file could not be createdChristoph Wurst2023-11-221-1/+1
| * | document errorSimon L2023-11-171-1/+1
| * | Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+1
| * | fix(Background): Bump default limit for listing background jobs to 500Jonas2023-11-141-1/+1
| * | fix(Background): Show comment about limit at end and conditionallyJonas2023-11-141-4/+5
| * | Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+3
| * | (enh) Change occ background-job:list limit default 10->100Josh Richards2023-11-141-1/+2
| * | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-071-0/+119
| |\ \
| | * | IFilesMetadataMaxence Lange2023-11-071-2/+2
| | * | IFilesMetadataMaxence Lange2023-11-071-0/+119
| * | | Add $name property in SetupResult and improve APICôme Chilliet2023-11-071-3/+3
| * | | Merge pull request #41214 from nextcloud/bugfix/noid/make-install-verboseJoas Schilling2023-11-071-1/+12
| |\ \ \ | | |/ / | |/| |
| | * | fix(install): Make installing more verboseJoas Schilling2023-11-031-1/+12
| | |/
| * | Use no style for info to make it different from warningCôme Chilliet2023-11-061-3/+5
| * | Fix icon for errors to be consistent with the othersCôme Chilliet2023-11-061-1/+1
| * | Add an emoji for warnings as wellCôme Chilliet2023-11-061-0/+1
| * | Use constants for SUCCESS/FAILURE and show errors even on quiet levelCôme Chilliet2023-11-061-4/+7
| * | Add a command to run the setup checks from CLICôme Chilliet2023-11-061-0/+88
| |/
| * Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-282-1/+106
| |\
| | * Merge pull request #38298 from nextcloud/enh/occ-sync-account-dataAnna2023-08-281-0/+105
| | |\
| | | * feat: Add occ user:sync-account-data for updating oc_accounts information fro...Julius Härtl2023-06-091-0/+105
| | * | fix: make cancelOperation publicDaniel Kesselberg2023-08-271-1/+1
| * | | Format lastActivity and type for plain outputLucas Azevedo2023-08-271-1/+16
| * | | Use table output for list commandLucas Azevedo2023-08-251-4/+10
| * | | Fixes from static analysisLucas Azevedo2023-08-251-3/+3
| * | | Add last-used-before optionLucas Azevedo2023-08-251-4/+68
| * | | Namespace user auth token commandsLucas Azevedo2023-08-243-9/+10
| * | | Filter out sensitive fields in user:auth-tokensLucas Azevedo2023-08-241-1/+10
| * | | Add missing return typesLucas Azevedo2023-08-242-3/+3