aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(files_sharing): file request use l10n `t` and `n` aliasesskjnldsv2024-07-184-33/+31
* fix(files_sharing): file request conditions with link/email global settingsskjnldsv2024-07-183-13/+37
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-151-2/+6
* fix(files_sharing): fix label usage of file request featureJohn Molakvoæ2024-07-124-8/+10
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-124-14/+15
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-128-99/+99
* chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-124-22/+28
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-122-6/+6
* chore(files_sharing): refactor sharing configskjnldsv2024-07-1214-378/+463
* fix(files_sharing): adjust NewFileRequestDialog for emails invitesskjnldsv2024-07-121-4/+14
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-125-9/+9
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-1210-13/+997
* chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-123-4/+4
* fix(files_sharing): Only enable mixed sharing types if there is at least one ...Ferdinand Thiessen2024-07-091-1/+2
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-093-3/+4
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-097-22/+24
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-093-7/+9
* fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-081-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(SharingEntryLink): Show enforced password input labelfenn-cs2024-06-271-1/+3