nextcloud-server/lib
Lukas Reschke 8a4e1fbecd Fix errors after install
When installing ownCloud the first time the first thing that an admin saw was an error message:

> Error   PHP   touch(): Unable to create file owncloud.log because Permission denied at /var/www/owncloud/lib/private/log/owncloud.php#48

Or something related. This lead to a lot confusion as can be seen in our forum and in our issue tracker. This change should make the error messages disappear in most cases (e.g. where the file can actually be written). To test this:

1. On master install ownCloud and check owncloud.log => Error message
2. On this branch install ownCloud and check owncloud.log => No error message

Fixes https://github.com/owncloud/core/issues/13736 and https://github.com/owncloud/core/issues/12893
2016-01-26 17:06:23 +07:00
..
l10n [tx-robot] updated from transifex 2016-01-26 01:56:06 +07:00
private Fix errors after install 2016-01-26 17:06:23 +07:00
public Merge pull request #21894 from owncloud/refactor-csrf 2016-01-26 11:36:56 +07:00
autoloader.php Happy new year! 2016-01-12 15:02:18 +07:00
base.php move setup controller to core/controller 2016-01-20 10:23:57 +07:00