Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 13 | -18/+18 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 3 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -27/+27 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 6 | -6/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 4 | -103/+103 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 2 | -1/+106 |
|\ | | | | | Add optional comments reference_id | ||||
| * | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 2 | -1/+106 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 8 | -1/+8 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -2/+0 |
|\ | | | | | Remove unused imports | ||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 6 | -18/+18 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Register an address book with recent contacts | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Correctly append the port to the host so it's written to the config correctly | Joas Schilling | 2020-02-05 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 |