aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): also allow removing READ permissions on email sharesskjnldsv2024-07-181-1/+4
* fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-091-0/+7
* refactor(SharingDetailsView): Use NC loggerfenn-cs2024-07-081-4/+4
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-07-084-5/+52
* refactor(SharingInput): Remove unused addSharefenn-cs2024-07-032-81/+0
* fix(ExternalSharing): Handle template share from external sourcesfenn-cs2024-07-032-5/+12
* fix(sharingDetails): Show correct share targetfenn-cs2024-06-131-4/+14
* fix(files_sharing): Add one string for every share type to not assume any lan...Ferdinand Thiessen2024-06-131-17/+17
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-132-37/+80
* refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-06-121-1/+2
* fix(files_sharing): dark avatar supportskjnldsv2024-06-121-1/+5
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-123-16/+53
* fix(files): `open-in-files` action should also set `openfile` queryFerdinand Thiessen2024-06-082-2/+2
* fix(files_sharing): usage of NcTextField in SelectShareFolderDialogueLouis Chemineau2024-06-061-1/+1
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-313-3/+3
* fix(share): Send correct share attributes upon share creationfenn-cs2024-04-261-8/+8
* fix(share): Send empty expireDate when not expireDate setfenn-cs2024-04-161-4/+2
* fix(files_sharing): Disable autocomplete for share label and passwordFerdinand Thiessen2024-04-021-3/+4
* fix(files_sharing): Create passwords when enforced for mail sharesFerdinand Thiessen2024-03-292-10/+7
* fix: List specific share permissions as sublinefenn-cs2024-03-181-3/+9
* Show quick permission subline on newlinefenn-cs2024-03-181-3/+6
* fix: No password set for new mail sharesfenn-cs2024-03-141-1/+1
* Fix undefined share object during expirationDate updatefenn-cs2024-02-211-1/+1
* fix(files_sharing): lost styles for SharingEntryLinkGrigorii K. Shartsev2024-02-131-3/+3
* fix(sharing): Move video verification option to password and hide without TalkJoas Schilling2024-02-131-7/+7
* fix(sharing): migrate QuickShareSelect to NcActionsGrigorii K. Shartsev2024-02-083-200/+95
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-0/+5
* Use `@nextcloud/capabilities` to obtain share api defaultsfenn-cs2024-02-031-12/+8
* Consider admin defaults when creating sharesfenn-cs2024-02-032-12/+33
* fix(files_sharing): Return focus to trigger element on sharing details closeChristopher Ng2024-02-013-62/+91
* Merge pull request #42779 from nextcloud/backport/42126/stable28Arthur Schiwon2024-01-182-4/+3
|\
| * Allow user to finish typing date before formattingfenn-cs2024-01-151-3/+2
| * Tooltip outside click, should abort share creationfenn-cs2024-01-151-1/+1
* | fix(files_sharing): fix sharing status indicator side after component updateJohn Molakvoæ2024-01-161-1/+3
|/
* sharing-entry__reshare needs ul or ol around itSimon L2024-01-111-7/+9
* fix(files): group duplicate sharesJohn Molakvoæ2024-01-112-1/+44
* Replace input filed with password field and added password error messagejulia.kirschenheuter2023-12-201-5/+11
* Remove `newPassword` from share model, if disabledfenn-cs2023-12-071-3/+7
* Create element reference inside $nextTick()fenn-cs2023-12-071-7/+6
* Improve share logic for enforced password & expiry datefenn-cs2023-11-303-36/+35
* Replace "Update" with "Edit"Jérôme Herbinet2023-11-231-2/+2
* fix: Avoid invisible areas through keyboard navigationJulius Härtl2023-11-171-0/+1
* Replace ActionLink with ActionButton on sharing tabjulia.kirschenheuter2023-11-172-11/+6
* fix(a11y): Focus on sharing quick permission radioChristopher Ng2023-11-161-1/+6
* Move delete share button into the scrolling containerjulia.kirschenheuter2023-11-151-13/+13
* Adapt "advanced settings" button for accordion buttonjulia.kirschenheuter2023-11-151-2/+12
* fix: Change scroll container for sharing detailsJulius Härtl2023-11-132-173/+183
* fix description of sharing toggleSimon L2023-11-071-1/+1
* fix(files_sharing): permissions translationGrigorii K. Shartsev2023-11-061-19/+16
* fix: Share select search globally iconChristopher Ng2023-10-231-1/+1