summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-7/+16
|\ | | | | [downstream] Report failures for SignApp and SignCore
| * Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-7/+16
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Return 1 if integrity check is failed. Fixes #22806Victor Dubiniuk2016-12-162-0/+6
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Check for nextcloud version as wellLukas Reschke2016-12-051-1/+1
| | | | | | The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/181470760#L415-L416 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* It's NextcloudMarius Blüm2016-11-161-1/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Fix testsLukas Reschke2016-10-311-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-294-11/+99
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add autocomplete for db:* and log:*Joas Schilling2016-09-295-9/+120
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add autocomplete for config:*Joas Schilling2016-09-2911-7/+185
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Full support for autocomplete of app:*Joas Schilling2016-09-295-3/+117
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the auto completion basicJoas Schilling2016-09-291-1/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Kill update simulationVincent Petry2016-09-271-27/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 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
| | | As reported at https://help.nextcloud.com/t/silent-mode-for-occ-upgrade/2120 we should exit with a return value of 0 (zero) if the current instance is already up to date so that automatic deployment tools don't recognize that as an error.
* Revert (c) back to ownCloud, Inc.Sander Ruitenbeek2016-07-301-1/+1
| | | | To be dealt with later
* 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
| | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* 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
|
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-181-1/+1
|\ | | | | Theming fixes
| * Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
| |
* | Use argument instead of valueJoas Schilling2016-07-141-12/+12
| |
* | FIx my emailJoas Schilling2016-07-131-2/+1
| |
* | Fix descriptionsJoas Schilling2016-07-131-2/+2
| |
* | Add tests for set/get/delete/listJoas Schilling2016-07-131-9/+7
| |
* | Add tests for checkInput()Joas Schilling2016-07-131-7/+7
| |
* | Allow deleting a settingJoas Schilling2016-07-131-2/+40
| |
* | Allow setting valuesJoas Schilling2016-07-131-4/+35
| |
* | Add a occ command to list/get user preferencesJoas Schilling2016-07-131-0/+160
|/
* Changed the input option for database-port to required when parameter was ↵Thomas Pulzer2016-07-061-1/+1
| | | | | | provided. Added casting database port to int for input sanitation in pgsql and oci connections.
* Added occ install option for database-port.Thomas Pulzer2016-07-061-0/+3
| | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification.
* Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-042-2/+2
|