- Oct 25, 2013
-
-
Thomas Müller authored
Ldap fixes
-
- Oct 24, 2013
-
-
Arthur Schiwon authored
-
Thomas Müller authored
Changed update message to be more instructive
-
Ramiro Aparicio authored
Fix br tags Improve english messages
-
Thomas Müller authored
Remove WebDAV redirect from the root path
-
Thomas Müller authored
introducing new dav property {xmlns:oc="http://owncloud.org/ns}id
-
Arthur Schiwon authored
-
Vincent Petry authored
Fix leftcontent/right content, fixes contacts app
-
Vincent Petry authored
-
Thomas Müller authored
- remove property only if present
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Vincent Petry authored
Tasks app layout was broken since the controls bar is higher now. This change should hopefully fix other apps using the same layout.
-
Vincent Petry authored
This will prevent people mounting the root path. They should use the full webdav path instead. Fixes #4923
-
Thomas Müller authored
fixes chunked upload
-
- Oct 23, 2013
-
-
Thomas Müller authored
prefer logo png from theme over svg from core
-
Thomas Müller authored
Merge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename prevent user from creating or renaming sth. to an existing filename
-
Thomas Müller authored
Ie8 placeholdershim
-
Thomas Müller authored
Fixing 5456 master
-
Thomas Müller authored
Fixed wrong id when reading checkbox value for force SSL setting
-
Thomas Müller authored
Share improvements
-
Vincent Petry authored
Added jquery.placeholder shim to handle input field placeholders in IE8/9
-
Frank Karlitschek authored
-
Vincent Petry authored
The "show cruds" button is now embedded into the last label/checkbox group and wraps with it. Added ellipsis to prevent long names to exceed the dropdown's width.
-
Jörn Friedrich Dreyer authored
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
Ignore duplicate inserts in file cache and mime type
-
Vincent Petry authored
This is to prevent conflicts with jquery libs that handle text placeholders in IE8
-
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
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Markus Goetz authored
For certain file sizes, we rounded to the wrong chunk number and the returned bogus results. This should fix https://github.com/owncloud/mirall/issues/1009 Conflicts: apps/files_encryption/tests/util.php
-
Vincent Petry authored
-
Thomas Müller authored
Expand exception stack trace in log in debug mode
-
http://owncloud.org/ns}idThomas Müller authored
-
Vincent Petry authored
Fixes #5488
-