aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | fix(filesharing): file appear as shared by their owner if it has a numerical ↵Julien Veyssier2024-09-301-12/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | user ID Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Merge pull request #48444 from nextcloud/backport/48307/stable29Kate2024-09-303-2/+42
|\ \ \ \
| * | | | fix: gracefully parse non-standard trusted certificatesbackport/48307/stable29Richard 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2826-6/+214
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48393 from nextcloud/backport/48375/stable29Joas Schilling2024-09-271-0/+3
|\ \ \ \ | | | | | | | | | | [stable29] Skip future shipped apps from updatenotification check
| * | | | fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable29Joas Schilling2024-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵Joas Schilling2024-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+Joas 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 #48400 from nextcloud/backport/48366/stable29Kate2024-09-261-6/+13
|\ \ \ \ \
| * | | | | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable29provokateurin2024-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 #48387 from nextcloud/backport/48359/stable29Louis2024-09-261-0/+8
|\ \ \ \ \ | |/ / / / |/| | | | [stable29] fix: Use placeholder for external storage password
| * | | | fix: Use hashed password in files_external settingsbackport/48359/stable29Louis Chemineau2024-09-261-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #48380 from nextcloud/backport/48142/stable29Joas Schilling2024-09-261-5/+17
|\ \ \ \ \ | | | | | | | | | | | | [stable29] feat(share): ensure unique share tokens with dynamic length adjustment
| * | | | | fix(share): Ensure unique share tokensbackport/48142/stable29ernolf2024-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 #48326 from nextcloud/dependaniel/aws-sdk-for-29Joas Schilling2024-09-262-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [stable29] 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-29Daniel 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 #48364 from nextcloud/backport/48345/stable29Daniel2024-09-261-7/+9
|\ \ \ \ \ | |/ / / / |/| | | | [stable29] fix(files_external): Catch correct exception
| * | | | fix(files_external): Catch correct exceptionbackport/48345/stable29Marcel 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 #48368 from nextcloud/backport/48354/stable29Louis2024-09-263-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | [stable29] fix: Show storage full warning when storage is actually full
| * | | | fix: Show storage full warning when storage is actually fullbackport/48354/stable29Louis 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-26102-112/+198
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48351 from nextcloud/backport/48331/stable29Pytal2024-09-256-19/+20
|\ \ \ \ | | | | | | | | | | [stable29] fix(files): Fix having to resolve conflicts twice when dropping files
| * | | | chore(assets): Recompile assetsnextcloud-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 filesbackport/48331/stable29Christopher Ng2024-09-252-13/+14
|/ / / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #48336 from ↵Joas Schilling2024-09-252-3/+101
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable29-update-ca-cert-bundle [stable29] 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 #48313 from nextcloud/backport/48311/stable29Ferdinand Thiessen2024-09-241-1/+1
|\ \ \ \ | | | | | | | | | | [stable29] fix: Ensure app discover section is returned as list
| * | | | fix: Ensure app discover section is returned as listbackport/48311/stable29Ferdinand Thiessen2024-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #48315 from nextcloud/fix/remove-needless-console-logF. E Noel Nfebe2024-09-243-4/+3
|\ \ \ \ \ | |/ / / / |/| | | | refactor(AccountIcon): Remove needless console.log
| * | | | chore(assets): Recompile assetsfix/remove-needless-console-lognextcloud-command2024-09-242-3/+3
| | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #48309 from nextcloud/backport/47349/stable29Joas Schilling2024-09-241-21/+54
|\ \ \ \ | | | | | | | | | | [stable29] Add bidirectional text support - Backend
| * | | | ci: Restrict RTL characters to RTL languagesbackport/47349/stable29Joas Schilling2024-09-241-21/+54
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48284 from nextcloud/backport/48207/stable29Louis2024-09-248-40/+69
|\ \ \ \ | | | | | | | | | | [stable29] 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/stable29Louis Chemineau2024-09-238-40/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #48280 from nextcloud/backport/48266/stable29Kate2024-09-243-69/+2
|\ \ \ \ \
| * | | | | fix(psalm): Enable findUnusedBaselineEntrybackport/48266/stable29provokateurin2024-09-233-69/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #48165 from nextcloud/backport/48114/stable29Andy Scherzinger2024-09-232-9/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable29] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning
| * | | | | fix(appstoreFetcher): get app list from custom app storebackport/48114/stable29Grigorii K. Shartsev2024-09-182-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | | Merge pull request #48301 from nextcloud/backport/48268/stable29Andy Scherzinger2024-09-231-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable29] fix: skip the integrity check for nextcloud-init-sync.lock
| * | | | | | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable29Daniel 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 #48293 from nextcloud/backport/48282/stable29Joas Schilling2024-09-232-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable29] chore: add .git-blame-ignore-revs