aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #48365 from nextcloud/backport/48345/stable30Daniel2024-09-261-7/+9
|\ | | | | [stable30] fix(files_external): Catch correct exception
| * fix(files_external): Catch correct exceptionbackport/48345/stable30Marcel 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 #48142 from nextcloud/backport/47265/stable30Joas Schilling2024-09-261-5/+17
|\ \ | | | | | | [stable30] feat(share): ensure unique share tokens with dynamic length adjustment
| * | fix(share): Ensure unique share tokensbackport/47265/stable30ernolf2024-09-251-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 #48330 from ↵Joas Schilling2024-09-261-0/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/stable30/doctrine/dbal-3.9.1 [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1
| * | | fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1dependabot/composer/stable30/doctrine/dbal-3.9.1Joas Schilling2024-09-261-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48369 from nextcloud/backport/48354/stable30Louis2024-09-263-5/+5
|\ \ \ \ | |_|_|/ |/| | | [stable30] fix: Show storage full warning when storage is actually full
| * | | fix: Show storage full warning when storage is actually fullbackport/48354/stable30Louis 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 #48350 from nextcloud/backport/48331/stable30Pytal2024-09-256-19/+20
|\ \ \ | | | | | | | | [stable30] 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/stable30Christopher Ng2024-09-252-13/+14
| | |/ | |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #48358 from nextcloud/backport/48356/stable30Joas Schilling2024-09-252-0/+16
|\ \ \ | |/ / |/| | [stable30] fix(icons): Document icon requirements for notifications and activities
| * | fix(icons): Document icon requirements for notifications and activitiesbackport/48356/stable30Joas Schilling2024-09-252-0/+16
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #48286 from nextcloud/backport/48215/stable30Joas Schilling2024-09-256-15915/+50
|\ \ | | | | | | [stable30] fix(tests): Fix test selection and run unit tests of DAV and user_status
| * | fix(querybuilder): Fix boolean type so that oracle handles boolean wellbackport/48215/stable30Joas Schilling2024-09-252-2/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(tests): Check that the revert was successfulJoas Schilling2024-09-251-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | test: fix ContactsMigratorTestAnna Larch2024-09-252-15894/+21
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| * | fix(user_status): Fix integration test of user statusJoas Schilling2024-09-251-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(tests): Fix test selection and run unit tests of DAV and user_statusJoas Schilling2024-09-252-12/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #48337 from ↵Joas Schilling2024-09-252-3/+101
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/stable30-update-ca-cert-bundle [stable30] 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 #48328 from ↵Joas Schilling2024-09-241-0/+0
|\ | | | | | | | | nextcloud/dependabot/composer/stable30/giggsey/libphonenumber-for-php-lite-8.13.45 [stable30] build(deps): bump giggsey/libphonenumber-for-php-lite from 8.13.35 to…
| * build(deps): bump giggsey/libphonenumber-for-php-lite from 8.13.35 to 8.13.45dependabot/composer/stable30/giggsey/libphonenumber-for-php-lite-8.13.45Joas Schilling2024-09-241-0/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48319 from ↵Joas Schilling2024-09-241-0/+0
|\ | | | | | | | | nextcloud/dependabot/composer/stable30/web-auth/webauthn-lib-4.8.7 chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1
| * chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1dependabot/composer/stable30/web-auth/webauthn-lib-4.8.7Joas Schilling2024-09-241-0/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48314 from nextcloud/backport/48311/stable30Ferdinand Thiessen2024-09-241-1/+1
|\ | | | | [stable30] fix: Ensure app discover section is returned as list
| * fix: Ensure app discover section is returned as listbackport/48311/stable30Ferdinand Thiessen2024-09-241-1/+1
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48308 from nextcloud/backport/47349/stable30Joas Schilling2024-09-241-0/+35
|\ | | | | [stable30] Add bidirectional text support - Backend
| * ci: Restrict RTL characters to RTL languagesbackport/47349/stable30Joas Schilling2024-09-241-0/+35
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48279 from nextcloud/backport/48266/stable30Kate2024-09-244-123/+2
|\
| * fix(psalm): Enable findUnusedBaselineEntrybackport/48266/stable30provokateurin2024-09-234-123/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48127 from nextcloud/backport/48114/stable30Grigorii K. Shartsev2024-09-242-9/+1
|\ \ | | | | | | [stable30] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning
| * | fix(appstoreFetcher): get app list from custom app storebackport/48114/stable30Grigorii K. Shartsev2024-09-172-8/+1
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-171-1/+0
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #48285 from nextcloud/backport/48207/stable30Andy Scherzinger2024-09-238-39/+68
|\ \ \ | | | | | | | | [stable30] 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/stable30Louis Chemineau2024-09-238-39/+68
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #48298 from nextcloud/backport/44945/stable30Andy Scherzinger2024-09-235-6/+7
|\ \ \ | | | | | | | | [stable30] fix(i18n): Changed grammar
| * | | chore(assets): Recompile assetsbackport/44945/stable30nextcloud-command2024-09-232-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(translations): Changed grammarrakekniven2024-09-233-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | [skip-ci] Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | Merge pull request #48302 from nextcloud/backport/48268/stable30Andy Scherzinger2024-09-231-2/+3
|\ \ \ \ | | | | | | | | | | [stable30] fix: skip the integrity check for nextcloud-init-sync.lock
| * | | | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable30Daniel 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>
* | | | | Merge pull request #48299 from nextcloud/backport/48162/stable30Joas Schilling2024-09-233-9/+9
|\ \ \ \ \ | |/ / / / |/| | | | [stable30] fix(autocomplete): Move known array keys to psalm docs
| * | | | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30Joas Schilling2024-09-233-9/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2314-6/+92
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48296 from nextcloud/stable30-3rdparty-bumpJoas Schilling2024-09-231-0/+0
|\ \ \ | | | | | | | | [stable30] chore: bump 3rdparty
| * | | chore: bump 3rdpartyDaniel Kesselberg2024-09-231-0/+0
|/ / / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>