Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix 'add to your nextcloud' input field, this is not an email address | Bjoern Schiessle | 2017-06-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | Fixed sharing js | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 1 | -13/+30 | |
| | | | | | | | | | | | | | | - 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> | |||||
* | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -5/+5 | |
| | ||||||
* | adjust copyright notices | Bjoern Schiessle | 2016-07-14 | 1 | -0/+1 | |
| | ||||||
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 1 | -3/+1 | |
| | ||||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 1 | -5/+5 | |
| | ||||||
* | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -14/+72 | |
| | | | | cloud id | |||||
* | replace 'ownCloud' with 'Nextcloud' | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 | |
| | ||||||
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -41/+32 | |
| | | | | this way the owner sees all mounted public links and control them individually | |||||
* | Change occurence of ownCloud (#352) | Morris Jobke | 2016-07-11 | 1 | -3/+2 | |
| | ||||||
* | Fix public upload for normal shares | Lukas Reschke | 2016-06-09 | 1 | -1/+4 | |
| | ||||||
* | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 1 | -9/+1 | |
| | ||||||
* | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -2/+7 | |
| | ||||||
* | bug fix | Piotr Filiciak | 2016-05-24 | 1 | -1/+1 | |
| | ||||||
* | video poster | Piotr Filiciak | 2016-05-24 | 1 | -0/+3 | |
| | ||||||
* | Fix: Bugs in shared link with video #24331 | Piotr Filiciak | 2016-05-15 | 1 | -1/+1 | |
| | ||||||
* | add loading spinner to add to owncloud input field | Erik Pellikka | 2016-04-07 | 1 | -0/+19 | |
| | | | | | | Update public.js Update public.js | |||||
* | Remove "files" arg from download URL in public link page | Vincent Petry | 2016-03-07 | 1 | -2/+4 | |
| | | | | | When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument. | |||||
* | Revert back to non-webdav download link for public URLs | Vincent Petry | 2016-02-10 | 1 | -3/+0 | |
| | | | | | Fixes issues with browsers not happy with the token. Fixes activities which were not sent. | |||||
* | Construct valid URL | Roeland Jago Douma | 2016-02-03 | 1 | -5/+1 | |
| | ||||||
* | Add token in webdav download link of public page | Vincent Petry | 2016-01-07 | 1 | -1/+5 | |
| | ||||||
* | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 1 | -3/+4 | |
| | ||||||
* | Merge pull request #20581 from owncloud/public-page-preview-hidpi-scale | Thomas Müller | 2015-12-07 | 1 | -4/+8 | |
|\ | | | | | Fix hidpi previews on public page | |||||
| * | Fix hidpi previews on public page | Robin Appelman | 2015-11-18 | 1 | -4/+8 | |
| | | ||||||
* | | Merge pull request #20688 from owncloud/publiclink-getdownloadurl-webdav | Thomas Müller | 2015-11-30 | 1 | -3/+6 | |
|\ \ | | | | | | | Fix public link getDownloadUrl to return Webdav public link | |||||
| * | | Fix public link getDownloadUrl to return Webdav public link | Vincent Petry | 2015-11-25 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Merge pull request #20595 from owncloud/fix-double-slashes | Thomas Müller | 2015-11-24 | 1 | -1/+5 | |
|\ \ \ | |/ / |/| | | Avoid double slashes in URL when trying to add an remote share | |||||
| * | | Avoid double slashes in URL when trying to add an remote share | blizzz | 2015-11-18 | 1 | -1/+5 | |
| |/ | | | | | 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. | |||||
* / | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -2/+14 | |
|/ | | | | | | | | 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. | |||||
* | fix pagination on public file list | Hendrik Leppelsack | 2015-10-20 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #19421 from owncloud/fix_19382 | Thomas Müller | 2015-09-30 | 1 | -0/+8 | |
|\ | | | | | Do noy allow empty urls to be submitted in "add to your owncloud" | |||||
| * | adjust style of disabled button | Morris Jobke | 2015-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | Do noy allow empty urls to be submitted in "add to your owncloud" | Roeland Jago Douma | 2015-09-30 | 1 | -0/+8 | |
| | | | | | | | | Fixes #19382 | |||||
* | | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 | |
|/ | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | |||||
* | Switch from Math.floor() to Math.ceil() when sending the dimension to Preview | Olivier Paroz | 2015-09-27 | 1 | -4/+4 | |
| | | | | Fixes #18203 | |||||
* | Fix preview of old file on public upload conflicts | Olivier Paroz | 2015-09-20 | 1 | -11/+13 | |
| | ||||||
* | Disable right sidebar in public file list page | Vincent Petry | 2015-08-07 | 1 | -1/+2 | |
| | ||||||
* | floats are not welcome when setting the size of a preview | Olivier Paroz | 2015-06-12 | 1 | -4/+4 | |
| | ||||||
* | Determine the size we need before asking for a thumbnail | Olivier Paroz | 2015-06-12 | 1 | -0/+2 | |
| | | | | 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 | |||||
* | Fix regression in preview height calculation | Espen Fjellvær Olsen | 2015-06-08 | 1 | -1/+1 | |
| | | | Fix regressions introduced in a672e9d regarding the image height calculation | |||||
* | Fallback to picture preview for IE <= 9 | Vincent Petry | 2015-05-28 | 1 | -1/+1 | |
| | | | | | | | | 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. | |||||
* | Added unit tests for download URL in public sharing page | Vincent Petry | 2015-05-19 | 1 | -0/+5 | |
| | ||||||
* | Fix URL generation | Lukas Reschke | 2015-05-19 | 1 | -1/+1 | |
| | | | | | | | | | | `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. | |||||
* | Remove overflow+watermark | Olivier Paroz | 2015-04-23 | 1 | -5/+3 | |
| | ||||||
* | Use authorization headers for better compatibility | Olivier Paroz | 2015-04-23 | 1 | -22/+25 | |
| | | | | | + add ellipsis + fix OC.generateUrl calls | |||||
* | An idea to suggest that this is just a sample of the full text | Olivier Paroz | 2015-04-23 | 1 | -1/+4 | |
| | ||||||
* | Use webDAV to have access to HTTP byte ranges | Olivier Paroz | 2015-04-23 | 1 | -1/+4 | |
| | ||||||
* | Cache the token value | Olivier Paroz | 2015-04-23 | 1 | -4/+3 | |
| | ||||||
* | Show a text preview instead of a bitmap preview of text | Olivier Paroz | 2015-04-23 | 1 | -5/+26 | |
| | | | | + fix the preview height |