summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogview.js
Commit message (Expand)AuthorAgeFilesLines
* Keep showing the working icon while there are pending operationsDaniel Calviño Sánchez2018-03-211-17/+44
* Extract code to restore the UI after confirming a shareDaniel Calviño Sánchez2018-03-211-30/+15
* Discard cached suggestions when adding a shareDaniel Calviño Sánchez2018-03-211-0/+6
* Reuse last suggestions if the same parameters are usedDaniel Calviño Sánchez2018-03-211-1/+18
* Confirm a share also by pressing enter on the input fieldDaniel Calviño Sánchez2018-03-201-0/+36
* Add a share when clicking on the confirm buttonDaniel Calviño Sánchez2018-03-201-1/+89
* Return also exact matches besides all suggestionsDaniel Calviño Sánchez2018-03-201-16/+51
* Extract code to filter suggestions to its own functionDaniel Calviño Sánchez2018-03-201-60/+64
* Show an error when getting the suggestions succeeds with failure contentDaniel Calviño Sánchez2018-03-201-7/+10
* Use "showTemporary" instead of explicitly hiding the notificationDaniel Calviño Sánchez2018-03-201-2/+1
* Extract code to get suggestions to its own methodDaniel Calviño Sánchez2018-03-201-73/+92
* Replace information icon with confirmation button in share inputJan-Christoph Borchardt2018-03-201-44/+9
* Use the display name in the avatar for a circle shareDaniel Calviño Sánchez2018-03-161-1/+1
* Trigger search after re-focusMorris Jobke2017-08-151-1/+8
* Fix variable definition in sharedialogview.jsMorris Jobke2017-05-011-7/+4
* Rename extension pointLukas Reschke2017-04-281-1/+1
* simplify share placeholderBjoern Schiessle2017-04-181-20/+7
* change sharing tooltip with a more general description of all available share...Bjoern Schiessle2017-04-121-23/+31
* Remove auto-focus on certain input fieldsFelix Heidecke2017-03-231-3/+5
* Add extensionpoint to sharedialogviewFelix Heidecke2017-03-191-0/+2
* shares-circlesMaxence Lange2017-03-171-2/+18
* fix typoBjoern Schiessle2017-02-221-1/+1
* Use intval() for validation of config optionsMorris Jobke2017-02-211-1/+4
* Improve the UX for sharing settingsMorris Jobke2017-02-211-8/+44
* Remove white background from loading iconMorris Jobke2016-12-021-0/+8
* Do not escape shareesRoeland Jago Douma2016-11-231-9/+3
* Search on lookup serverRoeland Jago Douma2016-11-211-1/+3
* specify Federated Cloud ID syntaxJan-Christoph Borchardt2016-11-151-1/+1
* remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-9/+1
* always show correct place holder, mention share by mail only if the share pro...Bjoern Schiessle2016-11-011-10/+24
* unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-7/+0
* handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-011-1/+5
* add share by mail share providerBjoern Schiessle2016-11-011-6/+6
* introduce share by mail, ui partBjoern Schiessle2016-11-011-6/+20
* Merge pull request #1704 from nextcloud/avatar_dropdownblizzz2016-10-121-9/+14
|\
| * [9.2] Show avatar in share drop down (#25976)Thomas Müller2016-10-111-9/+14
* | Use Nextcloud in share tooltipRoeland Jago Douma2016-10-111-1/+1
|/
* Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-191-2/+4
* Add clipboard button to public share linkThomas Müller2016-07-201-1/+1
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
* extract mail view for sending share invitationsChristoph Wurst2016-04-191-1/+9
* core: Fix typos (found by codespell)Stefan Weil2016-04-041-1/+1
* Fix js strings if group sharing is disabledRoeland Jago Douma2016-03-221-4/+16
* Tweak tooltip style for recipientsVincent Petry2016-02-251-0/+4
* Add the uid on hover for sharing autocompleteJoas Schilling2016-02-241-1/+2
* Merge pull request #22452 from owncloud/fix_22441Thomas Müller2016-02-171-0/+6
|\
| * Do not clear sharee input on failed shareRoeland Jago Douma2016-02-171-2/+2
| * Unlock sharee input field when sharing failsRoeland Jago Douma2016-02-171-0/+6
* | Allow searching for single userRoeland Jago Douma2016-02-161-1/+1
|/
* Merge pull request #22383 from owncloud/better-sharee-translationsThomas Müller2016-02-151-3/+10
|\