Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix license headers | Christoph Wurst | 2020-01-13 | 2 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #18576 from BernieO/bernieo-convertInteractive | Christoph Wurst | 2020-01-07 | 1 | -1/+3 |
|\ | | | | | enable option '--no-interaction' for db:convert-type | ||||
| * | Introduce new variable with the default answer to allow option ↵ | Bernhard Ostertag | 2019-12-29 | 1 | -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-type | Bernhard Ostertag | 2019-12-27 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de> | ||||
* | | Fix typo in occ | Kim Brose | 2020-01-03 | 1 | -1/+1 |
|/ | | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de> | ||||
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -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 bigint | Georg Ehrke | 2019-12-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 82 | -105/+182 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 2 | -4/+15 |
|\ | | | | | take group creation result into consideration | ||||
| * | fix and improve check of create group result | Arthur Schiwon | 2019-11-25 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 2 | -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_order | Roeland Jago Douma | 2019-11-25 | 1 | -1/+1 |
|\ \ | | | | | | | Fix the import order of new migrations | ||||
| * | | Fix the import order of new migrations | Roeland Jago Douma | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 30 | -39/+40 |
|\ \ \ | |_|/ |/| | | Some php-cs fixes | ||||
| * | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 30 | -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_boolean | Roeland Jago Douma | 2019-11-25 | 1 | -0/+3 |
|\ \ | |/ |/| | Incorrect integer value: '' for column 'password_invalid' while migra… | ||||
| * | Incorrect integer value: '' for column 'password_invalid' while migrating ↵ | Łukasz Buśko | 2019-11-20 | 1 | -0/+3 |
| | | | | | | | | | | | | from pg to mysql #14920 Signed-off-by: Łukasz Buśko <busko.lukasz@pm.me> | ||||
* | | Convert more columns to bigint | Roeland Jago Douma | 2019-11-20 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make it possible to broadcast events to (web) clients | Christoph Wurst | 2019-10-28 | 1 | -0/+100 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add detailed users listing in occ user:info command | John Molakvoæ (skjnldsv) | 2019-10-17 | 1 | -5/+38 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Check and add index on principaluri for schedulingobjects table | Thomas Citharel | 2019-10-08 | 1 | -0/+13 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Add index on calendarid for calendarobject_props table | Thomas Citharel | 2019-10-07 | 1 | -0/+13 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 1 | -1/+13 |
|\ | | | | | Allow group displaynames in the database backend | ||||
| * | Do not allow to have an empty display name | Joas Schilling | 2019-09-27 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add Fatal logging option | Tim Terhorst | 2019-10-02 | 1 | -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-07 | 2 | -72/+108 |
|\ | | | | | Mimetype list integrity check should not fail if it's changed | ||||
| * | Add function parameter typehint | Xheni Myrtaj | 2019-05-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
| * | Do not fail integrity check if mimetype list is changed | Xheni Myrtaj | 2019-05-29 | 2 | -72/+108 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
* | | Fix appid argument for integrity:check-app | Georg Ehrke | 2019-06-25 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Stop decryption when maintenance mode is enabled, fixes #8311 | Ruben Homs | 2019-05-21 | 3 | -2/+43 |
| | | | | Signed-off-by: Ruben Homs <ruben@homs.codes> | ||||
* | Fix #15042 | Temtaime | 2019-04-18 | 1 | -0/+1 |
| | |||||
* | Deduplicate index names | Joas Schilling | 2019-03-27 | 1 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure all tables have named indexes | Joas Schilling | 2019-03-27 | 1 | -0/+81 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #14066 from nextcloud/feature/noid/casted-system-values | Joas Schilling | 2019-02-22 | 5 | -6/+6 |
|\ | | | | | Get typed system values | ||||
| * | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 5 | -6/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix access to groupManager | Daniel Kesselberg | 2019-02-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Add install logic for enable command | Daniel Kesselberg | 2019-02-19 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Disable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -17/+30 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Enable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -21/+63 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Do not run getRepairSteps in register_commands | Daniel Kesselberg | 2019-02-13 | 1 | -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 default | Maxence Lange | 2019-01-09 | 1 | -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 index | Roeland Jago Douma | 2018-12-21 | 1 | -2/+15 |
| | | | | | | Fixes #12943 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add setup check for pending bigint conversion | Morris Jobke | 2018-12-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix bigint conversion on SQLite | Morris Jobke | 2018-12-05 | 1 | -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 interface | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix index names | Morris Jobke | 2018-11-06 | 1 | -2/+2 |
| | | | | * see #11527 | ||||
* | Merge pull request #11053 from nextcloud/occ-app-update-command | Morris Jobke | 2018-11-02 | 1 | -0/+125 |
|\ | | | | | occ app update command |