aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/views
Commit message (Expand)AuthorAgeFilesLines
* fix(eslint): Strings must use singlequoteJohn Molakvoæ8 days1-1/+1
* fix(l10n): use `do not` instead of `don't`Valdnet8 days1-1/+1
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-206-21/+21
* feat(sharing): Allow to set default view mode for public sharesFerdinand Thiessen2025-02-101-16/+57
* fix(files_sharing): Update `QuickShareSelect` if share is modifiednfebe2025-02-061-0/+1
* fix: Show default expiration date before create link sharenfebe2025-02-061-5/+2
* feat: Only show show inherited shares section if presentnfebe2025-01-231-1/+1
* refactor(files_sharing): Split internal & external sharesnfebe2025-01-231-50/+167
* refactor(files_sharing): move deprecated projects componentThomas Lehmann2025-01-231-6/+9
* feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-151-1/+1
* feat(sharing): Make it possible to customize share link tokensChristopher Ng2025-01-151-1/+46
* fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-151-1/+2
* fix: Only show share permission if re-sharablenfebe2024-12-031-2/+5
* refactor: Use new `ShareType` across file_sharingnfebe2024-12-034-43/+41
* chore: lint fixchore/force-style-lintskjnldsv2024-11-191-6/+6
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-191-28/+23
* fix(ShareEntryLinkList): Append new links to the end of listfenn-cs2024-10-301-1/+1
* fix(files_sharing): Password field must not be required if already setFerdinand Thiessen2024-10-301-3/+15
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-162-4/+9
* 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-061-66/+50
* refactor(files_sharing): Make file structure more clearFerdinand Thiessen2024-09-065-413/+0
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-064-0/+221
* fix: Properly handle share attributes if set to nullJulius Härtl2024-08-301-2/+11
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-5/+5
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-3/+3
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-261-13/+7
* 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-171-1/+1
* 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): 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-311-0/+73
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-301-1/+1
* feat(files_sharing): show file requests in navigationskjnldsv2024-07-305-10/+36
* chore: add file request cypress testingskjnldsv2024-07-191-3/+6
* 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-181-0/+136
* chore(files_sharing): refactor sharing configskjnldsv2024-07-122-2/+2
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-3/+3
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-3/+3
* chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-121-2/+2
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-091-1/+2
* fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-081-1/+8
* refactor(SharingDetailsView): Use NC loggerfenn-cs2024-06-251-4/+4
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-06-251-4/+10
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-121-0/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-068-138/+23
* fix(sharingDetails): Show correct share targetfenn-cs2024-04-181-4/+14