aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot9 days2-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot10 days2-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53661 from ↵F. E Noel Nfebe10 days13-23/+250
|\ | | | | | | | | nextcloud/feat/52635/toggle-for-trusted-server-sharing feat(files_sharing): Toggle display for trusted server shares
| * feat(files_sharing): Toggle display for trusted server sharesnfebe11 days13-23/+250
| | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Merge pull request #54092 from ↵John Molakvoæ10 days1-18/+54
|\ \ | |/ |/| | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1
| * chore(deps): bump nextcloud/openapi-extractordependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1dependabot[bot]11 days1-18/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(l10n): Update translations from TransifexNextcloud bot11 days4-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_sharing): fallback self.crypto.getRandomValuesfix/insecure-crypto-envskjnldsv11 days1-1/+20
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #54026 from nextcloud/enh/add-cloud-id-charsStephan Orbaugh11 days2-4/+4
|\ \ | | | | | | feat: add ICloudIdResolver
| * | refactor: remove duplicated types and add return typesenh/add-cloud-id-charsFerdinand Thiessen2025-07-232-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(l10n): Update translations from TransifexNextcloud bot12 days4-6/+8
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-264-14/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53975 from nextcloud/feat/lexicon/moving-out-from-unstableMaxence Lange2025-07-251-9/+9
|\ \ | | | | | | feat(lexicon): moving out from unstable
| * | feat(lexicon): moving out from unstableMaxence Lange2025-07-241-9/+9
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-254-18/+18
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: replace material icons with outline versions (second pass)feat/material-icons-outlineskjnldsv2025-07-242-3/+3
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat: replace material icons with outline versionsskjnldsv2025-07-248-12/+12
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): restore state when updating share failedFerdinand Thiessen2025-07-233-27/+37
|/ | | | | | | | | | | | | | | | | | | | We need to save the previous state - here the password - so that if the update fails we can revert the shown state. This happens e.g. if you have the password policy app and try to add an unsecure password. To reproduce (with password policy): 1. Create new link share 2. enable password protection 3. use insecure password like `1234` 4. save share Now you see that the update failed, but the password protection is still enabled. This happened because `password` and `newPassword` were misused. `password` was already set when `newPassword` was not saved so we could not know to what we need to reset when the update failed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>