aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* feat(lexicon): preset()feat/noid/preset-configMaxence Lange3 days1-0/+71
* Merge pull request #53887 from nextcloud/fix/lower-email-caseJohn Molakvoæ7 days1-1/+2
|\
| * fix: force lowercase emailsfix/lower-email-caseskjnldsv8 days1-1/+2
* | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet8 days1-2/+6
|/
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-0132-28/+55
* Merge pull request #52880 from nextcloud/memcache-commandsRobin Appelman2025-06-256-75/+265
|\
| * feat: add command to clear memcachememcache-commandsRobin Appelman2025-06-241-0/+47
| * feat: add command to delete memcache keyRobin Appelman2025-06-241-0/+43
| * feat: add commands to get and set memcache valuesRobin Appelman2025-06-242-0/+97
| * refactor: split off value casting out of config:system:set commandRobin Appelman2025-06-242-75/+78
* | feat(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routesJoas Schilling2025-06-252-0/+229
|/
* feat(lexicon): migrate config key/valueMaxence Lange2025-06-243-21/+13
* fix(core): Make --password-from-env work with NC_PASS everywherefix/core/password-from-env-nc-passprovokateurin2025-06-202-6/+6
* fix(core): Make OC_PASS actually work for occ user:auth-tokens:add --password...provokateurin2025-06-201-2/+2
* feat: allow reading profile properties from occSalvatore Martire2025-06-171-0/+234
* Merge pull request #52909 from nextcloud/feat/noid/check-integrity-all-appsMarcel Müller2025-06-141-16/+43
|\
| * feat(integrity): Allow to run check for all appsfeat/noid/check-integrity-all-appsMarcel Müller2025-05-161-16/+43
* | feat(core): Add option to disable creating an admin user when installingfeat/core/install-without-admin-userprovokateurin2025-06-101-2/+5
* | refactor: generate migrations with override attributesrefactor/migration-override-attributeChristoph Wurst2025-06-041-0/+4
|/
* fix(core): remove untranslated mime namesJohn Molakvoæ (skjnldsv)2025-05-151-1/+1
* feat: add mount id to info:storage(s)info-storage-commandRobin Appelman2025-05-152-7/+11
* feat: add command to get basic storage infoRobin Appelman2025-05-153-0/+190
* Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-152-3/+14
|\
| * feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-142-3/+14
* | refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-1517-65/+62
|/
* Merge pull request #52693 from nextcloud/config-system-set-jsonRobin Appelman2025-05-121-1/+8
|\
| * feat: allow setting system config values with json valueconfig-system-set-jsonRobin Appelman2025-05-121-1/+8
* | feat: add more encryption checks to info:fileinfo-file-more-encryption-checksRobin Appelman2025-05-091-0/+10
|/
* fix(occ): Fix autocompletion of config:app:* commandsbugfix/noid/fix-autocomplete-of-app-configsJoas Schilling2025-04-254-26/+13
* Merge pull request #51439 from nextcloud/fix/create-missing-replacement-indexesAndy Scherzinger2025-04-241-10/+5
|\
| * fix(db): Create replacement index where original index is missingfix/create-missing-replacement-indexesChristoph Wurst2025-04-171-10/+5
* | feat: show permissions in info:file outputinfo-file-permissionsRobin Appelman2025-03-311-0/+1
|/
* feat: move streaming output helps to command base classRobin Appelman2025-03-311-0/+52
* chore: Replace calls to OC_App::getAppVersions with app managerCôme Chilliet2025-03-251-6/+6
* fix: optimize FileUtils::getFilesByUserRobin Appelman2025-03-101-7/+6
* Merge pull request #50999 from nextcloud/fix/move-away-from-oc-appCôme Chilliet2025-02-271-1/+1
|\
| * fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-241-1/+1
* | fix(l10n): Improve english source stringsJoas Schilling2025-02-261-1/+1
|/
* fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methodsCôme Chilliet2025-02-132-2/+2
* fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-136-16/+10
* fix: make sure we process mime extensions as stringskjnldsv2025-02-052-0/+8
* Merge pull request #49016 from Keeper-of-the-Keys/occ-groups-list-single-groupStephan Orbaugh2025-02-031-1/+8
|\
| * fix: Clearly document that the argument is a search string Côme Chilliet2025-02-031-3/+3
| * Add the option to provide a groupname and only see its' members.E.S. Rosenberg a.k.a. Keeper of the Keys2025-01-081-1/+8
* | fix(ConvertType): Read hostname from arguments and not optionsfix/convert-typeprovokateurin2025-01-301-1/+1
* | fix(ConvertType): Read dbtype in createConnectionParams and remove safeguardNils Wenninghoff2025-01-301-8/+1
* | fix: `user:settings` command when user is not availablefix/settings-commandFerdinand Thiessen2025-01-271-2/+5
* | fix(occ): hide sensitive data while config:app:setMisha M.-Kupriyanov2025-01-251-1/+1
* | Merge pull request #49967 from nextcloud/jtr/occ-maintenance-mode-descAndy Scherzinger2025-01-131-1/+2
|\ \ | |/ |/|
| * fix: Make `maintenance:mode` description more accurate + add helpjtr/occ-maintenance-mode-descJosh2025-01-011-1/+2