aboutsummaryrefslogtreecommitdiffstats
path: root/core/register_command.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: add command to export certificate bundleRobin Appelman2024-08-011-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(upgrade): migration attributesMaxence Lange2024-07-291-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-231-0/+3
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-021-0/+2
|\ | | | | feat: add commands for exporting current and expected database schema
| * feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-021-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | refactor: simplify background commandsDaniel Kesselberg2024-07-011-3/+1
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-46/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-021-2/+0
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-5/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(bg-jobs): Fix running once when no job was scheduledJulius Härtl2024-05-021-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-021-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat: command added to clear avatar cache manuallyyemkareems2024-04-151-0/+1
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* feat(occ): Add user:keys:test commandMarcel Müller2024-02-271-0/+1
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-301-12/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: use DI for \OC\RepairCôme Chilliet2024-01-301-7/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Revert using DI for IntegrityCodeChecker as it uses a special service ↵Côme Chilliet2024-01-301-4/+12
| | | | | | name Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-301-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: use long namespaced class instead of putting it inlineCôme Chilliet2024-01-301-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Fix DI for Encryption\DecryptAll commandCôme Chilliet2024-01-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Use DI in register_command instead of new callsCôme Chilliet2024-01-301-162/+129
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* lazy AppConfigMaxence Lange2024-01-151-4/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* occ background-job:deleteMaxence Lange2024-01-111-0/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* IFilesMetadataMaxence Lange2023-11-071-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Add a command to run the setup checks from CLICôme Chilliet2023-11-061-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* 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:user:sync-account-data for updating oc_accounts information from user backends
| | * feat: Add occ user:sync-account-data for updating oc_accounts information ↵Julius Härtl2023-06-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from user backends This can be useful in cases where the state between user backend and oc_accounts has become inconsistent. Usually the account data is updated once the change on the user backend is detected. Potential leftovers from older bugs (https://github.com/nextcloud/user_saml/pull/582) might though never get updated. This could lead to the contacts menu never showing the correct display name. The contacts menu is read from the system address book, which is only updated from oc_accounts. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Namespace user auth token commandsLucas Azevedo2023-08-241-3/+3
| | | | | | | | | | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
* | | Use autowiring when registering commandsLucas Azevedo2023-08-241-2/+2
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
* | | feat: Add user:delete-auth-token commandLucas Azevedo2023-08-231-0/+1
| | | | | | | | | | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
* | | feat: Add user:auth-tokens commandLucas Azevedo2023-08-231-0/+1
|/ / | | | | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
* | feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-211-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(db): Move missing core columns to typed eventJoas Schilling2023-07-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(db): Move missing core primary keys to typed eventJoas Schilling2023-07-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat: Add public event for missing indicesJulius Härtl2023-07-141-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add command to summarize space usageRobin Appelman2023-05-041-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to generate a preview for a fileRobin Appelman2023-04-031-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* composer run cs:fixCôme Chilliet2023-01-201-19/+19
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* move share owner repair to occ commandRobin Appelman2022-11-081-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
| | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix ListCommand constructor call in register_commandCôme Chilliet2022-07-111-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add command to list jobsCôme Chilliet2022-07-111-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-1/+1
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove deprecated occ app:check-code commandCôme Chilliet2022-04-281-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fixing psalm errorsCôme Chilliet2022-03-241-1/+1
| | | | | | Encryption constructor is problematic and should still be fixed later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Trigger an event to log an activity when an administrator generates an app ↵Joas Schilling2022-03-101-1/+1
| | | | | | password Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the new function in user:setting occ commandCôme Chilliet2022-01-241-1/+1
| | | | | | instead of direct database queries Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move queries to the joblistJoas Schilling2021-10-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>