Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add command to clear memcachememcache-commands | Robin Appelman | 4 days | 1 | -0/+47 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add command to delete memcache key | Robin Appelman | 4 days | 1 | -0/+43 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add commands to get and set memcache values | Robin Appelman | 4 days | 2 | -0/+97 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor: split off value casting out of config:system:set command | Robin Appelman | 4 days | 2 | -75/+78 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add mount id to info:storage(s)info-storage-command | Robin Appelman | 4 days | 2 | -7/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add command to get basic storage info | Robin Appelman | 4 days | 3 | -0/+190 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #52822 from nextcloud/feat/mime-names | John Molakvoæ | 4 days | 2 | -3/+14 |
|\ | |||||
| * | feat(core): add human readable mimes | John Molakvoæ (skjnldsv) | 5 days | 2 | -3/+14 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | refactor: Extend rector to core/refactor/rector-core | provokateurin | 5 days | 17 | -65/+62 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #52693 from nextcloud/config-system-set-json | Robin Appelman | 7 days | 1 | -1/+8 |
|\ | | | | | feat: allow setting system config values with json value | ||||
| * | feat: allow setting system config values with json valueconfig-system-set-json | Robin Appelman | 7 days | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | feat: add more encryption checks to info:fileinfo-file-more-encryption-checks | Robin Appelman | 10 days | 1 | -0/+10 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(occ): Fix autocompletion of config:app:* commandsbugfix/noid/fix-autocomplete-of-app-configs | Joas Schilling | 2025-04-25 | 4 | -26/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #51439 from nextcloud/fix/create-missing-replacement-indexes | Andy Scherzinger | 2025-04-24 | 1 | -10/+5 |
|\ | | | | | fix(db): Create replacement index where original index is missing | ||||
| * | fix(db): Create replacement index where original index is missingfix/create-missing-replacement-indexes | Christoph Wurst | 2025-04-17 | 1 | -10/+5 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | feat: show permissions in info:file outputinfo-file-permissions | Robin Appelman | 2025-03-31 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: move streaming output helps to command base class | Robin Appelman | 2025-03-31 | 1 | -0/+52 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: Replace calls to OC_App::getAppVersions with app manager | Côme Chilliet | 2025-03-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: optimize FileUtils::getFilesByUser | Robin Appelman | 2025-03-10 | 1 | -7/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-app | Côme Chilliet | 2025-02-27 | 1 | -1/+1 |
|\ | | | | | fix: Replace OC_App calls by IAppManager | ||||
| * | fix: Replace OC_App calls by IAppManager | Côme Chilliet | 2025-02-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 1 | -1/+1 |
|/ | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 2 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 6 | -16/+10 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-05 | 2 | -0/+8 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #49016 from Keeper-of-the-Keys/occ-groups-list-single-group | Stephan Orbaugh | 2025-02-03 | 1 | -1/+8 |
|\ | | | | | Add the option to provide a groupname and only see its' members in occ group:list | ||||
| * | fix: Clearly document that the argument is a search string | Côme Chilliet | 2025-02-03 | 1 | -3/+3 |
| | | | | | | | | | | It is not an exact match on the group id Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
| * | Add the option to provide a groupname and only see its' members. | E.S. Rosenberg a.k.a. Keeper of the Keys | 2025-01-08 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | Improvements/TODO: 1. Fail/return error if group doesn't exist 2. Only print the members and not the groupname Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com> | ||||
* | | fix(ConvertType): Read hostname from arguments and not optionsfix/convert-type | provokateurin | 2025-01-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(ConvertType): Read dbtype in createConnectionParams and remove safeguard | Nils Wenninghoff | 2025-01-30 | 1 | -8/+1 |
| | | | | | | | | Signed-off-by: Nils Wenninghoff <nils@ungemein.cool> | ||||
* | | fix: `user:settings` command when user is not availablefix/settings-command | Ferdinand Thiessen | 2025-01-27 | 1 | -2/+5 |
| | | | | | | | | | | | | | | If `ignore-missing-user` all sub commands work, except listing all settings for a user like `occ user:settings --ignore-missing-user user core`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(occ): hide sensitive data while config:app:set | Misha M.-Kupriyanov | 2025-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | in order to hide sensitive data from logs Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> | ||||
* | | Merge pull request #49967 from nextcloud/jtr/occ-maintenance-mode-desc | Andy Scherzinger | 2025-01-13 | 1 | -1/+2 |
|\ \ | |/ |/| | fix: Make `maintenance:mode` description more accurate + add help | ||||
| * | fix: Make `maintenance:mode` description more accurate + add helpjtr/occ-maintenance-mode-desc | Josh | 2025-01-01 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | feat(occ): Show first_seen in output of user:list --info | Côme Chilliet | 2025-01-07 | 2 | -19/+24 |
| | | | | | | | | | | | | Also format unknown and never in a better way. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(users): Use -1 for unknown firstLogin instead of setting it to current date | Côme Chilliet | 2025-01-07 | 1 | -2/+18 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat: Add first login timestamp of each user to oc_preferences and user:info ↵ | Côme Chilliet | 2025-01-07 | 1 | -0/+1 |
| | | | | | | | | | | | | output Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: improve wording of occ:upgrade command when no upgrade is requiredocc-upgrade-wording | Robin Appelman | 2025-01-03 | 1 | -1/+7 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: error handling for wrong json values | Jana Peper | 2024-12-18 | 1 | -9/+14 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: add occ command for task type toggling | Jana Peper | 2024-12-18 | 1 | -7/+3 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: add occ command for task type toggling | Jana Peper | 2024-12-18 | 1 | -0/+60 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | Merge pull request #49577 from ehfd/17801 | Joas Schilling | 2024-12-18 | 1 | -6/+20 |
|\ | | | | | fix(occ): `occ integrity:check-app` and Admin panel "rescan" deliver inconsistent results | ||||
| * | fix(occ): Revise output condition | Seungmin Kim | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | fix(occ): Cosmetic edits | Seungmin Kim | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | fix(occ): Modify IAppManager | Seungmin Kim | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | fix(occ): Add condition for isShipped | Seungmin Kim | 2024-12-17 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | fix(occ): Fix linting issues | Seungmin Kim | 2024-12-17 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | fix(occ): Fix `occ integrity:check-app` and Admin panel "rescan" deliver ↵ | Seungmin Kim | 2024-12-17 | 1 | -7/+16 |
| | | | | | | | | | | | | inconsistent results Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
* | | feat(systemtags): allow setting color with occ | skjnldsv | 2024-12-06 | 1 | -2/+23 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix: Show errors in encryption:migrate-key-storage-format and continue to ↵ | Côme Chilliet | 2024-12-04 | 1 | -10/+20 |
| | | | | | | | | | | | | other files Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |