- 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"}
-
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
-
Morris Jobke authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Jan 05, 2015
-
-
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
-
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.
-
Morris Jobke authored
escape . in htaccess regex for CSS and JS HTTP headers
-
Morris Jobke authored
Check for version before mounting a public link
-
Bernhard Posselt authored
Use info instead of warning log level
-
Morris Jobke authored
* ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message
-
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
Remove unnecessary setUp method from provisioning_api
-
Morris Jobke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Morris Jobke authored
fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"
-
Jenkins for ownCloud authored
-
- Jan 04, 2015
-
-
Tom Needham authored
-
derkostka authored
changed variable #user to #name
-
Morris Jobke authored
Fix: X-Accel-Redirect did not support custom data dir and local mounts
-
Jenkins for ownCloud authored
-
- Jan 03, 2015
-
-
Morris Jobke authored
Fix remaining unit tests for provisioning_api
-
Tom Needham authored
-
Tom Needham authored
-
Tom Needham authored
-
Morris Jobke authored
adopt text "no external storage configured"
-
Jenkins for ownCloud authored
-
- Jan 02, 2015
-
-
Thomas Müller authored
Add provisioning_api app.php so app is detected
-
Martin Mattel authored
storage -> storages
-
Tom Needham authored
-
Tom Needham authored
-
Jenkins for ownCloud authored
-
- Jan 01, 2015
-
-
Frank Karlitschek authored
-
Jenkins for ownCloud authored
-