summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Keep encryption enabled if decrypting for single userVincent Petry2016-06-241-0/+3
| | | | | | | | When decrypting all files of a single user, the admin usually does not intend encryption to be suddenly disabled for everyone. This fix reenables encryption after decrypting for a single user. Decrypting for all users will still disable encryption globally.
* Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer2016-06-101-1/+6
|
* Fix the FIXME (#25022)Joas Schilling2016-06-091-2/+1
|
* Merge pull request #24992 from owncloud/fix_decrypt_messageVincent Petry2016-06-081-1/+10
|\ | | | | Fix Decrypt message via occ
| * Fixed reviewsSergio Bertolín2016-06-071-2/+2
| |
| * Comments fixeddavitol2016-06-061-3/+2
| |
| * Fix Decrypt message via occdavitol2016-06-061-1/+11
| |
* | Allow to decrypt user '0' files onlyJoas Schilling2016-06-071-1/+2
|/
* Allow setting debug as loglevel via occ log_manage (#24834)Joas Schilling2016-05-301-1/+2
|
* Update license headersLukas Reschke2016-05-2618-14/+17
|
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-232-0/+130
|\ | | | | two factor auth
| * add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-232-0/+130
| |
* | Chunk the "db:convert-type" select queries, to not run out of memory so fastJoas Schilling2016-05-131-14/+56
|/
* Do not automatically try to enable index.php-less URLs (#24539)Lukas Reschke2016-05-121-0/+44
| | | | | | | | | | | | | | | | | The current logic for mod_rewrite relies on the fact that people have properly configured ownCloud, basically it reads from the `overwrite.cli.ur l` entry and then derives the `RewriteBase` from it. This usually works. However, since the ownCloud packages seem to install themselves at `/owncloud` (because subfolders are cool or so…) _a lot_ of people have just created a new Virtual Host for it or have simply symlinked the path etc. This means that `overwrite.cli.url` is wrong, which fails hard if it is used as RewriteBase since Apache does not know where it should serve files from. In the end the ownCloud instance will not be accessible anymore and users will be frustrated. Also some shared hosters like 1&1 (because using shared hosters is so awesome… ;-)) have somewhat dubious Apache configurations or use versions of mod_rewrite from the mediveal age. (because updating is money or so…) Anyhow. This makes this explicitly an opt-in configuration flag. If `htaccess.RewriteBase` is set then it will configure index.php-less URLs, if admins set that after installation and don't want to wait until the next ownCloud version they can run `occ maintenance:update:htaccess`. For ownCloud 9.0 we also have to add a repair step to make sure that instances that already have a RewriteBase configured continue to use it by copying it into the config file. That way all existing URLs stay valid. That one is not in this PR since this is unneccessary in master. Effectively this reduces another risk of breakage when updating from ownCloud 8 to ownCloud 9. Fixes https://github.com/owncloud/core/issues/24525, https://github.com/owncloud/core/issues/24426 and probably some more.
* Merge pull request #23844 from owncloud/disable-userThomas Müller2016-05-032-0/+128
|\ | | | | Add occ commands to enable and disable a user + a disabled user can n…