- Oct 28, 2013
-
-
Morris Jobke authored
-
- Oct 25, 2013
-
-
Bart Visscher authored
See #4716
-
- Oct 24, 2013
-
-
Vincent Petry authored
Fix leftcontent/right content, fixes contacts app
-
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.
-
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
-
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
-
Vincent Petry authored
Fixes #5488
-
Victor Dubiniuk authored
php 5.3 compatibility regarding OC\DB\Connection fixed
-
Johannes Twittmann authored
Gave more info on how to search issues.
-
Arthur Schiwon authored
Ldap settings wizard
-
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
-
Arthur Schiwon authored
-
Jörn Friedrich Dreyer authored
Conflicts: apps/files/js/filelist.js
-
Arthur Schiwon authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-