- 08 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 07 Jan, 2015 17 commits
-
-
Morris Jobke authored
-
Martin 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
-
Bjoern Schiessle authored
-
Bjoern Schiessle 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
-
- 06 Jan, 2015 21 commits
-
-
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
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 05 Jan, 2015 1 commit
-
-
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.
-