Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Joas Schilling | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Catch the exception of the password policy app | Joas Schilling | 2016-09-07 | 2 | -5/+18 |
| | |||||
* | Fix dbconvert | Roeland Jago Douma | 2016-09-06 | 1 | -19/+18 |
| | |||||
* | Move install over to QuestionHelper | Roeland Jago Douma | 2016-09-06 | 1 | -14/+14 |
| | |||||
* | Convert resetpassword to question helper | Roeland Jago Douma | 2016-09-06 | 1 | -13/+15 |
| | |||||
* | Move to question helper | Roeland Jago Douma | 2016-09-06 | 1 | -12/+11 |
| | |||||
* | Switch user:report from deprecated tablehelper to table | Roeland Jago Douma | 2016-09-06 | 1 | -3/+3 |
| | |||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -4/+2 |
| | |||||
* | Also fix "occ status" | Joas Schilling | 2016-09-06 | 1 | -2/+4 |
| | |||||
* | make disabled apps more clear during upgrade | Robin Appelman | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | Exit from upgrade without reporting error | Jürgen Haas | 2016-08-03 | 1 | -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 Ruitenbeek | 2016-07-30 | 1 | -1/+1 |
| | | | | To be dealt with later | ||||
* | Update Upgrade.php | sanderr | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Rebranded to Nextcloud for the occ command line tool | Sander Ruitenbeek | 2016-07-30 | 2 | -5/+5 |
| | |||||
* | ownCloud -> Nextcloud | Daniel Hansson | 2016-07-28 | 1 | -3/+3 |
| | |||||
* | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 2 | -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 robin | Joas Schilling | 2016-07-21 | 13 | -13/+13 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 61 | -90/+165 |
| | |||||
* | add occ command to show user information | Robin Appelman | 2016-07-19 | 1 | -0/+88 |
| | |||||
* | Add commands to add/remove users to/from groups | Robin Appelman | 2016-07-19 | 2 | -0/+154 |
| | |||||
* | add command to list groups | Robin Appelman | 2016-07-19 | 1 | -0/+89 |
| | |||||
* | add occ command to list users | Robin Appelman | 2016-07-19 | 1 | -0/+87 |
| | |||||
* | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 1 | -1/+1 |
|\ | | | | | Theming fixes | ||||
| * | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | | |||||
* | | Use argument instead of value | Joas Schilling | 2016-07-14 | 1 | -12/+12 |
| | | |||||
* | | FIx my email | Joas Schilling | 2016-07-13 | 1 | -2/+1 |
| | | |||||
* | | Fix descriptions | Joas Schilling | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | Add tests for set/get/delete/list | Joas Schilling | 2016-07-13 | 1 | -9/+7 |
| | | |||||
* | | Add tests for checkInput() | Joas Schilling | 2016-07-13 | 1 | -7/+7 |
| | | |||||
* | | Allow deleting a setting | Joas Schilling | 2016-07-13 | 1 | -2/+40 |
| | | |||||
* | | Allow setting values | Joas Schilling | 2016-07-13 | 1 | -4/+35 |
| | | |||||
* | | Add a occ command to list/get user preferences | Joas Schilling | 2016-07-13 | 1 | -0/+160 |
|/ | |||||
* | Changed the input option for database-port to required when parameter was ↵ | Thomas Pulzer | 2016-07-06 | 1 | -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 Pulzer | 2016-07-06 | 1 | -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 Pulzer | 2016-07-04 | 2 | -2/+2 |
| | |||||
* | Keep encryption enabled if decrypting for single user | Vincent Petry | 2016-06-24 | 1 | -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 Dreyer | 2016-06-10 | 1 | -1/+6 |
| | |||||
* | Fix the FIXME (#25022) | Joas Schilling | 2016-06-09 | 1 | -2/+1 |
| | |||||
* | Merge pull request #24992 from owncloud/fix_decrypt_message | Vincent Petry | 2016-06-08 | 1 | -1/+10 |
|\ | | | | | Fix Decrypt message via occ | ||||
| * | Fixed reviews | Sergio Bertolín | 2016-06-07 | 1 | -2/+2 |
| | | |||||
| * | Comments fixed | davitol | 2016-06-06 | 1 | -3/+2 |
| | | |||||
| * | Fix Decrypt message via occ | davitol | 2016-06-06 | 1 | -1/+11 |
| | | |||||
* | | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 1 | -1/+2 |
|/ | |||||
* | Allow setting debug as loglevel via occ log_manage (#24834) | Joas Schilling | 2016-05-30 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 18 | -14/+17 |
| | |||||
* | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 2 | -0/+130 |
|\ | | | | | two factor auth | ||||
| * | add OCC command to enable/disable 2FA for a user | Christoph Wurst | 2016-05-23 | 2 | -0/+130 |
| | | |||||
* | | Chunk the "db:convert-type" select queries, to not run out of memory so fast | Joas Schilling | 2016-05-13 | 1 | -14/+56 |
|/ | |||||
* | Do not automatically try to enable index.php-less URLs (#24539) | Lukas Reschke | 2016-05-12 | 1 | -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-user | Thomas Müller | 2016-05-03 | 2 | -0/+128 |
|\ | | | | | Add occ commands to enable and disable a user + a disabled user can n… |