summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-06-031-1/+11
* fix(security): Describe `occ security:bruteforce:attempts` accuratelyJosh2024-02-211-2/+2
* fix: make cancelOperation publicDaniel Kesselberg2024-02-101-1/+1
* document errorSimon L2023-11-201-1/+1
* fix(install): Make installing more verboseJoas Schilling2023-11-031-1/+12
* feat: Add occ user:sync-account-data for updating oc_accounts information fro...Julius Härtl2023-10-051-0/+105
* fix: Make bypass function public APIJoas Schilling2023-08-231-7/+2
* feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-232-6/+95
* Merge pull request #39396 from nextcloud/backport/39389/stable27Julius Härtl2023-07-171-2/+32
|\
| * feat: Add public event for missing indicesJulius Härtl2023-07-141-2/+32
* | fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-141-2/+2
|/
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-07-101-0/+13
* Merge pull request #38148 from nextcloud/file-info-etagRobin Appelman2023-05-111-0/+1
|\
| * also show file etag in file infoRobin Appelman2023-05-091-0/+1
* | Merge pull request #38069 from nextcloud/list-supported-dbJohn Molakvoæ2023-05-091-1/+1
|\ \ | |/ |/|
| * list supported databases when provided db isn't supportedRobin Appelman2023-05-041-1/+1
* | add option to list all files instead of limitingRobin Appelman2023-05-043-19/+23
* | add command to summarize space usageRobin Appelman2023-05-043-129/+322
|/
* Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-021-1/+1
|\
| * Use the searchDisplayName recommended method in user:listCôme Chilliet2023-04-271-1/+1
* | add new index in repair step instead of on-migrateRobin Appelman2023-04-281-0/+8
|/
* Merge pull request #37622 from nextcloud/group-list-numeric-useridRobin Appelman2023-04-241-2/+13
|\
| * fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
* | validate that folder size sums to childrenRobin Appelman2023-04-171-5/+21
* | add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+249
|/
* add command to generate a preview for a fileRobin Appelman2023-04-031-0/+141
* Add parent index on filecacheLouis Chemineau2023-03-201-0/+10
* Merge pull request #36862 from nextcloud/bugfix/typoJoas Schilling2023-02-261-1/+1
|\
| * Fix typo that added a letter to migration templateVitor Mattos2023-02-251-1/+1
* | Fail the repair command when an error happenedJoas Schilling2023-02-231-1/+5
|/
* Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-071-3/+1
* FIX: This fill finish -> This will finishsodimel2023-01-261-1/+1
* Merge pull request #36271 from nextcloud/fix/fix-codestyleCôme Chilliet2023-01-204-9/+8
|\
| * composer run cs:fixCôme Chilliet2023-01-204-9/+8
* | Merge pull request #36264 from nextcloud/fix/occ/repair-command-comment-forma...Christoph Wurst2023-01-201-1/+1
|\ \ | |/ |/|
| * fix(occ): Fix comment formatting of maintenance:repair commandChristoph Wurst2023-01-201-1/+1
* | Attempt to fix errors in Repair command testsCôme Chilliet2023-01-201-0/+2
|/
* Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolationChristoph Wurst2023-01-191-1/+1
|\
| * fix(PHP8.2): Fix deprecated string interpolation syntaxChristoph Wurst2023-01-191-1/+1
* | Merge pull request #36123 from nextcloud/user-settings-normalize-uidVincent Petry2023-01-191-3/+8
|\ \ | |/ |/|
| * normalize userid in user:settingRobin Appelman2023-01-121-3/+8
* | Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o...Simon L2023-01-181-0/+3
|\ \
| * | Rename canInstallExists method and add new method for removalAlex Harpin2023-01-101-1/+1
| * | Log a warning to CLI install command if CAN_INSTALL is not removedAlex Harpin2023-01-101-0/+3
| |/
* | Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+1
* | Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-6/+7
|/
* Merge pull request #35873 from leegarrett/35830_lgarrettJoas Schilling2023-01-041-4/+23
|\
| * No output by default when --exit-code is usedJoas Schilling2023-01-031-1/+4
| * Print output also with status codeJoas Schilling2023-01-031-9/+8
| * Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-3/+20