Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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… | ||||
| * | Add occ commands to enable and disable a user + a disabled user can no ↵ | Thomas Müller | 2016-05-02 | 2 | -0/+128 |
| | | | | | | | | longer login - fixes #23838 | ||||
* | | Move OC_Log_xx to \OC\Log namespace | Roeland Jago Douma | 2016-05-03 | 1 | -1/+1 |
|/ | |||||
* | Adding progress to occ upgrade | Thomas Müller | 2016-04-28 | 1 | -15/+51 |
| | |||||
* | Adding progress to occ maintenance:repair | Thomas Müller | 2016-04-28 | 1 | -15/+54 |
| | |||||
* | Deprecate appinfo/update.php - RepairSteps within info.xml are to be used | Thomas Müller | 2016-04-22 | 1 | -0/+18 |
| | |||||
* | Adding pre- and post-migration repair steps | Thomas Müller | 2016-04-22 | 1 | -6/+22 |
| | |||||
* | Merge pull request #24054 from owncloud/data_fingerprint | Roeland Douma | 2016-04-19 | 1 | -0/+53 |
|\ | | | | | Add data-fingerprint property | ||||
| * | Add occ command for updating the data-fingerprint | Roeland Jago Douma | 2016-04-18 | 1 | -0/+53 |
| | | |||||
* | | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 1 | -1/+0 |
|/ | |||||
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 53 | -0/+5733 |