server/lib
Lukas Reschke b50987165e Add support for read only config dir
We already support the `config_is_read_only` for the config file itself. However not for the whole directory (which is a bug).

This unifies the check in the checkServer routine with the one in base.php. Now one can enable a read only config folder so that ownCloud is not allowed to overwrite it's own source code.

To test this set the whole config folder to read only, clear your session, refresh, see it fails, add the new code, refresh, see it works. Also verify that setup still works fine. (obviously setup does not work with a read only config Also verify that setup still works fine. (obviously setup does not work with a read only config))

Fixes https://github.com/owncloud/core/issues/14455
2015-12-09 08:54:11 +01:00
..
l10n [tx-robot] updated from transifex 2015-12-09 01:55:14 -05:00
private Add support for read only config dir 2015-12-09 08:54:11 +01:00
public Merge pull request #21030 from owncloud/querybuilder-new-features 2015-12-08 13:51:45 +01:00
repair Remove unused repair steps 2015-12-08 08:46:41 +01:00
autoloader.php Revert "Dont bother with stream_resolve_include_path if the path is already absolute" 2015-11-29 10:54:29 +01:00
base.php Use URLGenerator instead of hard-coded WEBROOT 2015-12-03 14:42:14 +01:00