- Jan 08, 2015
-
-
Lukas Reschke authored
Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver. This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it. Conflicts: lib/private/updater.php
-
Thomas Müller authored
check for working htaccess will result in a dead lock because the server is blocking the request to itself - fixes #13153
-
Jenkins for ownCloud authored
-
- Jan 07, 2015
-
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Jan 06, 2015
-
-
Chris Wilson authored
I was getting a lot of these in my logs for no apparent reason, and file uploads were failing: {"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: ","level":4,"time":"2015-01-06T15:33:39+00:00"} In order to debug it, I had to add unique messages to all the places where this exception was thrown, to identify which one it was, and that made the logs much more useful: {"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: Encryption is disabled","level":4,"time":"2015-01-06T15:36:47+00:00"}
-
Robin Appelman authored
-
Robin Appelman authored
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Jan 05, 2015
-
-
Adam Williamson authored
This allows the directory where CSS/JS asset collections are written to be changed, in case SERVERROOT is not writeable. Note it does *not* allow the expected URL to be changed: whatever directory is used, the server must be configured to serve it at WEBROOT/assets. It may be possible to add another config parameter to allow the admin to specify a custom asset URL, but I thought I'd keep the first implementation simple.
-
Robin McCorkell authored
At some point SeparatorFilter should be included upstream (kriswallsmith/assetic), then lib/private/assetic/separatorfilter.php can be removed and the `use` in lib/private/templatelayout.php rewritten. SeparatorFilter inserts a separator between assets, preventing issues when files are incorrectly terminated. For JS this is a semicolon.
-
Lukas Reschke authored
Otherwise the log is flooded as can be seen at https://github.com/owncloud/core/issues/13106 Fixes https://github.com/owncloud/core/issues/13106
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Jan 04, 2015
-
-
derkostka authored
changed variable #user to #name
-
Jenkins for ownCloud authored
-
- Jan 03, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 02, 2015
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jenkins for ownCloud authored
-
- Jan 01, 2015
-
-
Jenkins for ownCloud authored
-
- Dec 31, 2014
-
-
Jenkins for ownCloud authored
-
- Dec 30, 2014
- Dec 29, 2014
-
-
Jenkins for ownCloud authored
-
- Dec 28, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
See https://github.com/owncloud/core/pull/13042
-
- Dec 27, 2014
-
-
Jenkins for ownCloud authored
-
- Dec 26, 2014
-
-
Jenkins for ownCloud authored
-
- Dec 25, 2014
-
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-