summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add optional column oc_comments.reference_idJoas Schilling2020-03-312-1/+106
* | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-318-1/+8
|/ /
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-252-2/+0
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-266-18/+18
|/ /
* / Register an address book with recent contactsChristoph Wurst2020-03-251-1/+1
|/
* Correctly append the port to the host so it's written to the config correctlyJoas Schilling2020-02-051-1/+4
* Fix license headersChristoph Wurst2020-01-132-0/+2
* Merge pull request #18576 from BernieO/bernieo-convertInteractiveChristoph Wurst2020-01-071-1/+3
|\
| * Introduce new variable with the default answer to allow option --no-interacti...Bernhard Ostertag2019-12-291-7/+7
| * enable option '--no-interaction' for db:convert-typeBernhard Ostertag2019-12-271-5/+7
* | Fix typo in occKim Brose2020-01-031-1/+1
|/
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Allow to force enable apps via CLIJoas Schilling2019-12-131-5/+13
* Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
* Update license headersChristoph Wurst2019-12-0582-105/+182
* Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-252-4/+15
|\
| * fix and improve check of create group resultArthur Schiwon2019-11-251-2/+4
| * fix documentation, get and createGroup may return nullArthur Schiwon2019-11-252-3/+12
* | Merge pull request #18098 from nextcloud/fix/migration_import_orderRoeland Jago Douma2019-11-251-1/+1
|\ \
| * | Fix the import order of new migrationsRoeland Jago Douma2019-11-251-1/+1
* | | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2530-39/+40
|\ \ \ | |_|/ |/| |
| * | Some php-cs fixesRoeland Jago Douma2019-11-2230-39/+40
| |/
* | Merge pull request #18027 from str0g/fix/14920/convert_type_booleanRoeland Jago Douma2019-11-251-0/+3
|\ \ | |/ |/|
| * Incorrect integer value: '' for column 'password_invalid' while migrating fro...Łukasz Buśko2019-11-201-0/+3
* | Convert more columns to bigintRoeland Jago Douma2019-11-201-0/+4
|/
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+100
* Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)2019-10-171-5/+38
* Check and add index on principaluri for schedulingobjects tableThomas Citharel2019-10-081-0/+13
* Add index on calendarid for calendarobject_props tableThomas Citharel2019-10-071-0/+13