aboutsummaryrefslogtreecommitdiffstats
path: root/core/register_command.php
Commit message (Expand)AuthorAgeFilesLines
* feat: add occ command for task type togglingJana Peper4 days1-0/+1
* feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-031-0/+1
* feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-011-0/+1
* feat: add command to send raw commands to redisRobin Appelman2024-08-231-0/+2
* feat: Add user:welcome commandFedericoHeichou2024-08-161-0/+1
* feat: add command to export certificate bundleRobin Appelman2024-08-011-0/+1
* feat(upgrade): migration attributesMaxence Lange2024-07-291-0/+2
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-231-0/+3
* Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-021-0/+2
|\
| * feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-021-0/+2
* | refactor: simplify background commandsDaniel Kesselberg2024-07-011-3/+1
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-271-46/+3
* fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-021-2/+0
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-5/+0
* fix(bg-jobs): Fix running once when no job was scheduledJulius Härtl2024-05-021-1/+1
* feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-021-0/+7
* feat: command added to clear avatar cache manuallyyemkareems2024-04-151-0/+1
* feat(occ): Add user:keys:test commandMarcel Müller2024-02-271-0/+1
* chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-301-12/+4
* chore: use DI for \OC\RepairCôme Chilliet2024-01-301-7/+1
* chore: Revert using DI for IntegrityCodeChecker as it uses a special service ...Côme Chilliet2024-01-301-4/+12
* chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-301-1/+1
* chore: use long namespaced class instead of putting it inlineCôme Chilliet2024-01-301-1/+2
* chore: Fix DI for Encryption\DecryptAll commandCôme Chilliet2024-01-301-0/+1
* chore: Use DI in register_command instead of new callsCôme Chilliet2024-01-301-162/+129
* lazy AppConfigMaxence Lange2024-01-151-4/+4
* occ background-job:deleteMaxence Lange2024-01-111-0/+1
* IFilesMetadataMaxence Lange2023-11-071-0/+2
* Add a command to run the setup checks from CLICôme Chilliet2023-11-061-0/+1
* Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-281-0/+1
|\
| * Merge pull request #38298 from nextcloud/enh/occ-sync-account-dataAnna2023-08-281-0/+1
| |\
| | * feat: Add occ user:sync-account-data for updating oc_accounts information fro...Julius Härtl2023-06-091-0/+1
* | | Namespace user auth token commandsLucas Azevedo2023-08-241-3/+3
* | | Use autowiring when registering commandsLucas Azevedo2023-08-241-2/+2
* | | feat: Add user:delete-auth-token commandLucas Azevedo2023-08-231-0/+1
* | | feat: Add user:auth-tokens commandLucas Azevedo2023-08-231-0/+1
|/ /
* | feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-211-1/+2
* | fix(db): Move missing core columns to typed eventJoas Schilling2023-07-241-1/+1
* | fix(db): Move missing core primary keys to typed eventJoas Schilling2023-07-241-1/+1
* | feat: Add public event for missing indicesJulius Härtl2023-07-141-1/+1
|/
* add command to summarize space usageRobin Appelman2023-05-041-0/+1
* add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+2
* add command to generate a preview for a fileRobin Appelman2023-04-031-0/+1
* composer run cs:fixCôme Chilliet2023-01-201-19/+19
* move share owner repair to occ commandRobin Appelman2022-11-081-0/+1
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-2/+2
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* Fix ListCommand constructor call in register_commandCôme Chilliet2022-07-111-1/+1
* Add command to list jobsCôme Chilliet2022-07-111-0/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-1/+1