| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate verbose messages to inline syntax of writeln() | Morris Jobke | 2020-09-18 | 1 | -11/+3 |
* | Show lock messages only in verbose mode | Morris Jobke | 2020-09-18 | 1 | -2/+2 |
* | Allow to run occ preview:repair in parallel | Morris Jobke | 2020-09-18 | 1 | -1/+19 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
* | Fix tense of updater logs | Nils Wittenbrink | 2020-09-10 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 37 | -4/+43 |
* | Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig... | Roeland Jago Douma | 2020-08-20 | 1 | -5/+7 |
|\ |
|
| * | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -5/+7 |
* | | New SSE key format | Roeland Jago Douma | 2020-08-20 | 1 | -0/+261 |
|/ |
|
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -2/+2 |
* | Show disabled user count in occ user:report | Morris Jobke | 2020-08-19 | 1 | -1/+9 |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+0 |
* | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 5 | -8/+17 |
* | Use array_filter instead | Morris Jobke | 2020-08-07 | 1 | -10/+9 |
* | Add occ preview:migrate to migrate previews from the old flat structure to a ... | Morris Jobke | 2020-08-06 | 1 | -0/+280 |
* | Merge pull request #21599 from nextcloud/debt/noid/type-to-types | Roeland Jago Douma | 2020-07-02 | 1 | -2/+3 |
|\ |
|
| * | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 1 | -2/+3 |
* | | Add return value to all commands | Joas Schilling | 2020-06-26 | 79 | -103/+159 |
|/ |
|
* | Remove db prefix option from cli install command | Joas Schilling | 2020-05-26 | 1 | -7/+0 |
* | Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ip | Morris Jobke | 2020-05-25 | 1 | -0/+62 |
|\ |
|
| * | Implement occ command security:bruteforceattemps:reset-for-ip | Johannes Riedel | 2020-03-19 | 1 | -0/+62 |
* | | Fix syntax | Joas Schilling | 2020-05-06 | 1 | -1/+1 |
* | | Add index to properties table | Mario Danic | 2020-04-30 | 1 | -0/+14 |
* | | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 33 | -2/+32 |
* | | Display notice for already enabled apps | Sander Ruitenbeek | 2020-04-24 | 1 | -0/+4 |
* | | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -0/+1 |
* | | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 4 | -13/+13 |
* | | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 45 | -100/+57 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 13 | -18/+18 |
* | | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 3 | -3/+3 |
* | | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -27/+27 |
* | | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 6 | -6/+0 |
* | | Fix multiline comments | Christoph Wurst | 2020-04-08 | 4 | -103/+103 |
* | | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 2 | -1/+106 |
|\ \ |
|
| * | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 2 | -1/+106 |
* | | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 8 | -1/+8 |
|/ / |
|
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -2/+0 |
|\ \ |
|
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
* | | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 6 | -18/+18 |
|/ / |
|
* / | Register an address book with recent contacts | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
|/ |
|
* | Correctly append the port to the host so it's written to the config correctly | Joas Schilling | 2020-02-05 | 1 | -1/+4 |
* | Fix license headers | Christoph Wurst | 2020-01-13 | 2 | -0/+2 |
* | 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 |