aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* chore(l10n): Use default plural handlingrakekniven-patch-2rakekniven2024-10-101-2/+2
* fix: Minor @nc/vue usage errorsLouis Chemineau2024-10-091-0/+1
* fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-201-9/+10
* Merge pull request #47841 from nextcloud/fix/files-sharing-openfileJonas2024-09-091-0/+11
|\
| * fix(files_sharing): Open single-file-share by defaultFerdinand Thiessen2024-09-091-0/+11
* | 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
|/
* chore(files_sharing): Do not use files source files but directly the libraryFerdinand Thiessen2024-09-061-3/+2
* fix(files_sharing): Ensure sidebar share entry lists are labelledFerdinand Thiessen2024-09-062-4/+14
* fix(files_sharing): Set file-request header for nextcloud/uploadFerdinand Thiessen2024-09-062-78/+95
* fix(files_sharing): Disable sharing status action for public sharesFerdinand Thiessen2024-09-061-1/+7
* refactor(files_sharing): Make file structure more clearFerdinand Thiessen2024-09-0620-27/+31
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-068-10/+310
* fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-022-10/+65
* fix: Properly handle share attributes if set to nullJulius Härtl2024-08-301-2/+11
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-297-11/+11
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-295-8/+8
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-267-102/+115
* 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