aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: gracefully parse non-standard trusted certificatesbackport/48307/stable28Richard Steinmetz2024-09-303-2/+42
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29240-518/+674
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48427 from ↵dependabot[bot]2024-09-282-5/+5
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/stable28/cypress-13.13.3
| * chore(deps-dev): Bump cypress from 13.13.2 to 13.13.3dependabot/npm_and_yarn/stable28/cypress-13.13.3dependabot[bot]2024-09-282-5/+5
|/ | | | | | | | | | | | | | | Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2826-6/+214
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47813 from ↵Andy Scherzinger2024-09-274-14/+14
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4 chore(deps): bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4
| * chore(assets): Recompile assetsdependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4nextcloud-command2024-09-272-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(deps): bump @nextcloud/calendar-availability-vuedependabot[bot]2024-09-272-11/+11
|/ | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #48392 from nextcloud/backport/48375/stable28Joas Schilling2024-09-271-0/+1
|\ | | | | [stable28] Skip future shipped apps from updatenotification check
| * fix(updatenotification): Communicate files_downloadlimit as shipped in 29+backport/48375/stable28Joas Schilling2024-09-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2728-20/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48399 from nextcloud/backport/48366/stable28Kate2024-09-261-6/+13
|\ \
| * | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable28provokateurin2024-09-261-0/+4
| | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48386 from nextcloud/backport/48359/stable28Louis2024-09-261-0/+8
|\ \ | |/ |/| [stable28] fix: Use placeholder for external storage password
| * fix: Use hashed password in files_external settingsbackport/48359/stable28Louis Chemineau2024-09-261-0/+8
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #48379 from nextcloud/backport/48142/stable28Joas Schilling2024-09-261-5/+17
|\ \ | |/ |/| [stable28] feat(share): ensure unique share tokens with dynamic length adjustment
| * fix(share): Ensure unique share tokensbackport/48142/stable28ernolf2024-09-261-5/+17
| | | | | | | | | | | | | | - check for token collisions and retry up to three times. - throw after 3 attempts without finding a unique token. Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
* | Merge pull request #48348 from nextcloud/dependaniel/aws-sdk-for-28Joas Schilling2024-09-262-0/+1
|\ \ | | | | | | [stable28] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.322.4
| * | fix(s3): suppress php deprecation warning on php8dependaniel/aws-sdk-for-28Daniel Kesselberg2024-09-261-0/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4Daniel Kesselberg2024-09-261-0/+0
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #48363 from nextcloud/backport/48345/stable28Daniel2024-09-261-7/+9
|\ \ | |/ |/| [stable28] fix(files_external): Catch correct exception
| * fix(files_external): Catch correct exceptionbackport/48345/stable28Marcel Klehr2024-09-261-7/+9
| | | | | | | | | | | | SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception. Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #48367 from nextcloud/backport/48354/stable28Louis2024-09-263-5/+5
|\ \ | |/ |/| [stable28] fix: Show storage full warning when storage is actually full
| * fix: Show storage full warning when storage is actually fullbackport/48354/stable28Louis Chemineau2024-09-263-5/+5
|/ | | | | | | | | | < 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/6befdd6dd7cd20fe7f7036e4665bcfbb783d6803/lib/public/Files/FileInfo.php#L31-L42 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #48318 from nextcloud/backport/48315/stable28F. E Noel Nfebe2024-09-263-4/+3
|\ | | | | [stable28] refactor(AccountIcon): Remove needless console.log
| * chore(assets): Recompile assetsbackport/48315/stable28nextcloud-command2024-09-262-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(assets): Recompile assetsnextcloud-command2024-09-240-0/+0
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * refactor(AccountIcon): Remove needless console.logfenn-cs2024-09-241-1/+0
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-26102-112/+198
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48352 from nextcloud/backport/48331/stable28Pytal2024-09-256-19/+20
|\ \ | | | | | | [stable28] fix(files): Fix having to resolve conflicts twice when dropping files
| * | chore(assets): Recompile assetsbackport/48331/stable28nextcloud-command2024-09-254-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-252-13/+14
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48339 from ↵Joas Schilling2024-09-252-3/+101
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/stable28-update-ca-cert-bundle [stable28] fix(security): Update CA certificate bundle
| * | fix(security): Update CA certificate bundlenextcloud-command2024-09-252-3/+101
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48310 from nextcloud/backport/47349/stable28Joas Schilling2024-09-241-21/+54
|\ | | | | [stable28] Add bidirectional text support - Backend
| * ci: Restrict RTL characters to RTL languagesbackport/47349/stable28Joas Schilling2024-09-241-21/+54
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48283 from nextcloud/backport/48207/stable28Louis2024-09-248-36/+66
|\ | | | | [stable28] fix: Don't crash if disabled user is missing in the database
| * fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable28Louis Chemineau2024-09-238-36/+66
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #48281 from nextcloud/backport/48266/stable28Kate2024-09-243-69/+2
|\ \
| * | fix(psalm): Enable findUnusedBaselineEntrybackport/48266/stable28provokateurin2024-09-233-69/+2
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48300 from nextcloud/backport/48268/stable28Daniel2024-09-231-2/+3
|\ \ | | | | | | [stable28] fix: skip the integrity check for nextcloud-init-sync.lock
| * | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable28Daniel Kesselberg2024-09-231-2/+3
|/ / | | | | | | | | | | | | | | nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time. Ref: https://github.com/nextcloud/docker/issues/2299. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2314-6/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48292 from nextcloud/backport/48282/stable28Joas Schilling2024-09-232-0/+5
|\ \ | |/ |/| [stable28] chore: add .git-blame-ignore-revs
| * chore: add .git-blame-ignore-revsbackport/48282/stable28Daniel Kesselberg2024-09-232-0/+5
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #48058 from ↵Kate2024-09-231-3/+0
|\ | | | | | | nextcloud/automated/noid/stable28-update-psalm-baseline
| * chore(tests): Update psalm baselineautomated/noid/stable28-update-psalm-baselinenextcloud-command2024-09-231-3/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>