aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-194-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-182-12/+446
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53979 from nextcloud/fix/settings-share-folderFerdinand Thiessen2025-07-171-4/+7
|\ | | | | fix(files_sharing): ensure share folder exists in the settings
| * fix(files_sharing): ensure share folder exists in the settingsfix/settings-share-folderFerdinand Thiessen2025-07-161-4/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(files_sharing): add config option for extending link-share permissionsFerdinand Thiessen2025-07-173-11/+46
| | | | | | | | | | | | | | | | This allows the admin to control the behavior whether link shares with READ permissions should be extended to also gain SHARE permissions, allowing users (public share receivers) to add the share to their cloud. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-174-2/+446
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-162-0/+36
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-092-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Use Server::get in files_sharing DeletedShareAPIControllerCôme Chilliet2025-07-081-5/+4
| | | | | | | | In this case we do not want the application DI container because we are requesting classes from other applications, so it’s better to ask the server container. We use \OCP\Server::get for this. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Fix issues and tests in DIContainer and friendsCôme Chilliet2025-07-081-2/+2
| | | | | | Some tests related to MiddlewareDispatcher are still failing. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-084-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-042-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-038-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53728 from nextcloud/rector-phpunit10Robin Appelman2025-07-0221-106/+78
|\ | | | | chore/rector: make phpunit dataproviders phpunit 12 compatible
| * chore: run rectorrector-phpunit10Robin Appelman2025-07-0121-106/+78
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-022-6/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): also use `open-in-files` for the search viewFerdinand Thiessen2025-07-011-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): scope file action id to prevent conflictsFerdinand Thiessen2025-07-011-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-014-4/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-0187-259/+336
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* Merge pull request #53671 from nextcloud/fix/read-only-share-downloadJohn Molakvoæ2025-07-012-20/+15
|\
| * feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-262-20/+15
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): Hide own resharesfix/files_sharing/hide-own-resharesprovokateurin2025-07-011-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0118-12/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-3046-0/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-3080-7732/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_sharing): Stop hiding delete share button in advanced settings menuprovokateurin2025-06-301-13/+13
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-272-8/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-254-2/+142
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-244-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-222-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-2116-8/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-208-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): do not double escape the share titleFerdinand Thiessen2025-06-191-19/+19
| | | | | | | The title is already escaped by vue so special characters would result in incorrect strings. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53417 from nextcloud/fix/fix-32bits-phpunitCôme Chilliet2025-06-191-8/+20
|\ | | | | fix(tests): Fix 32bits PHPUnit tests
| * fix(tests): Fix files_sharing tests conflicting with other testsfix/fix-32bits-phpunitCôme Chilliet2025-06-101-8/+20
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1912-0/+90
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1852-52/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53466 from ↵F. E Noel Nfebe2025-06-171-2/+23
|\ \ | | | | | | | | | | | | nextcloud/feature/hide-external-shares-excluded-groups feat(files_sharing): Hide link shares for users in excluded groups
| * | feat(files_sharing): Hide external shares for users in excluded groupsnfebe2025-06-171-2/+23
| | | | | | | | | | | | | | | | | | - Added frontend check to hide link shares if, public sharing is disabled. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | fix: Set public link upload email notification to opt-infix/public-upload-notification-defaultnfebe2025-06-171-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | This now sets `isDefaultEnabled` to false. This makes email notifications for file uploads to public links disabled by default (opt-in) for users. This addresses concerns about new notifications being enabled by default for existing users, leading to unexpected emails. Related: https://github.com/nextcloud/server/pull/46945 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | fix(file_sharing): Remove string concatenated translationnfebe2025-06-171-1/+1
| | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-174-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-164-2/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-154-0/+26
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-148-10/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1314-4/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1292-614/+614
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_sharing): l10n typoskjnldsv2025-06-111-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>