Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #48365 from nextcloud/backport/48345/stable30 | Daniel | 2024-09-26 | 1 | -7/+9 |
|\ | | | | | [stable30] fix(files_external): Catch correct exception | ||||
| * | fix(files_external): Catch correct exceptionbackport/48345/stable30 | Marcel Klehr | 2024-09-26 | 1 | -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/stable30 | Joas Schilling | 2024-09-26 | 1 | -5/+17 |
|\ \ | | | | | | | [stable30] feat(share): ensure unique share tokens with dynamic length adjustment | ||||
| * | | fix(share): Ensure unique share tokensbackport/47265/stable30 | ernolf | 2024-09-25 | 1 | -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 Schilling | 2024-09-26 | 1 | -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.1 | Joas Schilling | 2024-09-26 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #48369 from nextcloud/backport/48354/stable30 | Louis | 2024-09-26 | 3 | -5/+5 |
|\ \ \ \ | |_|_|/ |/| | | | [stable30] fix: Show storage full warning when storage is actually full | ||||
| * | | | fix: Show storage full warning when storage is actually fullbackport/48354/stable30 | Louis Chemineau | 2024-09-26 | 3 | -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 Transifex | Nextcloud bot | 2024-09-26 | 102 | -112/+198 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48350 from nextcloud/backport/48331/stable30 | Pytal | 2024-09-25 | 6 | -19/+20 |
|\ \ \ | | | | | | | | | [stable30] fix(files): Fix having to resolve conflicts twice when dropping files | ||||
| * | | | chore(assets): Recompile assets | nextcloud-command | 2024-09-25 | 4 | -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/stable30 | Christopher Ng | 2024-09-25 | 2 | -13/+14 |
| | |/ | |/| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #48358 from nextcloud/backport/48356/stable30 | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
|\ \ \ | |/ / |/| | | [stable30] fix(icons): Document icon requirements for notifications and activities | ||||
| * | | fix(icons): Document icon requirements for notifications and activitiesbackport/48356/stable30 | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48286 from nextcloud/backport/48215/stable30 | Joas Schilling | 2024-09-25 | 6 | -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/stable30 | Joas Schilling | 2024-09-25 | 2 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(tests): Check that the revert was successful | Joas Schilling | 2024-09-25 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(tests): Also check that the backup status works | Joas Schilling | 2024-09-25 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(tests): Make timing test more reliable | Joas Schilling | 2024-09-25 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | test: fix ContactsMigratorTest | Anna Larch | 2024-09-25 | 2 | -15894/+21 |
| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
| * | | fix(user_status): Fix integration test of user status | Joas Schilling | 2024-09-25 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(tests): Fix test selection and run unit tests of DAV and user_status | Joas Schilling | 2024-09-25 | 2 | -12/+2 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48337 from ↵ | Joas Schilling | 2024-09-25 | 2 | -3/+101 |
|\ \ | | | | | | | | | | | | | nextcloud/automated/noid/stable30-update-ca-cert-bundle [stable30] fix(security): Update CA certificate bundle | ||||
| * | | fix(security): Update CA certificate bundle | nextcloud-command | 2024-09-25 | 2 | -3/+101 |
|/ / | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-25 | 172 | -182/+222 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48328 from ↵ | Joas Schilling | 2024-09-24 | 1 | -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.45 | Joas Schilling | 2024-09-24 | 1 | -0/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #48319 from ↵ | Joas Schilling | 2024-09-24 | 1 | -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.7 | Joas Schilling | 2024-09-24 | 1 | -0/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #48314 from nextcloud/backport/48311/stable30 | Ferdinand Thiessen | 2024-09-24 | 1 | -1/+1 |
|\ | | | | | [stable30] fix: Ensure app discover section is returned as list | ||||
| * | fix: Ensure app discover section is returned as listbackport/48311/stable30 | Ferdinand Thiessen | 2024-09-24 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48308 from nextcloud/backport/47349/stable30 | Joas Schilling | 2024-09-24 | 1 | -0/+35 |
|\ | | | | | [stable30] Add bidirectional text support - Backend | ||||
| * | ci: Restrict RTL characters to RTL languagesbackport/47349/stable30 | Joas Schilling | 2024-09-24 | 1 | -0/+35 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #48279 from nextcloud/backport/48266/stable30 | Kate | 2024-09-24 | 4 | -123/+2 |
|\ | |||||
| * | fix(psalm): Enable findUnusedBaselineEntrybackport/48266/stable30 | provokateurin | 2024-09-23 | 4 | -123/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #48127 from nextcloud/backport/48114/stable30 | Grigorii K. Shartsev | 2024-09-24 | 2 | -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/stable30 | Grigorii K. Shartsev | 2024-09-17 | 2 | -8/+1 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | fix(appstoreFetcher): remove unneeded warning | Grigorii K. Shartsev | 2024-09-17 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | Merge pull request #48285 from nextcloud/backport/48207/stable30 | Andy Scherzinger | 2024-09-23 | 8 | -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/stable30 | Louis Chemineau | 2024-09-23 | 8 | -39/+68 |
| | |/ | |/| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Merge pull request #48298 from nextcloud/backport/44945/stable30 | Andy Scherzinger | 2024-09-23 | 5 | -6/+7 |
|\ \ \ | | | | | | | | | [stable30] fix(i18n): Changed grammar | ||||
| * | | | chore(assets): Recompile assetsbackport/44945/stable30 | nextcloud-command | 2024-09-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | fix(translations): Changed grammar | rakekniven | 2024-09-23 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | [skip-ci] Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | | | Merge pull request #48302 from nextcloud/backport/48268/stable30 | Andy Scherzinger | 2024-09-23 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | [stable30] fix: skip the integrity check for nextcloud-init-sync.lock | ||||
| * | | | | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable30 | Daniel Kesselberg | 2024-09-23 | 1 | -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/stable30 | Joas Schilling | 2024-09-23 | 3 | -9/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable30] fix(autocomplete): Move known array keys to psalm docs | ||||
| * | | | | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30 | Joas Schilling | 2024-09-23 | 3 | -9/+9 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 14 | -6/+92 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48296 from nextcloud/stable30-3rdparty-bump | Joas Schilling | 2024-09-23 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | [stable30] chore: bump 3rdparty | ||||
| * | | | chore: bump 3rdparty | Daniel Kesselberg | 2024-09-23 | 1 | -0/+0 |
|/ / / | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |