summaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance
Commit message (Collapse)AuthorAgeFilesLines
* Display an error when updating .htaccess failedJoas Schilling2016-09-131-3/+7
|
* Move install over to QuestionHelperRoeland Jago Douma2016-09-061-14/+14
|
* ownCloud -> NextcloudDaniel Hansson2016-07-281-3/+3
|
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix othersJoas Schilling2016-07-218-12/+23
|
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
|
* 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.
* Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer2016-06-101-1/+6
|
* Update license headersLukas Reschke2016-05-262-1/+2
|
* 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.
* Adding progress to occ maintenance:repairThomas Müller2016-04-281-15/+54
|
* Adding pre- and post-migration repair stepsThomas Müller2016-04-221-6/+22
|
* Add occ command for updating the data-fingerprintRoeland Jago Douma2016-04-181-0/+53
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-066-0/+648