aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot5 days4-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot6 days4-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot7 days8-10/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot8 days14-4/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot9 days92-614/+614
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): l10n typoskjnldsv9 days1-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files_sharing): show Account menu on public pagesskjnldsv9 days6-202/+96
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* test: files_sharing add test for LoadAdditionalListenerMisha M.-Kupriyanov11 days1-0/+108
| | | | Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* fix(l10n): Update translations from TransifexNextcloud bot11 days4-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0Ferdinand Thiessen11 days1-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: use consistent casing for header names (required by openAPI)Ferdinand Thiessen11 days2-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot13 days6-2/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot14 days22-0/+144
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-0678-2/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): file drop nicknameskjnldsv2025-06-052-2/+47
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files_sharing): show message when nickname is not validskjnldsv2025-06-051-1/+16
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-052-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-042-44/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-036-8/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test(files_sharing): split `testCanAccessShare` into separate tests and fix ↵test/files-sharing-phpunitFerdinand Thiessen2025-06-021-36/+81
| | | | | | | | | | for PHPUnit 10 - split the test into individual test cases - fix invalid call to `onConsecutiveCalls` (it was called more than defined values and is deprecated in v10 anyways). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-022-2/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* docs: update openAPI extracted filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.7.0Ferdinand Thiessen2025-06-011-1/+32
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53235 from nextcloud/test/fix-files-sharingKate2025-06-015-135/+95
|\
| * test(files_sharing): adjust mocks of `Talk` classestest/fix-files-sharingFerdinand Thiessen2025-05-311-7/+19
| | | | | | | | | | | | | | Classes need to exist to be mocked (reflection), thus unknown classes only can be mocked as `stdClass`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * test(files_sharing): adjust tests for PHPUnit v10Ferdinand Thiessen2025-05-315-131/+79
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-014-6/+12
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: adjust stylesheets to new codestyleFerdinand Thiessen2025-05-311-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-316-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-306-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-298-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-2810-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): show note, label and list of uploaded files on file dropFerdinand Thiessen2025-05-264-17/+94
| | | | | | | | | This was missing from the Vue migration of the public share view: - Show the note as the description of the file drop - Show the label as the heading of the file drop if available - Show list of uploaded files for verification Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #52810 from ↵Louis2025-05-222-8/+13
|\ | | | | | | nextcloud/artonge/feat/do_not_require_samesite_strict_cookie_on_public.php
| * fix: Replace the deprecated direct download link with the public DAV endpointartonge/feat/do_not_require_samesite_strict_cookie_on_public.phpLouis Chemineau2025-05-212-8/+13
| | | | | | | | | | | | Follow-up of #48098 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-222-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2192-520/+226
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-208-22/+28
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Revert "fix(files_sharing): Filter own shares that are reshares"revert-52503-fix/files_sharing/filter-own-reshared-sharesJoas Schilling2025-05-191-1/+1
| |
* | Merge pull request #52503 from ↵Kate2025-05-191-1/+1
|\ \ | | | | | | | | | nextcloud/fix/files_sharing/filter-own-reshared-shares
| * | fix(files_sharing): Filter own shares that are resharesfix/files_sharing/filter-own-reshared-sharesprovokateurin2025-05-191-1/+1
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix(tests): Register mount in loginHelper as wellfix/noid/encrypted-propagation-testMarcel Müller2025-05-191-2/+7
|/ / | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Merge pull request #52901 from nextcloud/chore/remove-dead-code-filesKate2025-05-193-10/+88
|\ \
| * | refactor: move tag handling from files handler to files_sharingchore/remove-dead-code-filesFerdinand Thiessen2025-05-163-10/+88
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-192-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-182-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-176-4/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-162-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52533 from nextcloud/fix/no-account-filter-public-shareJohn Molakvoæ2025-05-151-0/+6
|\ | | | | fix: do not show account filter for public shares
| * fix: do not show account filter for public sharesFerdinand Thiessen2025-05-131-0/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files_sharing): Show note if note exists on sharenfebe2025-05-141-1/+2
| | | | | | | | | | | | | | | | | | When a share includes a note, ensure the note checkbox is checked and the note is displayed when reopening the share sidebar. Fixes: #52794. Signed-off-by: nfebe <fenn25.fn@gmail.com>