Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 3 | -237/+0 |
| | |||||
* | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation | ||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | add loading spinner to add to owncloud input field | Erik Pellikka | 2016-04-07 | 1 | -0/+19 |
| | | | | | | Update public.js Update public.js | ||||
* | Fix displaying owner before share icon in file list | Vincent Petry | 2016-03-30 | 1 | -2/+3 |
| | | | | Initial display of owner was missing | ||||
* | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -0/+2 |
| | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 2 | -24/+43 |
| | |||||
* | Public link share disabled if password length is equal to 0 | prastut | 2016-03-08 | 1 | -0/+9 |
| | |||||
* | 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. | ||||
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
| | | | | This makes theming of file actions possible | ||||
* | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | Listen to the notification event to reload the file list | Joas Schilling | 2016-02-10 | 1 | -1/+13 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #21189 from owncloud/fix_21187 | Thomas Müller | 2015-12-15 | 1 | -0/+3 |
|\ | | | | | File shares can't have create permissions | ||||
| * | File shares can't have create permissions | Roeland Jago Douma | 2015-12-14 | 1 | -0/+3 |
| | | | | | | | | fixes #21187 | ||||
* | | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 2 | -4/+6 |
|/ | |||||
* | 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. | ||||
* | | Properly join path sections | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases. | ||||
* | | Parse share owner from Webdav to display in UI | Vincent Petry | 2015-11-22 | 1 | -1/+21 |
| | | |||||
* | | 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. | ||||
* | | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -3/+1 |
|/ | |||||
* | Bring back delete permission in share overview | Vincent Petry | 2015-10-29 | 1 | -10/+2 |
| | |||||
* | Merge pull request #20122 from owncloud/files-consolidateiconupdate | Thomas Müller | 2015-10-29 | 1 | -0/+7 |
|\ | | | | | Fix icon update to be more consistent | ||||
| * | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -0/+7 |
| | | | | | | | | Makes the details bar show the same icon as in the list. | ||||
* | | Fix file list reload callback result | Vincent Petry | 2015-10-27 | 1 | -4/+4 |
|/ | | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs. | ||||
* | fix pagination on public file list | Hendrik Leppelsack | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Fix and extend unit tests | Roeland Jago Douma | 2015-10-02 | 1 | -3/+7 |
| | |||||
* | More fileinfo | Roeland Jago Douma | 2015-10-02 | 1 | -4/+8 |
| | |||||
* | Start to show remote shares in shared with you section | Roeland Jago Douma | 2015-10-02 | 1 | -6/+59 |
| | |||||
* | 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 | ||||
* | Still show share link when recipient but no share permission | Vincent Petry | 2015-09-28 | 1 | -20/+10 |
| | | | | | | | | This makes it possible for the recipient to still trigger the sidebar and share tab to see information about the share. In the case where the file is not shared and no permissions exists, no action icon will be displayed. | ||||
* | Fix tabs order in files sidebar | Vincent Petry | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 1 | -8/+1 |
| | |||||
* | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 2 | -8/+62 |
| | | | | | Display share icon in file list row. Update share icon status when the sharing state changed. |