summaryrefslogtreecommitdiffstats
path: root/core/register_command.php
Commit message (Expand)AuthorAgeFilesLines
* Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-221-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
* Add occ app:remove CLI commandPatrik Kernstock2018-10-051-0/+1
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-0/+1
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-6/+3
* Add an options to create and remove groups via occDenis Mosolov2018-08-161-0/+2
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+1
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-1/+1
* Add autocomplete to migration commandsJoas Schilling2018-05-031-2/+2
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-2/+1
* make occ command more genericBjoern Schiessle2017-12-181-1/+1
* add occ command to add a index to share_with at the share tableBjoern Schiessle2017-12-181-0/+1
* Get the Installer via DIMorris Jobke2017-11-251-1/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* Use proper DI for repair commandMorris Jobke2017-10-241-1/+1
* Add a command to manually migrate to big intsJoas Schilling2017-10-131-0/+1
* add occ app:install commandsualko2017-07-261-1/+2
* Remove generate change script which doesnt work with migrations anymoreJoas Schilling2017-07-251-1/+0
* Add a script to generate a migration from database.xmlJoas Schilling2017-07-251-0/+1
* Do not allow to go back on productive systemsJoas Schilling2017-07-051-1/+1
* Start migrationsJoas Schilling2017-07-051-0/+4
* Add command to apply updates to custom themesJulius Härtl2017-07-051-0/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+1
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-3/+3
* Clean up single user modeMorris Jobke2017-02-221-1/+0
* add upgrade command before repair, handle NeedsUpgradeExcaption betterJörn Friedrich Dreyer2016-10-241-3/+3
* Fixing ctor callThomas Müller2016-10-191-1/+1