aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-261-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-062-38/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Improve sharing flowfenn-cs2023-08-301-0/+1
| | | | | | | | | | | | | 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>
* Support CRUD share permissionsLouis Chemineau2022-02-152-0/+219
Signed-off-by: Louis Chemineau <louis@chmn.me>