summaryrefslogtreecommitdiffstats
path: root/core/register_command.php
Commit message (Expand)AuthorAgeFilesLines
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-281-1/+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
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-1/+1
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-1/+1
* Register the auto completion basicJoas Schilling2016-09-291-0/+1
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* add occ command to show user informationRobin Appelman2016-07-191-0/+1
* Add commands to add/remove users to/from groupsRobin Appelman2016-07-191-0/+2
* add command to list groupsRobin Appelman2016-07-191-0/+2
* add occ command to list usersRobin Appelman2016-07-191-0/+1
* Add a occ command to list/get user preferencesJoas Schilling2016-07-131-0/+1
* Update license headersLukas Reschke2016-05-261-2/+4
* add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-0/+7
* Do not automatically try to enable index.php-less URLs (#24539)Lukas Reschke2016-05-121-0/+1
* Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller2016-05-021-0/+2
* Adding progress to occ maintenance:repairThomas Müller2016-04-281-1/+3
* Remove deprecated HTTPHelper from InfoParserThomas Müller2016-04-221-1/+1
* Add occ command for updating the data-fingerprintRoeland Jago Douma2016-04-181-0/+1
* Update author informationLukas Reschke2016-03-011-0/+1
* CLI commands to check app and core signaturesVictor Dubiniuk2016-02-051-0/+7
* Use path instead of app idLukas Reschke2016-01-201-1/+2
* Make it possible to enable apps for groups only via occJoas Schilling2016-01-191-1/+1
* Make it possible to disable apps via the console, which are not enabled for t...Joas Schilling2016-01-191-1/+1
* Make sure to list "group enabled" apps as enabledJoas Schilling2016-01-191-1/+1
* Add occ commands to manager trusted certificatesRobin Appelman2016-01-131-0/+4
* Happy new year!Thomas Müller2016-01-121-2/+4
* Add occ command to get app pathVictor Dubiniuk2015-12-091-0/+1
* Add code integrity checkLukas Reschke2015-12-011-0/+8
* Always pass in ILoggerThomas Müller2015-10-091-1/+1
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-1/+2