aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | feat: Add user:delete-auth-token commandLucas Azevedo2023-08-231-0/+56
| * | | feat: Add user:auth-tokens commandLucas Azevedo2023-08-231-0/+70
| |/ /
| * | fix: Make bypass function public APIJoas Schilling2023-08-211-7/+2
| * | feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-212-5/+94
| * | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-243-27/+2
| * | fix(db): Move missing core indices to typed eventJoas Schilling2023-07-241-416/+0
| * | fix: Add options to support all used features by coreJoas Schilling2023-07-241-1/+17
| * | fix(db): Move missing core columns to typed eventJoas Schilling2023-07-241-36/+1
| * | fix(db): Move missing core primary keys to typed eventJoas Schilling2023-07-241-121/+1
| * | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-7/+48
| * | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-9/+43
| * | Merge pull request #39389 from nextcloud/enh/add-missing-indices-eventJulius Härtl2023-07-141-1/+30
| |\ \