aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* feat(files_sharing): Add file list filter to filter by owner / shareeFerdinand Thiessen2024-07-251-0/+17
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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-5/+8
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-063-58/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(files): ask for confirm if deleting 5 items or moreJohn Molakvoæ2024-02-071-0/+75
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 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>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Improve password generation for link sharesVincent Petry2023-01-161-6/+9
| | | | | | | Use web crypto when generating password for link shares whenever the password policy app is disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* l10n: Fixed typorakekniven2023-01-101-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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-051-0/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-261-3/+5
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace license information to SPDX expressionLouis Chemineau2022-01-112-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-312-7/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Extract GeneratePassword function to its own fileJohn Molakvoæ (skjnldsv)2021-03-221-0/+56
| | | | | | This is needed to be able to use the function from other components. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix "Error loading the shares list TypeError: "this is undefined"" for ↵Joas Schilling2020-03-031-1/+1
| | | | | | conversation shares Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-4/+4
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-0/+86
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>