aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+2
* Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pwJohn Molakvoæ2024-09-041-1/+19
|\
| * fix(occ): Add support for UNIX sockets to `db:convert-type`Josh Richards2024-08-161-1/+19
* | Merge pull request #47525 from nextcloud/fix/optimize-getWrongShareOwnership-...Hamza2024-08-281-1/+1
|\ \
| * | fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-271-1/+1
* | | feat: Improve encryption mode detection in occ info:fileLouis Chemineau2024-08-261-2/+9
|/ /
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2547-213/+213
* | feat: add command to send raw commands to redisRobin Appelman2024-08-231-0/+56
* | feat(occ): add 'stop_after' option to stop the worker after some timeJulien Veyssier2024-08-161-0/+36
* | fix: copyright headerJohn Molakvoæ2024-08-161-20/+2
* | feat: Add user:welcome commandFedericoHeichou2024-08-161-0/+104
|/
* Merge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migra...Maxence Lange2024-08-071-0/+9
|\
| * fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
* | occ: Revert all changes to Info.phpnooblag2024-08-071-10/+1
* | occ: Remove timezone changes.Jore2024-08-072-7/+0
* | occ: Add locale setting timezone to timestamps.Jore2024-08-072-0/+12
* | occ: Add check for never logged in for user:info.Jore2024-08-071-1/+6
* | occ: Improve timestamps for user:info.Jore2024-08-071-1/+1
* | occ: Improve timestamps for user:lastseen.Jore2024-08-071-2/+2
|/
* Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-061-0/+35
|\
| * feat: add command to export certificate bundleRobin Appelman2024-08-011-0/+35
* | feat(occ)!: Adding the `displayName` to the output of the `occ group:list --i...Thibaut2024-08-061-0/+1
* | fix(occ): Fix compatibility with PHP<8.2Côme Chilliet2024-08-061-2/+4
* | feat(occ): Add support for iterable in Base and use in in group:list and user...Côme Chilliet2024-08-063-31/+20
|/
* fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-3/+7
* feat(upgrade): release metadataMaxence Lange2024-07-292-124/+37
* feat(upgrade): migration attributesMaxence Lange2024-07-292-0/+268
* feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-232-2/+16
* feat(taskprocessing): add stats about input/output sizesJulien Veyssier2024-07-231-6/+47
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-232-0/+229
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-192-4/+3
* fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec...Joas Schilling2024-07-191-2/+2
* Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-023-0/+227
|\
| * feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-023-0/+227
* | refactor: simplify background commandsDaniel Kesselberg2024-07-015-85/+46
* | Merge pull request #46199 from nextcloud/debt/noid/spdx-migrations-templateDaniel2024-06-291-19/+2
|\ \
| * | chore: use spdx for migrations generatorDaniel Kesselberg2024-06-281-19/+2
| |/
* / refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-281-6/+5
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-26109-2251/+318
* fix(db): cs-fix spacingJosh2024-05-181-1/+1
* fix(db): Prevent data loss by temporarily disabling `db:convert-type`Josh2024-05-171-0/+7
* fix: getMountsForFileId may return an unordered listDaniel Kesselberg2024-05-101-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-105-89/+12
* feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:...Julien Veyssier2024-05-021-21/+7
* fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-022-10/+23
* feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-022-10/+32
* chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7
* fix(bg-jobs): cs:fixMarcel Klehr2024-05-021-4/+0
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-022-5/+10
* fix(bg-jobs): Remove interval bookkeepingMarcel Klehr2024-05-021-36/+1