nextcloud/lib
Lukas Reschke 572ff9c9fe
Write .htaccess also from CLI
The new updater as shipped with ownCloud 9.0.x invokes `occ` via `shell_exec`. This means that the `\OC::$CLI` code is used when updating.

This removes the manual `.htaccess` modifications, effectively leading to the fact that URLs without index.php in it stop working. This also affects share URLs which could be considered a rather serious regression.

- User installs 9.0.0 via web
- User shares /s/1234
- User updates to 9.0.1 via ownCloud updater
- Link to /s/1234 is broken, /index.php/s/1234 works
2016-04-20 22:25:02 +02:00
..
l10n [tx-robot] updated from transifex 2016-03-01 01:55:33 -05:00
private Write .htaccess also from CLI 2016-04-20 22:25:02 +02:00
public Prevent null to be passed into the closure of callForAllUsers 2016-04-07 14:11:48 +02:00
autoloader.php Happy new year! 2016-01-12 15:02:18 +01:00
base.php Show hint in CLI 2016-04-06 15:34:16 +02:00