summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogview.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix bogus entry that appears when switching with arrow keysVincent Petry2015-09-221-0/+3
|
* Port share.css styles to the sidebar panelVincent Petry2015-09-161-2/+1
|
* More unit tests for share dialogVincent Petry2015-09-161-8/+16
|
* Clear field after adding userVincent Petry2015-09-161-0/+1
|
* Fix shares list eventsVincent Petry2015-09-161-10/+7
| | | | | Some events need preventing default like unshare, but setting permissions doesn't.
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-1/+1
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-16/+6
| | | | reduce unnecessary rendering
* format groups and remotes in autocomplete listArthur Schiwon2015-09-161-1/+19
|
* now you even can shareArthur Schiwon2015-09-161-0/+46
|
* display expiration infoArthur Schiwon2015-09-161-0/+1
|
* continue to reimplement sharee list view. still WIPArthur Schiwon2015-09-161-2/+12
|