aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-0/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1612-12/+12
* Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-101-0/+33
|\
| * Add missing index on oc_cards and rename if it previously existedJulius Härtl2020-12-091-0/+33
* | Move columns to bigintJulius Härtl2020-12-081-0/+2
|/
* Merge pull request #24348 from hosting-de/feature/console-user-display-nameMorris Jobke2020-12-021-10/+37
|\
| * Wrap display_name similarly to email to allow changes via occJohannes Leuker2020-12-021-10/+37
* | Remove the deprecated update.phpChristoph Wurst2020-11-271-18/+0
|/
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+181
* Merge pull request #23693 from nextcloud/bugfix/noid/import-cert-clarifyMorris Jobke2020-10-261-3/+3
|\
| * Clarify import cert commandVincent Petry2020-10-261-3/+3
* | Update ConvertFilecacheBigInt.phptimm2k2020-10-261-0/+1
|/
* Make the migration template typedJoas Schilling2020-10-151-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-058-27/+27
* add size index for filecacheRobin Appelman2020-09-221-0/+7
* Migrate verbose messages to inline syntax of writeln()Morris Jobke2020-09-171-11/+3
* Show lock messages only in verbose modeMorris Jobke2020-09-171-2/+2
* Allow to run occ preview:repair in parallelMorris Jobke2020-09-171-1/+19
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-1/+0
* Fix tense of updater logsNils Wittenbrink2020-09-101-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2437-4/+43
* Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma2020-08-201-5/+7
|\
| * Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-5/+7
* | New SSE key formatRoeland Jago Douma2020-08-201-0/+261
|/
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
* Show disabled user count in occ user:reportMorris Jobke2020-08-191-1/+9
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-075-8/+17
* Use array_filter insteadMorris Jobke2020-08-071-10/+9
* Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-061-0/+280
* Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-021-2/+3
|\
| * Replace TYPE with TYPESDaniel Kesselberg2020-06-301-2/+3
* | Add return value to all commandsJoas Schilling2020-06-2679-103/+159
|/
* Remove db prefix option from cli install commandJoas Schilling2020-05-261-7/+0
* Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke2020-05-251-0/+62
|\
| * Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel2020-03-191-0/+62
* | Fix syntaxJoas Schilling2020-05-061-1/+1
* | Add index to properties tableMario Danic2020-04-301-0/+14
* | Update license headers for 19Christoph Wurst2020-04-2933-2/+32
* | Display notice for already enabled appsSander Ruitenbeek2020-04-241-0/+4
* | Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* | Add visibility to all constantsChristoph Wurst2020-04-104-13/+13
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1045-100/+57
* | Use elseif instead of else ifChristoph Wurst2020-04-1013-18/+18
* | Remove trailing and in between spacesChristoph Wurst2020-04-093-3/+3
* | Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-27/+27
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
* | Fix multiline commentsChristoph Wurst2020-04-084-103/+103
* | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-022-1/+106
|\ \