summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogshareelistview.js
Commit message (Expand)AuthorAgeFilesLines
* rename secure drop back to files drop because of name collision with securedr...Bjoern Schiessle2017-05-181-1/+1
* Fix semicolon at end of JS linesMorris Jobke2017-05-011-1/+1
* don't toggle sharing popover together with contactsmenu popoverGeorg Ehrke2017-04-261-2/+2
* add contactsmenu popoverGeorg Ehrke2017-04-261-1/+10
* allow to set a password for shares which where created without a password bef...Bjoern Schiessle2017-04-201-1/+1
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-201-1/+2
* Show 'shared via' in share list for resharesRoeland Jago Douma2017-04-111-0/+13
* Parse date trough momentRoeland Jago Douma2017-04-071-1/+1
* reset password field properties before we hide itBjoern Schiessle2017-04-071-1/+7
* add datepicker to the popoverBjoern Schiessle2017-04-071-10/+26
* allow to edit single files shared by mail. This is useful for collaborative e...Bjoern Schiessle2017-04-071-2/+0
* update unit testsBjoern Schiessle2017-04-071-4/+3
* change permission orderBjoern Schiessle2017-04-031-12/+10
* make sure that variables are defined correctlyBjoern Schiessle2017-04-031-4/+2
* fix typo and capitalize crudsBjoern Schiessle2017-04-031-8/+8
* set expire date for all share typesBjoern Schiessle2017-04-031-12/+32
* add secure drop functionallity to mail sharesBjoern Schiessle2017-04-031-1/+46
* allow password protected mail sharesBjoern Schiessle2017-04-031-3/+101
* allow the user to set a expire date for all sharesBjoern Schiessle2017-04-031-0/+34
* 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