- Jul 14, 2016
-
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Björn Schießle authored
this way the owner sees all mounted public links and control them individually
-
- Jul 11, 2016
-
-
Morris Jobke authored
-
- Jun 09, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Bjoern Schiessle authored
-
- May 24, 2016
-
-
Piotr Filiciak authored
-
Piotr Filiciak authored
-
- May 15, 2016
-
-
Piotr Filiciak authored
-
- Apr 07, 2016
-
-
Erik Pellikka authored
Update public.js Update public.js
-
- Mar 07, 2016
-
-
Vincent Petry authored
When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument.
-
- Feb 10, 2016
-
-
Vincent Petry authored
Fixes issues with browsers not happy with the token. Fixes activities which were not sent.
-
- Feb 03, 2016
-
-
Roeland Jago Douma authored
-
- Jan 07, 2016
-
-
Vincent Petry authored
-
- Dec 14, 2015
-
-
Björn Schießle authored
-
- Nov 25, 2015
-
-
Vincent Petry authored
This is for apps that use getDownloadUrl() to access the Webdav endpoint for example for streaming. Also happens when clicking on the download action of a file. Note that the regular visible download URL is still the same.
-
- Nov 22, 2015
-
-
Vincent Petry authored
The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint.
-
- Nov 18, 2015
-
-
Arthur Schiwon authored
When being on a link share and clicking "Add to your ownCloud" a double slash might be inserted in the URL if the entered ownCloud host ended with a slash. Results in a server error.
-
Robin Appelman authored
-
- Oct 20, 2015
-
-
Hendrik Leppelsack authored
-
- Sep 30, 2015
-
-
Morris Jobke authored
-
Roeland Jago Douma authored
Fixes #19382
-
Morris Jobke authored
* fixes #16913 * fixes issues in IE8 where the thumbnail is too big
-
- Sep 27, 2015
-
-
Olivier Paroz authored
Fixes #18203
-
- Sep 20, 2015
-
-
Olivier Paroz authored
-
- Aug 06, 2015
-
-
Vincent Petry authored
-
- Jun 12, 2015
-
-
Olivier Paroz authored
-
Olivier Paroz authored
We need to set the size of the preview using the devicePixelRatio and use that as arguments when using the preview endpoint or that endpoint will use the default 36x36 and thumbnails will be blurry on high DPI devices
-
- Jun 08, 2015
-
-
Espen Fjellvær Olsen authored
Fix regressions introduced in a672e9d5 regarding the image height calculation
-
- May 28, 2015
-
-
Vincent Petry authored
IE 9 and below do not provide window.btoa and there is currently no way to generate base64 strings without introducting further dependencies. So for now the solution is to fall back to the ugly picture mode for text files whenever IE <= 9 is used.
-
- May 19, 2015
-
-
Vincent Petry authored
-
Lukas Reschke authored
`params` in the `OC.generateUrl` function call only replaces all specified occurences of a key just like the l10n PHP functionality does. This means that to build a query string we have to use `OC.buildQueryString` instead of the params parameters. Fixes https://github.com/owncloud/core/issues/16336 which is a regression introduced with https://github.com/owncloud/core/commit/58a87d0babcb91aab75b45e630d2fc2fee15691e of https://github.com/owncloud/core/pull/15652. Without this fix downloading single files from a public shared folder is not possible.
-
- Apr 23, 2015
-
-
Olivier Paroz authored
-
Olivier Paroz authored
+ add ellipsis + fix OC.generateUrl calls
-
Olivier Paroz authored
-