| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly append the port to the host so it's written to the config correctly | Joas Schilling | 2020-02-06 | 1 | -1/+4 |
* | Merge pull request #18576 from BernieO/bernieo-convertInteractive | Christoph Wurst | 2020-01-07 | 1 | -1/+3 |
|\ |
|
| * | Introduce new variable with the default answer to allow option --no-interacti... | Bernhard Ostertag | 2019-12-29 | 1 | -7/+7 |
| * | enable option '--no-interaction' for db:convert-type | Bernhard Ostertag | 2019-12-27 | 1 | -5/+7 |
* | | Fix typo in occ | Kim Brose | 2020-01-03 | 1 | -1/+1 |
|/ |
|
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -5/+13 |
* | Convert various columns in oc_mounts to bigint | Georg Ehrke | 2019-12-09 | 1 | -0/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 82 | -105/+182 |
* | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 2 | -4/+15 |
|\ |
|
| * | fix and improve check of create group result | Arthur Schiwon | 2019-11-25 | 1 | -2/+4 |
| * | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 2 | -3/+12 |
* | | 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 | Roeland Jago Douma | 2019-11-25 | 1 | -1/+1 |
* | | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 30 | -39/+40 |
|\ \ \
| |_|/
|/| | |
|
| * | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 30 | -39/+40 |
| |/ |
|
* | | 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 migrating fro... | Łukasz Buśko | 2019-11-20 | 1 | -0/+3 |
* | | Convert more columns to bigint | Roeland Jago Douma | 2019-11-20 | 1 | -0/+4 |
|/ |
|
* | Make it possible to broadcast events to (web) clients | Christoph Wurst | 2019-10-28 | 1 | -0/+100 |
* | Add detailed users listing in occ user:info command | John Molakvoæ (skjnldsv) | 2019-10-17 | 1 | -5/+38 |
* | Check and add index on principaluri for schedulingobjects table | Thomas Citharel | 2019-10-08 | 1 | -0/+13 |
* | Add index on calendarid for calendarobject_props table | Thomas Citharel | 2019-10-07 | 1 | -0/+13 |
* | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 1 | -1/+13 |
|\ |
|
| * | Do not allow to have an empty display name | Joas Schilling | 2019-09-27 | 1 | -2/+3 |
| * | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -1/+12 |
* | | Add Fatal logging option | Tim Terhorst | 2019-10-02 | 1 | -2/+6 |
|/ |
|
* | Mimetype list integrity check should not fail if it's changed (#15810) | John Molakvoæ | 2019-07-07 | 2 | -72/+108 |
|\ |
|
| * | Add function parameter typehint | Xheni Myrtaj | 2019-05-29 | 1 | -1/+1 |
| * | Do not fail integrity check if mimetype list is changed | Xheni Myrtaj | 2019-05-29 | 2 | -72/+108 |
* | | Fix appid argument for integrity:check-app | Georg Ehrke | 2019-06-25 | 1 | -2/+2 |
|/ |
|
* | Stop decryption when maintenance mode is enabled, fixes #8311 | Ruben Homs | 2019-05-21 | 3 | -2/+43 |
* | Fix #15042 | Temtaime | 2019-04-18 | 1 | -0/+1 |
* | Deduplicate index names | Joas Schilling | 2019-03-27 | 1 | -6/+6 |
* | Make sure all tables have named indexes | Joas Schilling | 2019-03-27 | 1 | -0/+81 |
* | Merge pull request #14066 from nextcloud/feature/noid/casted-system-values | Joas Schilling | 2019-02-22 | 5 | -6/+6 |
|\ |
|
| * | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 5 | -6/+6 |
* | | Fix access to groupManager | Daniel Kesselberg | 2019-02-20 | 1 | -1/+1 |
* | | Add install logic for enable command | Daniel Kesselberg | 2019-02-19 | 1 | -0/+11 |
* | | Disable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -17/+30 |
* | | Enable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -21/+63 |
|/ |
|
* | Do not run getRepairSteps in register_commands | Daniel Kesselberg | 2019-02-13 | 1 | -5/+8 |
* | add support for boolean default | Maxence Lange | 2019-01-09 | 1 | -1/+5 |
* | Add twofactor_providers_uid index | Roeland Jago Douma | 2018-12-21 | 1 | -2/+15 |
* | Add setup check for pending bigint conversion | Morris Jobke | 2018-12-05 | 1 | -0/+1 |
* | Fix bigint conversion on SQLite | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
* | Show columns to update in CLI interface | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
* | Fix index names | Morris Jobke | 2018-11-06 | 1 | -2/+2 |
* | Merge pull request #11053 from nextcloud/occ-app-update-command | Morris Jobke | 2018-11-02 | 1 | -0/+125 |
|\ |
|