aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Show note if note exists on sharenfebe9 days1-1/+2
* chore(i18n): Use pluralrakekniven2025-05-091-1/+1
* Spelling standardizationValdnet2025-05-091-2/+2
* fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing inputnfebe2025-05-063-5/+6
* feat(files_sharing): Add toggle for federated share display areanfebe2025-05-063-10/+41
* fix(dav): check the owner displayName scope before giving attributeskjnldsv2025-04-301-3/+3
* fix(files_sharing): Prevent create/delete permissions on file sharesnfebe2025-04-292-3/+34
* perf(files_sharing): Change sharing filtering from O(3n) to O(n)nfebe2025-04-251-3/+9
* fix(files_sharing): Show remote shares in external shares sectionnfebe2025-04-251-4/+15
* fix(files_sharing): Improve expiration date input change handlingnfebe2025-04-242-6/+12
* chore(i18n): Use "name" instead of "nickname"rakekniven2025-04-231-2/+2
* fix(files_sharing): allow to disable share download permissionFerdinand Thiessen2025-04-161-0/+9
* refactor(files): use new `hide-download` WebDAV property for download actionFerdinand Thiessen2025-04-162-1/+4
* fix(files_sharing): Apply default password setting in SharingDetailsTabfix/no-issue/use-password-default-sharing-detailsnfebe2025-04-153-39/+23
* fix(files_sharing): file request pass empty string if password or expiration ...skjnldsv2025-04-141-2/+2
* fix(files_sharing): fix share creation error handlingskjnldsv2025-04-092-4/+16
* Merge pull request #51524 from nextcloud/fix/webpack-nonceFerdinand Thiessen2025-04-072-2/+4
|\
| * fix: adjust webpack nonce generationFerdinand Thiessen2025-04-072-2/+4
* | perf(files_sharing): do not require second propfind for account filterFerdinand Thiessen2025-04-042-69/+81
|/
* feat(files_sharing): Show share expiration time in human friendly mannernfebe2025-03-271-11/+24
* feat(files_sharing): Add share expiration indicatornfebe2025-03-273-14/+109
* feat(files): hide "Personal files" and "Shared with others" views if user has...skjnldsv2025-03-252-13/+41
* fix(files_sharing): make sure IDs are unique for HTML elementsFerdinand Thiessen2025-03-181-2/+8
* fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen2025-03-184-9/+27
* fix: pass hide download attribute while creating the share to fix github issu...yemkareems2025-03-182-5/+8
* fix(files_sharing): ensure share status action works also in grid viewFerdinand Thiessen2025-03-131-0/+9
* fix(files_sharing): ignore duplicated navigation when replacing current routeFerdinand Thiessen2025-03-041-6/+28
* fix(eslint): Strings must use singlequoteJohn Molakvoæ2025-02-281-1/+1
* fix(l10n): use `do not` instead of `don't`Valdnet2025-02-281-1/+1
* fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen2025-02-202-1/+20
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-2019-63/+63
* fix(files_sharing): Fix public share expiration being set when toggle is not ...Christopher Ng2025-02-181-2/+7
* feat(sharing): Allow to set default view mode for public sharesFerdinand Thiessen2025-02-103-19/+103
* fix(files): support submenu in batch actions header tooskjnldsv2025-02-061-1/+2
* fix(files_sharing): Hide internal recommendations in external share inputnfebe2025-02-061-1/+4
* fix(files_sharing): Update `QuickShareSelect` if share is modifiednfebe2025-02-062-1/+13
* test(files_sharing): Check that default expiration date is shown b4 create sharenfebe2025-02-061-0/+1
* fix: Show default expiration date before create link sharenfebe2025-02-063-20/+19
* fix(files): properly update store on files conversions successskjnldsv2025-02-042-20/+2
* fix(files_sharing): Adjust wrong labeling identified by testnfebe2025-02-031-1/+1
* fix(files_sharing): Only clear permissions of pending federated sharesprovokateurin2025-01-302-29/+82
* fix(files_sharing): file request form validity check resetskjnldsv2025-01-301-4/+9
* feat: Use redundant label for accessibility onlynfebe2025-01-251-1/+4
* feat: Only show show inherited shares section if presentnfebe2025-01-231-1/+1
* feat: Improve create link textsnfebe2025-01-231-2/+8
* feat(files_sharing): Modularize `SharingInput` to adapt with share sectionsnfebe2025-01-231-14/+34
* refactor(files_sharing): Split internal & external sharesnfebe2025-01-232-52/+168
* refactor(files_sharing): move deprecated projects componentThomas Lehmann2025-01-231-6/+9
* fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-211-0/+4
* feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-152-2/+10