summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* Improve error message of charset convert script and behaviourMorris Jobke2017-03-231-4/+5
* Address commentsMorris Jobke2017-03-211-1/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+91
* Merge pull request #3952 from nextcloud/downstream-27209Morris Jobke2017-03-201-0/+26
|\
| * Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-0/+26
* | Merge pull request #3947 from nextcloud/downstream-27323Morris Jobke2017-03-201-0/+5
|\ \
| * | Disable empty password for user::resetpassword command using CLISujith H2017-03-201-0/+5
| |/
* | ownC -> NextcMorris Jobke2017-03-191-1/+1
* | Update the occ:encrypt-all promptMatthew Setter2017-03-191-4/+4
|/
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-192-6/+6
* Clean up single user modeMorris Jobke2017-02-223-101/+22
* Update the email in the accounts table as wellJoas Schilling2017-02-081-0/+17
* Filter out sensitive appconfig valuesJoas Schilling2017-01-111-2/+17
* Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-7/+16
|\
| * Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-7/+16
* | Return 1 if integrity check is failed. Fixes #22806Victor Dubiniuk2016-12-162-0/+6
|/
* Check for nextcloud version as wellLukas Reschke2016-12-051-1/+1
* It's NextcloudMarius Blüm2016-11-161-1/+1
* Fix testsLukas Reschke2016-10-311-2/+3
* Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
* Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-294-11/+99
* Add autocomplete for db:* and log:*Joas Schilling2016-09-295-9/+120
* Add autocomplete for config:*Joas Schilling2016-09-2911-7/+185
* Full support for autocomplete of app:*Joas Schilling2016-09-295-3/+117
* Register the auto completion basicJoas Schilling2016-09-291-1/+21
* Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
* Kill update simulationVincent Petry2016-09-271-27/+2
* Display an error when updating .htaccess failedJoas Schilling2016-09-131-3/+7
* Fix typoJoas Schilling2016-09-071-1/+1
* Catch the exception of the password policy appJoas Schilling2016-09-072-5/+18
* Fix dbconvertRoeland Jago Douma2016-09-061-19/+18
* Move install over to QuestionHelperRoeland Jago Douma2016-09-061-14/+14
* Convert resetpassword to question helperRoeland Jago Douma2016-09-061-13/+15
* Move to question helperRoeland Jago Douma2016-09-061-12/+11
* Switch user:report from deprecated tablehelper to tableRoeland Jago Douma2016-09-061-3/+3
* Deprecate getEditionString()Joas Schilling2016-09-061-4/+2
* Also fix "occ status"Joas Schilling2016-09-061-2/+4
* make disabled apps more clear during upgradeRobin Appelman2016-08-091-2/+2
* Exit from upgrade without reporting errorJürgen Haas2016-08-031-1/+1
* Revert (c) back to ownCloud, Inc.Sander Ruitenbeek2016-07-301-1/+1
* Update Upgrade.phpsanderr2016-07-301-1/+1
* Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek2016-07-302-5/+5
* ownCloud -> NextcloudDaniel Hansson2016-07-281-3/+3
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-222-8/+10
* Update with robinJoas Schilling2016-07-2113-13/+13
* Fix othersJoas Schilling2016-07-2161-90/+165
* add occ command to show user informationRobin Appelman2016-07-191-0/+88
* Add commands to add/remove users to/from groupsRobin Appelman2016-07-192-0/+154
* add command to list groupsRobin Appelman2016-07-191-0/+89
* add occ command to list usersRobin Appelman2016-07-191-0/+87