aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingInput.vue
Commit message (Collapse)AuthorAgeFilesLines
* feat: Use redundant label for accessibility onlynfebe7 days1-1/+4
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* feat(files_sharing): Modularize `SharingInput` to adapt with share sectionsnfebe9 days1-14/+34
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* refactor(files_sharing): Split internal & external sharesnfebe9 days1-2/+1
| | | | | | Create two seperate sections for internal and external shares. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix(files_sharing): List of share type during recipient lookupLouis Chemineau2024-12-041-1/+11
| | | | | | | | ShareType lists both names and ids so Object.entries return too much. This was also making useless the following condition adding ShareType.Email Signed-off-by: Louis Chemineau <louis@chmn.me>
* refactor: Use new `ShareType` across file_sharingnfebe2024-12-031-31/+21
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix: Minor @nc/vue usage errorsLouis Chemineau2024-10-091-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files_sharing): add missing subtitle on search for share recipientsLuka Trovic2024-08-011-6/+6
| | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-301-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-1/+0
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(files_sharing): refactor sharing configskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-1/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-2/+1
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(SharingInput): Remove unused addSharefenn-cs2024-07-031-75/+0
| | | | | | | | | | | The new sharing flow since NC27 requires that users open the sharing details tab and customize their share before creating it. In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to `openSharingDetails` that opens the sharing details tab for the user to customize and manually creat their share. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: Rename circles to teamsJulius Härtl2024-03-061-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(files_sharing): Return focus to trigger element on sharing details closeChristopher Ng2024-01-261-1/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Share select search globally iconChristopher Ng2023-10-231-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: remove remaining usage of OC::getCapabilitiesVarun Patil2023-10-201-3/+4
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix(files_sharing): select sharing in sidebar breaks Viewer focus trapGrigorii K. Shartsev2023-09-051-7/+0
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Improve sharing flowfenn-cs2023-08-301-5/+5
| | | | | | | | | | | | | This commit introduces the following changes: - Does not create new share once user is selected for internal shares - Adds a `SharingDetails` view for share configurations - Adds a quick share select to enable fast changes in share permisions. Resolves: https://github.com/nextcloud/server/issues/26691 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix share input idChristopher Ng2023-05-021-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(l10n): Fixed grammarrakekniven2023-04-181-1/+1
| | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+6
| | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* Fix share select dropdown not opening when viewer is openChristopher Ng2023-03-011-0/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port files sharing selectorChristopher Ng2023-01-241-56/+61
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add label to sharing search fieldChristopher Ng2022-11-231-39/+53
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-2/+2
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-4/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Enforcing permission during resharingCarl Schwan2022-07-281-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-7/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-2/+2
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Move remnants of ocs api requests to v2 endpointJohn Molakvoæ (skjnldsv)2021-05-261-25/+27
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Clear the input after adding a new shareJohn Molakvoæ (skjnldsv)2021-03-221-3/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Handle enforced password for mail shares in the WebUIJohn Molakvoæ (skjnldsv)2021-03-221-3/+28
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix SharingInput MultiselectJohn Molakvoæ (skjnldsv)2021-03-111-6/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add appconfig to always show the unique label of a shareeJulius Härtl2021-03-041-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Clear multiselect after selection in share panelVincent Petry2021-03-031-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Sharing dropdown now opens belowVincent Petry2021-02-051-0/+1
| | | | | | | | Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Also include external share results in recommendationsJulius Härtl2020-12-301-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show unique displayname context in the sharing inputJulius Härtl2020-12-141-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make share results distinguishable if there are more than one with the exact ↵Julius Härtl2020-12-141-1/+21
| | | | | | same display name Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow share results to have a detailed description and share entries to have ↵Julius Härtl2020-12-091-0/+2
| | | | | | a link Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add share type deck to search resultsJulius Härtl2020-12-091-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Name with a capital letter: SharingInput.vueValdnet2020-10-281-1/+1
|
* Fix sharing input placeholder for emailsJohn Molakvoæ (skjnldsv)2020-10-231-10/+4
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>