- Oct 28, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Morris Jobke authored
-
- Oct 27, 2013
-
-
Jenkins for ownCloud authored
-
Jenkins for ownCloud authored
-
- Oct 25, 2013
-
-
Arthur Schiwon authored
-
Vincent Petry authored
-
Bart Visscher authored
See #4716
-
Vincent Petry authored
-
Vincent Petry authored
- Added missing return statement - Added missing support for SEEK_END - Fixes #5524
-
- Oct 24, 2013
-
-
Ramiro Aparicio authored
Fix br tags Improve english messages
-
Thomas Müller authored
- remove property only if present
-
Vincent Petry authored
This will prevent people mounting the root path. They should use the full webdav path instead. Fixes #4923
-
- Oct 23, 2013
-
-
Vincent Petry authored
Added jquery.placeholder shim to handle input field placeholders in IE8/9
-
Jörn Friedrich Dreyer authored
The logo images are specified in the php templates with eg `image_path('', 'logo-wide.svg')`. If that file exists the correct path will be served to the client in the html template. Then the `SVGSupport()` is checked in https://github.com/owncloud/core/blob/master/core/js/js.js#L701 which will replace `svg` with `png` in img tags and css background definitions. fixes #5074 partially solves #5421, but not when an svg has been specified in css and is then 'fixed' by js to point to a png which does not exist in the theme but is then might be resolved to an image from core .... well theoretical problem ... might not even be a problem @karlitschek @jancborchardt please review
-
Thomas Müller authored
-
http://owncloud.org/ns}idThomas Müller authored
-
Vincent Petry authored
-
Vincent Petry authored
When two scanning processed run at the same time, for example when scan.php and list.php were called at the same time on an external storage mountpoint, duplicate insertion errors can occurs. These errors are now logged and ignored. Since both scans are running in parallel transactions, they don't see each other's changes directly in the DB which can cause duplicate insertion errors for mime types as well, but those mime types can't be selected yet. The solution to this is to force-reload the mimetypes list after the transaction is finished. Fixes #5199
-
Thomas Müller authored
-
Vincent Petry authored
-
Thomas Tanghus authored
To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
-
- Oct 22, 2013
-
-
Thomas Müller authored
- move properties on node move
-
Björn Schießle authored
-
Thomas Müller authored
-
Thomas Müller authored
Undefined variable: this lib/private/appframework/dependencyinjection/dicontainer.php:92
-
- Oct 21, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Victor Dubiniuk authored
-
Thomas Müller authored
-
Thomas Müller authored
/ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs>
-
Thomas Müller authored
-
- Oct 20, 2013
-
-
Andreas Fischer authored
-
Arthur Schiwon authored
-
- Oct 19, 2013
-
-
Jenkins for ownCloud authored
-
- Oct 18, 2013
-
-
Frank Karlitschek authored
-
Arthur Schiwon authored
-
Morris Jobke authored
-
Michael Gapczynski authored
-