summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headersChristoph Wurst2020-01-132-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18576 from BernieO/bernieo-convertInteractiveChristoph Wurst2020-01-071-1/+3
|\ | | | | enable option '--no-interaction' for db:convert-type
| * Introduce new variable with the default answer to allow option ↵Bernhard Ostertag2019-12-291-7/+7
| | | | | | | | | | | | | | | | --no-interaction for command occ db:convert-type Variable is set to true for --no-interaction and false otherwise Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
| * enable option '--no-interaction' for db:convert-typeBernhard Ostertag2019-12-271-5/+7
| | | | | | | | Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
* | Fix typo in occKim Brose2020-01-031-1/+1
|/ | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to force enable apps via CLIJoas Schilling2019-12-131-5/+13
| | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update license headersChristoph Wurst2019-12-0582-105/+182
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-252-4/+15
|\ | | | | take group creation result into consideration
| * fix and improve check of create group resultArthur Schiwon2019-11-251-2/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix documentation, get and createGroup may return nullArthur Schiwon2019-11-252-3/+12
| | | | | | | | | | | | * also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #18098 from nextcloud/fix/migration_import_orderRoeland Jago Douma2019-11-251-1/+1
|\ \ | | | | | | Fix the import order of new migrations
| * | Fix the import order of new migrationsRoeland Jago Douma2019-11-251-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2530-39/+40
|\ \ \ | |_|/ |/| | Some php-cs fixes
| * | Some php-cs fixesRoeland Jago Douma2019-11-2230-39/+40
| |/ | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18027 from str0g/fix/14920/convert_type_booleanRoeland Jago Douma2019-11-251-0/+3
|\ \ | |/ |/| Incorrect integer value: '' for column 'password_invalid' while migra…
| * Incorrect integer value: '' for column 'password_invalid' while migrating ↵Łukasz Buśko2019-11-201-0/+3
| | | | | | | | | | | | from pg to mysql #14920 Signed-off-by: Łukasz Buśko <busko.lukasz@pm.me>
* | Convert more columns to bigintRoeland Jago Douma2019-11-201-0/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+100
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)2019-10-171-5/+38
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Check and add index on principaluri for schedulingobjects tableThomas Citharel2019-10-081-0/+13
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add index on calendarid for calendarobject_props tableThomas Citharel2019-10-071-0/+13
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-051-1/+13
|\ | | | | Allow group displaynames in the database backend
| * Do not allow to have an empty display nameJoas Schilling2019-09-271-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to set the group display name in the database backendJoas Schilling2019-09-271-1/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add Fatal logging optionTim Terhorst2019-10-021-2/+6
|/ | | | Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
* Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-072-72/+108
|\ | | | | Mimetype list integrity check should not fail if it's changed
| * Add function parameter typehintXheni Myrtaj2019-05-291-1/+1
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-292-72/+108
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | Fix appid argument for integrity:check-appGeorg Ehrke2019-06-251-2/+2
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Stop decryption when maintenance mode is enabled, fixes #8311Ruben Homs2019-05-213-2/+43
| | | | Signed-off-by: Ruben Homs <ruben@homs.codes>
* Fix #15042Temtaime2019-04-181-0/+1
|
* Deduplicate index namesJoas Schilling2019-03-271-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure all tables have named indexesJoas Schilling2019-03-271-0/+81
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-225-6/+6
|\ | | | | Get typed system values
| * Make sure maintenance mode is always casted to boolJoas Schilling2019-02-225-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix access to groupManagerDaniel Kesselberg2019-02-201-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add install logic for enable commandDaniel Kesselberg2019-02-191-0/+11
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Disable multiple apps at onceDaniel Kesselberg2019-02-191-17/+30
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Enable multiple apps at onceDaniel Kesselberg2019-02-191-21/+63
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-131-5/+8
| | | | | | | | getRepairSteps is quite expensive (because every repair step is initialized and their dependencies are injected). Should not call it during register. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* add support for boolean defaultMaxence Lange2019-01-091-1/+5
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Add twofactor_providers_uid indexRoeland Jago Douma2018-12-211-2/+15
| | | | | | Fixes #12943 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix bigint conversion on SQLiteMorris Jobke2018-12-051-1/+5
| | | | | | * on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show columns to update in CLI interfaceMorris Jobke2018-12-051-1/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix index namesMorris Jobke2018-11-061-2/+2
| | | | * see #11527
* Merge pull request #11053 from nextcloud/occ-app-update-commandMorris Jobke2018-11-021-0/+125
|\ | | | | occ app update command