summaryrefslogtreecommitdiffstats
path: root/core/js/shareitemmodel.js
Commit message (Expand)AuthorAgeFilesLines
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-945/+0
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-276/+273
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-0/+13
|\
| * Show share settings for owner and reshare owners onlyJulius Härtl2018-11-021-0/+13
* | Add "Password protect by Talk" to the menu of link sharesDaniel Calviño Sánchez2018-11-021-1/+4
|/
* Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-011-34/+25
|\
| * Migrate link shares to arrayJohn Molakvoæ (skjnldsv)2018-11-011-34/+25
* | Do not set indeterminate state for file sharesJulius Härtl2018-10-311-0/+6
|/
* Add "Hide download" to the menu of link sharesDaniel Calviño Sánchez2018-10-301-0/+5
* Adjust some jsdocsJulius Härtl2018-10-241-1/+1
* Take base permissions from DAV, fixes #10516Arthur Schiwon2018-08-151-1/+1
* Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-211-0/+7
* Popovermenu migrationJohn Molakvoæ (skjnldsv)2018-07-211-0/+13
* SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+15
* add share permissions to settings pageBjoern Schiessle2018-02-271-8/+9
* Add indeterminate state to 'can edit' share permission checkbox, see #8371Maximilian Wende2018-02-151-6/+20
* Make files drop more permanentRoeland Jago Douma2017-05-041-0/+18
* Fix share indicator handlingVincent Petry2017-04-261-0/+14
* Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma2017-04-251-32/+28
|\
| * Extract common ajax call for addShare and updateShareDaniel Calviño Sánchez2017-04-241-36/+17
| * Document options parameter in saveLinkShareDaniel Calviño Sánchez2017-04-241-1/+8
| * Add "complete" callback support for addShareDaniel Calviño Sánchez2017-04-241-0/+4
| * Add "complete" callback support for updateShareDaniel Calviño Sánchez2017-04-241-0/+4
* | Fix link password toggleRoeland Jago Douma2017-04-241-1/+1
|/
* Show 'shared via' in share list for resharesRoeland Jago Douma2017-04-111-0/+27
* set expire date for all share typesBjoern Schiessle2017-04-031-0/+14
* add secure drop functionallity to mail sharesBjoern Schiessle2017-04-031-0/+4
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-1/+1
* allow editing single files shared as public linkBjoern Schiessle2017-01-241-0/+16
* Use group display name in sharing API + UIVincent Petry2016-12-221-0/+8
* disable checkboxes during save op to avoid race conditionsArthur Schiwon2016-12-081-1/+5
* fix some coding style and stricter comparisons, makes scrutinizer happierArthur Schiwon2016-12-081-1/+1
* flicker-free permission change in share dialogArthur Schiwon2016-12-081-0/+20
* remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-43/+0
* Remove notify recipient optionRoeland Jago Douma2016-10-261-29/+0
* Display link resharesRoeland Jago Douma2016-10-101-1/+1
* Group incoming shares for resharing in JSVincent Petry2016-08-031-1/+28
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+19
|\
| * add hide file list optionBjoern Schiessle2016-06-091-1/+19
* | better detect errors in fed sharing responseRobin Appelman2016-06-241-1/+1
|/
* always share with same default permissions, no special handling for remote sh...Björn Schießle2016-04-201-15/+11
* bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-181-6/+0
* Provide proper feedback when creating a share in the webUIRoeland Jago Douma2016-02-121-5/+3
* Only show link shares for the current userRoeland Jago Douma2016-02-101-0/+9
* Properly forward error messages in share dialogVincent Petry2016-01-281-7/+46
* Share dialog use OCS APIVincent Petry2016-01-281-192/+141
* Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller2015-10-221-2/+9
* Fix share email sending feedbackVincent Petry2015-10-081-1/+7
* Show loading spinner for first fetch of sharesVincent Petry2015-09-281-0/+2
* Merge pull request #19305 from owncloud/share-hasusersharesThomas Müller2015-09-241-2/+15
|\