- 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
-
Morris Jobke authored
check for working htaccess will result in a dead lock because the server...
-
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
-
-
Morris Jobke authored
-
Martin Mattel authored
"root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp...
-
Morris Jobke authored
don't delete share table entries for the unique name if re-share permission was removed
-
Björn Schießle authored
-
Björn Schießle authored
-
Morris Jobke authored
Correctly return false when translating a foreign activity
-
Joas Schilling authored
-
Morris Jobke authored
Auto escape t placeholders
-
Morris Jobke authored
* add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
-
Morris Jobke authored
Extend Test\TestCase and do not use uniqid()
-
Lukas Reschke authored
Fix incorrect warning about setting the overwrite.cli.url
-
Morris Jobke authored
Improve debugging for ServiceUnavailable exceptions
-
Joas Schilling authored
-
Thomas Müller authored
allow css/js asset directory to be relocated ('assetdirectory')
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
Morris Jobke authored
Prevent leaking db connection info in the stacktrace
-
- Jan 06, 2015
-
-
Thomas Müller authored
Update jquery strengthify
-
Robin Appelman authored
Fix group select autocomplete
-
Lukas Reschke authored
Add error handling to getstoragestats.php
-
Thomas Müller authored
Fix check if a path argument is passed to occ files:scan
-
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
-
Morris Jobke authored
Full content width search results
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
-
Morris Jobke authored
-
Thomas Müller authored
fixing wrong usage of license vs licence
-
Thomas Müller authored
degraded logging policy for server container in AppFramework
-
Thomas Müller authored
Fix JS asset generation
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Morris Jobke authored
-
Morris Jobke authored
-