summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogshareelistview.js
Commit message (Expand)AuthorAgeFilesLines
* shares-circlesMaxence Lange2017-03-171-0/+4
* Always enable avatarsMorris Jobke2017-02-131-18/+10
* Fix #3174John Molakvoæ (skjnldsv)2017-01-211-4/+4
* fix rendering for mail sharesArthur Schiwon2016-12-081-2/+5
* disable checkboxes during save op to avoid race conditionsArthur Schiwon2016-12-081-1/+12
* fix some coding style and stricter comparisons, makes scrutinizer happierArthur Schiwon2016-12-081-3/+3
* also handle can-edit changeArthur Schiwon2016-12-081-0/+5
* flicker-free permission change in share dialogArthur Schiwon2016-12-081-63/+112
* set different permissions if file or folderArthur Schiwon2016-12-061-3/+7
* set full edit permissionsArthur Schiwon2016-12-061-1/+1
* fix change permission on mail shares of foldersArthur Schiwon2016-12-061-4/+3
* Use displaynameJohn Molakvoæ2016-11-291-2/+3
* Merge pull request #2363 from nextcloud/fix-2329Morris Jobke2016-11-281-3/+7
|\
| * open popup menu in share dialog only for one sharee on renderArthur Schiwon2016-11-281-3/+7
* | bring back permissions for mail sharesBjoern Schiessle2016-11-281-8/+6
|/
* remove Unshare icon in listJan-Christoph Borchardt2016-11-171-1/+0
* Merge pull request #1954 from nextcloud/issue_#1953Christoph Wurst2016-11-031-3/+3
|\
| * Fixes https://github.com/nextcloud/server/issues/1953Andreas Hechenberger2016-11-031-3/+3
* | remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-2/+0
* | don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-4/+11
* | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-1/+13
* | Issue-1776: Add unshare function to 3-dot menu.Julia Bode2016-10-291-2/+4
|/
* Remove notify recipient optionRoeland Jago Douma2016-10-261-17/+0
* Fix HTMLRoeland Jago Douma2016-10-101-1/+1
* align layout of other link sharesMorris Jobke2016-10-101-4/+10
* Display link resharesRoeland Jago Douma2016-10-101-3/+45
* Move options to the rightRoeland Jago Douma2016-10-031-1/+1
* can share => can reshareRoeland Jago Douma2016-10-031-1/+1
* Make can edit checkbox work for file sharesRoeland Jago Douma2016-10-031-11/+18
* move unshare button out of popover menu; keep menu opened on re-renderChristoph Wurst2016-10-031-8/+15
* move sharing options into popover menuChristoph Wurst2016-10-031-45/+71
* Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-191-2/+2
* only show additional edit permissions for foldersBjoern Schiessle2016-07-201-1/+4
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-221-13/+5
|\
| * bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-181-13/+5
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-2/+2
|/
* Keep share checkboxes togetherVincent Petry2016-03-181-36/+50
* Make more action icons themable + style fixesVincent Petry2016-02-251-2/+1
* Tweak tooltip style for recipientsVincent Petry2016-02-251-2/+6
* Share dialog use OCS APIVincent Petry2016-01-281-43/+17
* Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-081-2/+2
* Fix unshare link click elementVincent Petry2015-12-071-3/+5
* Fix DOM element ids in share dialogVincent Petry2015-10-161-17/+18
* Merge pull request #19363 from owncloud/checkboxes-sidebarThomas Müller2015-09-281-6/+6
|\
| * restyle checkboxes in sidebarHendrik Leppelsack2015-09-251-6/+6
* | fix sidebar spinnerHendrik Leppelsack2015-09-251-3/+5
|/
* fix missing checkboxes in share dialogHendrik Leppelsack2015-09-171-6/+12
* Fix cruds button in share dialogVincent Petry2015-09-161-2/+3
* More unit tests for share dialogVincent Petry2015-09-161-5/+6