aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Only show share permission if re-sharablenfebe2025-01-021-2/+5
* refactor: Use new `ShareType` across file_sharingnfebe2025-01-0216-130/+104
* chore(i18n): Improved grammarrakekniven2024-12-121-1/+1
* fix(SharingEntryQuickShareSelect): Disable quick share select if user can not...backport/49747/stable30provokateurin2024-12-121-0/+1
* fix(SharingEntry): Hide edit button if user can not edit shareprovokateurin2024-12-121-1/+2
* fix(files_sharing): also submit new share on password submitskjnldsv2024-12-121-1/+1
* fix(files_sharing): Correct property enforced property namesnfebe2024-12-111-8/+7
* fix(files_sharing): Stop infinite loop blocking link share requestsnfebe2024-12-091-13/+22
* chore(assets): Recompile assets + lint fixnextcloud-command2024-11-202-1/+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-9/+41
* fix(ShareEntryLinkList): Append new links to the end of listbackport/49017/stable30fenn-cs2024-10-311-1/+1
* Merge pull request #49013 from nextcloud/backport/48991/stable30Ferdinand Thiessen2024-10-301-3/+15
|\
| * fix(files_sharing): Password field must not be required if already setbackport/48991/stable30Ferdinand Thiessen2024-10-301-3/+15
* | fix(Federation): Show some icon for federated users on sharesfenn-cs2024-10-302-1/+2
|/
* fix(files_sharing): federated shares avatarskjnldsv2024-10-292-4/+54
* fix(files_sharing): Add correct context to translationFerdinand Thiessen2024-10-231-1/+1
* fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-171-22/+43
* 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-15/+70
* fix(files_sharing): Sort by correct share attribute ("share with displayname")Ferdinand Thiessen2024-08-211-13/+16
* fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-173-17/+27
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-132-5/+5
* fix: Update translation stringArchisman Das2024-08-131-1/+1
* fix(files_sharing): getShares optional chainingskjnldsv2024-08-071-1/+1
* fix(files_sharing): tab shares title and creation sort2lar2024-08-071-3/+8
* fix(files_sharing): add missing subtitle on search for share recipientsLuka Trovic2024-08-011-6/+6
* fix(files): fix template folder and file request menu orderskjnldsv2024-07-311-1/+1
* chore(files_sharing): use spawnDialog for new file request handlerskjnldsv2024-07-311-26/+7
* fix(files_sharing): Ensure "note to recipient" textarea is shown if there is ...Ferdinand Thiessen2024-07-311-13/+19
* fix(files_sharing): Add missing "note to recipient"Ferdinand Thiessen2024-07-313-2/+119
* fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-302-18/+101
* fix(files_sharing): always show file request creation optionskjnldsv2024-07-301-7/+3
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-3011-256/+87
* feat(files_sharing): show file requests in navigationskjnldsv2024-07-306-10/+56
* feat(files_sharing): Add file list filter to filter by owner / shareeFerdinand Thiessen2024-07-255-20/+224
* fix(files_sharing): `open-in-files` should open a folder and not the parentFerdinand Thiessen2024-07-251-3/+13
* chore: add file request cypress testingskjnldsv2024-07-191-3/+6
* fix(files_sharing): default empty file request expirationskjnldsv2024-07-194-15/+15
* fix(files_sharing): file request expiration date timezoneskjnldsv2024-07-181-1/+12
* fix(files_sharing): file request form validation and date component eventskjnldsv2024-07-182-1/+2
* fix(files_sharing): improve file request info messagesskjnldsv2024-07-186-19/+54
* fix(files_sharing): also allow removing READ permissions on email sharesskjnldsv2024-07-181-1/+4
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-183-7/+166
* fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-181-2/+2
* fix(files_sharing): use ClipboardText icon and fix trailing-button-clickskjnldsv2024-07-181-2/+2
* fix(files_sharing): improve file request email handlingskjnldsv2024-07-183-9/+19
* fix(files_sharing): file request margin and buttons orderskjnldsv2024-07-182-18/+27
* fix(files_sharing): file request add email on focusoutskjnldsv2024-07-181-2/+3