summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen2025-03-062-1/+20
* fix(files_sharing): Fix public share expiration being set when toggle is not ...Christopher Ng2025-02-191-2/+7
* fix(files_sharing): Update `QuickShareSelect` if share is modifiednfebe2025-02-112-1/+13
* test(files_sharing): Check that default expiration date is shown b4 create sharenfebe2025-02-111-0/+1
* fix: Show default expiration date before create link sharenfebe2025-02-113-18/+17
* fix(files_sharing): Adjust wrong labeling identified by testnfebe2025-02-111-1/+1
* fix(files_sharing): Only clear permissions of pending federated sharesprovokateurin2025-01-312-29/+82
* fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-152-4/+6
* fix(files_sharing): Stop overwriting the share expiration date with the defau...provokateurin2025-01-151-1/+0
* fix(files_sharing): also submit new share on password submitskjnldsv2024-12-121-1/+1
* fix(files_sharing): Correct property enforced property namesnfebe2024-12-111-7/+6
* fix(SharingEntryQuickShareSelect): Disable quick share select if user can not...provokateurin2024-12-111-0/+1
* fix(SharingEntry): Hide edit button if user can not edit shareprovokateurin2024-12-111-1/+2
* fix(files_sharing): Stop infinite loop blocking link share requestsnfebe2024-12-091-13/+22
* fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-12-091-9/+41
* fix(ShareEntryLinkList): Append new links to the end of listfenn-cs2024-10-311-1/+1
* fix(files_sharing): Password field must not be required if already setFerdinand Thiessen2024-10-301-3/+15
* fix(files_sharing): federated shares avatarskjnldsv2024-10-292-5/+55
* fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-211-22/+43
* fix(filesharing): file appear as shared by their owner if it has a numerical ...Julien Veyssier2024-09-301-12/+9
* refactor(AccountIcon): Remove needless console.logfenn-cs2024-09-241-1/+0
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-09-232-15/+22
* fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-09-091-17/+13
* fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-09-091-0/+2
* fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-032-16/+73
* fix: add missing subtitle on search for share recipientsLuka Trovic2024-08-061-6/+6
* chore: Compile assetsFerdinand Thiessen2024-08-021-2/+10
* 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(files_sharing): also allow removing READ permissions on email sharesskjnldsv2024-07-181-1/+4
* fix(SharingEntryLink): Show enforced password input labelfenn-cs2024-07-111-1/+3
* refactor(SharingDetailsView): Use NC loggerfenn-cs2024-07-111-4/+4
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-07-114-5/+55
* fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-091-1/+8
* refactor(SharingInput): Remove unused addSharefenn-cs2024-07-032-81/+0
* fix(ExternalSharing): Handle template share from external sourcesfenn-cs2024-07-032-5/+12
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-132-39/+82
* refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-06-131-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(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-06-073-3/+3
* fix(files_sharing): usage of NcTextField in SelectShareFolderDialogueLouis Chemineau2024-06-061-1/+1
* fix(sharingDetails): Show correct share targetfenn-cs2024-04-191-4/+14
* fix(files_sharing): Create passwords when enforced for mail sharesFerdinand Thiessen2024-04-042-10/+7
* fix(files_sharing): Disable autocomplete for share label and passwordFerdinand Thiessen2024-04-021-3/+4
* fix(share): Send correct share attributes upon share creationfenn-cs2024-03-261-8/+8
* fix(share): Send empty expireDate when not expireDate setfenn-cs2024-03-261-4/+2
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-234-0/+24