| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: add occ command for task type toggling | Jana Peper | 2024-12-18 | 1 | -0/+1 |
* | feat(preview): add command to cleanup preview folderadd-command-to-cleanup-preview | Thomas Citharel | 2024-10-03 | 1 | -0/+1 |
* | feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errors | Julien Veyssier | 2024-10-01 | 1 | -0/+1 |
* | feat: add command to send raw commands to redis | Robin Appelman | 2024-08-23 | 1 | -0/+2 |
* | feat: Add user:welcome command | FedericoHeichou | 2024-08-16 | 1 | -0/+1 |
* | feat: add command to export certificate bundle | Robin Appelman | 2024-08-01 | 1 | -0/+1 |
* | feat(upgrade): migration attributes | Maxence Lange | 2024-07-29 | 1 | -0/+2 |
* | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 1 | -0/+3 |
* | Merge pull request #46194 from nextcloud/schema-export-cmnd | Robin Appelman | 2024-07-02 | 1 | -0/+2 |
|\ |
|
| * | feat: add commands for exporting current and expected database schema | Robin Appelman | 2024-07-02 | 1 | -0/+2 |
* | | refactor: simplify background commands | Daniel Kesselberg | 2024-07-01 | 1 | -3/+1 |
|/ |
|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -46/+3 |
* | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 1 | -2/+0 |
* | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 1 | -5/+0 |
* | fix(bg-jobs): Fix running once when no job was scheduled | Julius Härtl | 2024-05-02 | 1 | -1/+1 |
* | feat(bg-jobs): Add background worker occ command | Julius Härtl | 2024-05-02 | 1 | -0/+7 |
* | feat: command added to clear avatar cache manually | yemkareems | 2024-04-15 | 1 | -0/+1 |
* | feat(occ): Add user:keys:test command | Marcel Müller | 2024-02-27 | 1 | -0/+1 |
* | chore: Fix DI for integrity checker before installation | Côme Chilliet | 2024-01-30 | 1 | -12/+4 |
* | chore: use DI for \OC\Repair | Côme Chilliet | 2024-01-30 | 1 | -7/+1 |
* | chore: Revert using DI for IntegrityCodeChecker as it uses a special service ... | Côme Chilliet | 2024-01-30 | 1 | -4/+12 |
* | chore: use DI for Command\Security\ListCertificates | Côme Chilliet | 2024-01-30 | 1 | -1/+1 |
* | chore: use long namespaced class instead of putting it inline | Côme Chilliet | 2024-01-30 | 1 | -1/+2 |
* | chore: Fix DI for Encryption\DecryptAll command | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
* | chore: Use DI in register_command instead of new calls | Côme Chilliet | 2024-01-30 | 1 | -162/+129 |
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -4/+4 |
* | occ background-job:delete | Maxence Lange | 2024-01-11 | 1 | -0/+1 |
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+2 |
* | Add a command to run the setup checks from CLI | Côme Chilliet | 2023-11-06 | 1 | -0/+1 |
* | Merge branch 'master' into auth-token-commands | Lucas Azevedo | 2023-08-28 | 1 | -0/+1 |
|\ |
|
| * | Merge pull request #38298 from nextcloud/enh/occ-sync-account-data | Anna | 2023-08-28 | 1 | -0/+1 |
| |\ |
|
| | * | feat: Add occ user:sync-account-data for updating oc_accounts information fro... | Julius Härtl | 2023-06-09 | 1 | -0/+1 |
* | | | Namespace user auth token commands | Lucas Azevedo | 2023-08-24 | 1 | -3/+3 |
* | | | Use autowiring when registering commands | Lucas Azevedo | 2023-08-24 | 1 | -2/+2 |
* | | | feat: Add user:delete-auth-token command | Lucas Azevedo | 2023-08-23 | 1 | -0/+1 |
* | | | feat: Add user:auth-tokens command | Lucas Azevedo | 2023-08-23 | 1 | -0/+1 |
|/ / |
|
* | | feat(OCC): Add a command to get the bruteforce state of an IP | Joas Schilling | 2023-08-21 | 1 | -1/+2 |
* | | fix(db): Move missing core columns to typed event | Joas Schilling | 2023-07-24 | 1 | -1/+1 |
* | | fix(db): Move missing core primary keys to typed event | Joas Schilling | 2023-07-24 | 1 | -1/+1 |
* | | feat: Add public event for missing indices | Julius Härtl | 2023-07-14 | 1 | -1/+1 |
|/ |
|
* | add command to summarize space usage | Robin Appelman | 2023-05-04 | 1 | -0/+1 |
* | add command for getting fileinfo for debugging | Robin Appelman | 2023-04-17 | 1 | -0/+2 |
* | add command to generate a preview for a file | Robin Appelman | 2023-04-03 | 1 | -0/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -19/+19 |
* | move share owner repair to occ command | Robin Appelman | 2022-11-08 | 1 | -0/+1 |
* | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -2/+2 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -1/+1 |
* | Fix ListCommand constructor call in register_command | Côme Chilliet | 2022-07-11 | 1 | -1/+1 |
* | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -0/+1 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -1/+1 |