aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/sharetabview.js
Commit message (Collapse)AuthorAgeFilesLines
* Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-151-94/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow attaching plugins to the ShareTabView and trigger event on renderingJulius Härtl2019-02-121-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add icon to file sidebar tabsJulius Härtl2018-10-181-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move sharetabview to compiled handlebarsRoeland Jago Douma2018-10-041-4/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* refactor share permission logic into own method to reuse it for the share tabChristoph Wurst2016-11-071-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* hint global handlebarsRobin Appelman2016-07-081-0/+2
|
* 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-161-1/+6
| | | | | 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
|
* 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-161-7/+31
|
* Improve right sidebar tabs behaviorVincent Petry2015-08-141-2/+7
| | | | | | | | | | | 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.
* Styling fixes + hightlight in files sidebarVincent Petry2015-08-071-0/+1
| | | | | Sidebar scrolls with contents Highlight currently show file
* More fixes to the right sidebarVincent Petry2015-08-071-2/+4
| | | | | Sidebar now works in all file list views. Moved owner to share tab.
* Improved right sidebarVincent Petry2015-08-071-0/+64
Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab.