summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Collapse)AuthorAgeFilesLines
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-1/+1
| | | | This makes theming of file actions possible
* Reload list of shares on directory changeRoeland Jago Douma2016-02-111-0/+4
|
* Revert back to non-webdav download link for public URLsVincent Petry2016-02-101-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 listJoas Schilling2016-02-101-1/+13
|
* Construct valid URLRoeland Jago Douma2016-02-031-5/+1
|
* Add token in webdav download link of public pageVincent Petry2016-01-071-1/+5
|
* Merge pull request #21189 from owncloud/fix_21187Thomas Müller2015-12-151-0/+3
|\ | | | | File shares can't have create permissions
| * File shares can't have create permissionsRoeland Jago Douma2015-12-141-0/+3
| | | | | | | | fixes #21187
* | show display name but internally use the user nameBjörn Schießle2015-12-142-4/+6
|/
* Merge pull request #20581 from owncloud/public-page-preview-hidpi-scaleThomas Müller2015-12-071-4/+8
|\ | | | | Fix hidpi previews on public page
| * Fix hidpi previews on public pageRobin Appelman2015-11-181-4/+8
| |
* | Merge pull request #20688 from owncloud/publiclink-getdownloadurl-webdavThomas Müller2015-11-301-3/+6
|\ \ | | | | | | Fix public link getDownloadUrl to return Webdav public link
| * | Fix public link getDownloadUrl to return Webdav public linkVincent Petry2015-11-251-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-slashesThomas Müller2015-11-241-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 shareblizzz2015-11-181-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 sectionsVincent Petry2015-11-221-1/+1
| | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases.
* | Parse share owner from Webdav to display in UIVincent Petry2015-11-221-1/+21
| |
* | Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-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 operationsVincent Petry2015-11-221-3/+1
|/
* Bring back delete permission in share overviewVincent Petry2015-10-291-10/+2
|
* Merge pull request #20122 from owncloud/files-consolidateiconupdateThomas Müller2015-10-291-0/+7
|\ | | | | Fix icon update to be more consistent
| * Fix icon update to be more consistentVincent Petry2015-10-291-0/+7
| | | | | | | | Makes the details bar show the same icon as in the list.
* | Fix file list reload callback resultVincent Petry2015-10-271-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 listHendrik Leppelsack2015-10-201-1/+1
|
* Fix and extend unit testsRoeland Jago Douma2015-10-021-3/+7
|
* More fileinfoRoeland Jago Douma2015-10-021-4/+8
|
* Start to show remote shares in shared with you sectionRoeland Jago Douma2015-10-021-6/+59
|
* Merge pull request #19421 from owncloud/fix_19382Thomas Müller2015-09-301-0/+8
|\ | | | | Do noy allow empty urls to be submitted in "add to your owncloud"
| * adjust style of disabled buttonMorris Jobke2015-09-301-1/+1
| |
| * Do noy allow empty urls to be submitted in "add to your owncloud"Roeland Jago Douma2015-09-301-0/+8
| | | | | | | | Fixes #19382
* | Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
|/ | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* Still show share link when recipient but no share permissionVincent Petry2015-09-281-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 sidebarVincent Petry2015-09-281-1/+1
|
* Switch from Math.floor() to Math.ceil() when sending the dimension to PreviewOlivier Paroz2015-09-271-4/+4
| | | | Fixes #18203
* Fix preview of old file on public upload conflictsOlivier Paroz2015-09-201-11/+13
|
* More unit tests for share dialogVincent Petry2015-09-161-8/+1
|
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-0/+1
|
* Bring back the share icon and update its statusVincent Petry2015-09-162-8/+62
| | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
* fix allow upload checkbox appeareanceArthur Schiwon2015-09-161-1/+1
|
* remove obsolete file actionArthur Schiwon2015-09-161-55/+0
|
* show link shareArthur Schiwon2015-09-161-2/+4
|
* Fix share permissions for share tabVincent Petry2015-09-161-2/+1
|
* Add share dialog into share tabVincent Petry2015-09-162-10/+32
|
* Collapse HTML code for federated codeLukas Reschke2015-09-031-0/+4
|
* Improve right sidebar tabs behaviorVincent Petry2015-08-142-2/+15
| | | | | | | | | | | Tab heads are not rendered if only one tab. The tab contents is updated on-demand. This means that if a tab is not visible it is not rendered at first. If the tab was already rendered through switching, its model will not get updated until the next time it becomes visible. This will prevent needless rerendering of invisible tab contents, especially considering that some tabs might need extra ajax requests.
* Make file actions work from sidebarVincent Petry2015-08-121-21/+6
| | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar.
* Remove share action display nameVincent Petry2015-08-101-1/+1
|
* Implement file actions dropdownVincent Petry2015-08-101-47/+49
| | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu.
* Disable right sidebar in public file list pageVincent Petry2015-08-071-1/+2
|
* Styling fixes + hightlight in files sidebarVincent Petry2015-08-071-0/+1
| | | | | Sidebar scrolls with contents Highlight currently show file