aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* refactor: Drop `query-string` dependency in favor of native `URLSearchParams`Ferdinand Thiessen2025-01-271-3/+3
* 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
* feat(sharing): Make it possible to customize share link tokensChristopher Ng2025-01-153-1/+73
* fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-152-4/+6
* fix(files_sharing): Stop overwriting the share expiration date with the defau...provokateurin2025-01-151-4/+1
* fix(files_sharing): external share parsingskjnldsv2025-01-092-0/+47
* fix(files_sharing): Hide file request if public uploads disablednfebe2024-12-201-0/+3
* 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(SharingEntryQuickShareSelect): Disable quick share select if user can not...provokateurin2024-12-101-0/+1
* fix(SharingEntry): Hide edit button if user can not edit shareprovokateurin2024-12-101-1/+2
* fix(files_sharing): Stop infinite loop blocking link share requestsnfebe2024-12-091-13/+22
* fix(files_sharing): List of share type during recipient lookupLouis Chemineau2024-12-041-1/+11
* fix: Only show share permission if re-sharablenfebe2024-12-031-2/+5
* refactor: Use new `ShareType` across file_sharingnfebe2024-12-0316-132/+107
* fix(SharingEntry): Display owner name if the owner is someone elseprovokateurin2024-11-251-0/+5
* 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-192-29/+24
* fix(dav): file request guest nickname encodingskjnldsv2024-11-121-4/+5
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-11-092-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 listfenn-cs2024-10-301-1/+1
* fix(files_sharing): Password field must not be required if already setFerdinand Thiessen2024-10-301-3/+15
* fix(files_sharing): federated shares avatarskjnldsv2024-10-252-4/+54
* fix(files_sharing): Add correct context to translationFerdinand Thiessen2024-10-211-1/+1
* chore(i18n): Improved grammarrakekniven2024-10-191-1/+1
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-166-10/+16
* fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-161-22/+43
* Merge pull request #48653 from nextcloud/rakekniven-patch-2Louis2024-10-141-2/+2
|\
| * chore(l10n): Use default plural handlingrakekniven2024-10-101-2/+2
* | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
* | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
|/
* 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