aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-12-091-2/+4
* fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-12-091-2/+6
* fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-12-091-14/+13
* fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-12-091-0/+2
* fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-11-081-2/+4
* fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-11-081-7/+39
* fix(ShareEntryLinkList): Append new links to the end of listfenn-cs2024-10-301-1/+1
* fix(files_sharing): federated shares avatarskjnldsv2024-10-292-5/+55
* fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-231-22/+43
* refactor(AccountIcon): Remove needless console.logfenn-cs2024-09-241-1/+0
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-09-192-15/+22
* fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-102-8/+65
* fix(FileList): Update filelist or share savefenn-cs2024-08-211-0/+3
* fix: add missing subtitle on search for share recipientsLuka Trovic2024-08-061-6/+6
* chore: Compile assetsFerdinand Thiessen2024-08-021-2/+10
* test: Add test selector on sharing and versions componentsLouis Chemineau2024-08-022-8/+28
* test: Add regression test for opening shared foldersFerdinand Thiessen2024-08-021-1/+1
* fix(files_sharing): `open-in-files` should open a folder and not the parentFerdinand Thiessen2024-08-021-1/+3
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-08-021-2/+6
* fix(sharing): Disable "Read permission" checkbox correctlyJoas Schilling2024-07-291-1/+1
* 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