- Jan 07, 2015
-
-
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
-
Thomas Müller 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.
-
Thomas Müller authored
Merge pull request #13101 from owncloud/variable-is-undefined-please-use-a-proper-ide-in-the-future-whoever-did-that Fix undefined variable and write unit tests for OC_Principal connector
-
Jörn Friedrich Dreyer authored
-
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.
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Morris Jobke authored
escape . in htaccess regex for CSS and JS HTTP headers
-