- Nov 01, 2017
-
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
- Jun 13, 2017
-
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
- Jan 22, 2017
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Oct 24, 2016
-
-
Vincent Petry authored
- uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- 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
-