summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogview.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix variable definition in sharedialogview.jsMorris Jobke2017-05-011-7/+4
| | | | | | | * improves readability of conditional statements and fixes warning in JSLint for varibale definition Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rename extension pointLukas Reschke2017-04-281-1/+1
| | | | | | | | To align with upstream. Fixes https://github.com/nextcloud/guests/issues/3 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* simplify share placeholderBjoern Schiessle2017-04-181-20/+7
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* change sharing tooltip with a more general description of all available ↵Bjoern Schiessle2017-04-121-23/+31
| | | | | | share options Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove auto-focus on certain input fieldsFelix Heidecke2017-03-231-3/+5
| | | | | | | | * remove autofocus on input certain input fields if browser is msie * Update sharedialoglinkshareview.js * Update sharedialogview.js Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add extensionpoint to sharedialogviewFelix Heidecke2017-03-191-0/+2
| | | | | | | | | | Write method overriding extension Add a list of unknowns while inputting a search term Rename OCA.Share extension point Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* shares-circlesMaxence Lange2017-03-171-2/+18
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* fix typoBjoern Schiessle2017-02-221-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use intval() for validation of config optionsMorris Jobke2017-02-211-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve the UX for sharing settingsMorris Jobke2017-02-211-8/+44
| | | | | | | * shows a info when list is potentially truncated * shows a warning when characters length is not enough Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove white background from loading iconMorris Jobke2016-12-021-0/+8
| | | | | | | * allows to use the loading icon on non-white background (disabled input fields for example) * fixes #2466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not escape shareesRoeland Jago Douma2016-11-231-9/+3
| | | | | | Fixes #2253 Do not escape special characters else it will look very strange.
* Search on lookup serverRoeland Jago Douma2016-11-211-1/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* specify Federated Cloud ID syntaxJan-Christoph Borchardt2016-11-151-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-9/+1
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* always show correct place holder, mention share by mail only if the share ↵Bjoern Schiessle2016-11-011-10/+24
| | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-7/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-011-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add share by mail share providerBjoern Schiessle2016-11-011-6/+6
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* introduce share by mail, ui partBjoern Schiessle2016-11-011-6/+20
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #1704 from nextcloud/avatar_dropdownblizzz2016-10-121-9/+14
|\ | | | | [us] Show avatar in share drop down
| * [9.2] Show avatar in share drop down (#25976)Thomas Müller2016-10-111-9/+14
| | | | | | | | | | | | | | | | * Show avatar in share drop down * Fix share autocomplete vertical align with avatar Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Use Nextcloud in share tooltipRoeland Jago Douma2016-10-111-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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
| | | | fixes #22947
* core: Fix typos (found by codespell)Stefan Weil2016-04-041-1/+1
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* 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
|\ | | | | Unlock sharee input field when sharing fails
| * 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
| | | | | | | | | | | | | | Fixes #22441 When addShares fails (for whatever reason) we should unlock the sharee input field so the user does not have to reload the page.
* | 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
|\ | | | | Do not use string concatination for translations
| * Do not use string concatination for translationsJoas Schilling2016-02-151-3/+10
| |
* | Merge pull request #22350 from owncloud/fix_22304Thomas Müller2016-02-151-2/+12
|\ \ | |/ |/| WebUI feedback when sharing
| * Provide proper feedback when creating a share in the webUIRoeland Jago Douma2016-02-121-2/+12
| | | | | | | | | | | | | | Fixes #22304 Creating a share is not instant (especially not for federated shares) so we should show that something is happening in the webUI properly.
* | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-131-1/+5
|\ \ | | | | | | show remote server on federated share auto-complete
| * | show remote server on auto completeBjoern Schiessle2016-02-121-1/+5
| |/
* | Clear error when removing textRoeland Jago Douma2016-02-121-1/+16
| |
* | Update tooltip on new searchRoeland Jago Douma2016-02-121-8/+12
| |
* | First try for shareWithField error messageJulian Müller2016-02-121-0/+7
|/ | | | Second try for ShareWithField error message
* Fix unit testsRoeland Jago Douma2015-12-301-3/+7
|
* Filter out share owner in sharee suggestion listRoeland Jago Douma2015-12-301-0/+9
|
* Web sharing uses sharee endpointRoeland Jago Douma2015-12-301-15/+75
|
* Fix DOM element ids in share dialogVincent Petry2015-10-161-5/+6
| | | | | | | | - Rely on class names instead of global ids - When global ids are needed for label+checkbox, append the view id (cid) to the element's id This fixes the checkboxes when multiple sidebars exist in the DOM.
* Focus on share field after first displayVincent Petry2015-10-021-1/+8
|
* Show loading spinner for first fetch of sharesVincent Petry2015-09-281-5/+26
| | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content