summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogview.js
Commit message (Expand)AuthorAgeFilesLines
* Query lookup by defaultJohn Molakvoæ (skjnldsv)2019-12-101-0/+8
* Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt2019-06-141-6/+0
* fixes usage of an undefined varArthur Schiwon2019-05-291-16/+1
* Change oc_config usage to OC.configChristoph Wurst2019-05-021-7/+7
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-23/+48
* Show sharing recommendationsChristoph Wurst2019-02-251-1/+296
* added missing variable declarationsimsolost2019-01-251-1/+1
* Correctly handle displaynames returned from the sharee APIJoas Schilling2019-01-141-2/+2
* Fixes the share autocomplete scrollbarsMichael Weimann2018-12-081-1/+10
* Only show label if the shareWith value is relevantJulius Härtl2018-11-071-17/+24
* Don't enforce merged propertyJulius Härtl2018-10-301-5/+1
* Show one share method per contact for inaccurate resultsJulius Härtl2018-10-301-8/+30
* Use tab to complete selected entry to the share entryJulius Härtl2018-10-301-0/+10
* Simplify share list textJulius Härtl2018-10-301-5/+0
* Merge contacts and add type of result to the UIJulius Härtl2018-10-301-8/+52
* Group share suggestions by useridJulius Härtl2018-10-301-1/+7
* Add collaborators uuid to properly render the avatar and for later groupingJulius Härtl2018-10-301-1/+4
* Highlight search term in sharing resultsJulius Härtl2018-10-301-1/+5
* Improve share select listJulius Härtl2018-10-301-0/+8
* Move OC.Share to compiled handlebarsRoeland Jago Douma2018-10-041-29/+1
* don't user a higher paging size than max autocomplete entries are setArthur Schiwon2018-09-101-2/+2
* fix check for more usersArthur Schiwon2018-09-101-6/+19
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-241-1/+1
|\
| * Fix public share link orderJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| * Fix public link order and fix skip to contentJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
* | Add support for rooms in the list of candidates to share with UIDaniel Calviño Sánchez2018-08-241-5/+29
|/
* No remote note and various fixesJohn Molakvoæ (skjnldsv)2018-07-211-8/+0
* Public shareJohn Molakvoæ (skjnldsv)2018-07-211-1/+0
* Popovermenu migrationJohn Molakvoæ (skjnldsv)2018-07-211-9/+1
* UI set share note!John Molakvoæ (skjnldsv)2018-07-211-0/+9
* start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-4/+22
* 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