aboutsummaryrefslogtreecommitdiffstats
path: root/core/register_command.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated occ app:check-code commandCôme Chilliet2022-04-281-1/+0
* Fixing psalm errorsCôme Chilliet2022-03-241-1/+1
* Trigger an event to log an activity when an administrator generates an app pa...Joas Schilling2022-03-101-1/+1
* Use the new function in user:setting occ commandCôme Chilliet2022-01-241-1/+1
* Move queries to the joblistJoas Schilling2021-10-141-1/+1
* Add a command to show info about a background job and force-execute itJoas Schilling2021-10-141-0/+1
* Align occ status with status.phpJulius Härtl2021-08-261-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-5/+4
* Remove the migration commands unless in debug modeJoas Schilling2021-05-261-4/+7
* Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-251-0/+5
|\
| * Add commands to manage tags via OCCJohannes Leuker2021-05-251-0/+5
* | Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-281-0/+3
|\ \
| * | core: add more strict_typesJ0WI2021-04-261-0/+3
| |/
* / Fix psalm errorsJoas Schilling2021-04-271-1/+1
|/
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-1/+0
* Merge pull request #25529 from nextcloud/fix-non-lgc-glyphs-in-avatars-and-tx...Morris Jobke2021-03-221-0/+1
|\
| * Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-011-0/+1
* | log full expection during repair stepRobin Appelman2021-03-181-1/+3
* | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-0/+1
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-9/+9
* Command: Add app password generationSean Molenaar2021-01-051-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Register new command db:add-missing-primary-keysMichaIng2020-11-131-0/+1
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma2020-08-201-1/+1
|\
| * Use the DI container also for the Install command registrationMorris Jobke2020-08-201-1/+1
* | New SSE key formatRoeland Jago Douma2020-08-201-0/+8
|/
* Show disabled user count in occ user:reportMorris Jobke2020-08-191-1/+1
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-061-0/+2
* Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke2020-05-251-0/+1
|\
| * Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel2020-03-191-0/+1
* | Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+1
|/
* Update license headersChristoph Wurst2019-12-051-3/+9
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+2
* Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)2019-10-171-1/+1
* Stop decryption when maintenance mode is enabled, fixes #8311Ruben Homs2019-05-211-2/+2
* Enable multiple apps at onceDaniel Kesselberg2019-02-191-1/+1
* Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-131-2/+5
* Add occ app:update commandMichael Gerber2018-11-011-0/+1
* Log exception using ILoggerPatrik Kernstock2018-10-051-1/+1
* Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock2018-10-051-1/+1