aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(log): Fix log level handlingbackport/50455/stable30Joas Schilling2025-01-271-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #50457 from nextcloud/backport/50077/stable30Kate2025-01-271-1/+1
|\
| * fix(IInitialState): Allow provideLazyInitialState() closure to return arraybackport/50077/stable30provokateurin2025-01-271-1/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-27168-228/+480
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50448 from nextcloud/backport/50447/stable30Andy Scherzinger2025-01-263-4/+6
|\ | | | | [stable30] fix: Ensure `label` is always a string
| * fix: Ensure `label` is always a stringbackport/50447/stable30Ferdinand Thiessen2025-01-263-4/+6
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50316 from nextcloud/chore/stable30-doctrineAndy Scherzinger2025-01-262-4/+0
|\ | | | | [stable30] chore(3rdParty): Bump doctrine/dbal from 3.9.1 to 3.9.4
| * chore: Update psalm baselinechore/stable30-doctrineFerdinand Thiessen2025-01-221-4/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(3rdParty): Bump doctrine/dbal from 3.9.1 to 3.9.4Ferdinand Thiessen2025-01-221-0/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50440 from nextcloud/backport/49440/stable30Andy Scherzinger2025-01-261-1/+1
|\ \ | | | | | | [stable30] fix(SetupChecks): Pass webfinger if the handler returns 400 too
| * | fix(SetupChecks): Pass webfinger if a handler is therebackport/49440/stable30Josh2025-01-261-1/+1
| | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | Merge pull request #50441 from nextcloud/backport/50430/stable30Andy Scherzinger2025-01-262-8/+104
|\ \ \ | | | | | | | | [stable30] files: harden thumbnail endpoint
| * | | fix(files): Harden thumbnail endpointbackport/50430/stable30Ferdinand Thiessen2025-01-262-8/+104
| |/ / | | | | | | | | | | | | | | | | | | | | | - Catch all thrown exceptions and handle in such a way you do not get information about forbidden files. - Resepect download permissions of shares. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #50072 from nextcloud/backport/49988/stable30Josh2025-01-261-1/+1
|\ \ \ | | | | | | | | [stable30] fix(settings): show the correct initial locale in Personal info
| * | | fix(settings): show the correct initial locale in Personal infobackport/49988/stable30Josh2025-01-261-1/+1
| | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | Merge pull request #50184 from nextcloud/backport/50046/stable30Kate2025-01-266-35/+173
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(assets): Recompile assetsbackport/50046/stable30nextcloud-command2025-01-265-6/+153
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(settings): Fix mail server settings formprovokateurin2025-01-261-29/+20
|/ / / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #50205 from nextcloud/backport/50161/stable30Andy Scherzinger2025-01-269-39/+77
|\ \ \ | | | | | | | | [stable30] fix(files): sort not working after changing views
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-262-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): sort not working after changing viewsRichard Steinmetz2025-01-267-36/+74
|/ / / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #48084 from nextcloud/backport/48081/stable30Kate2025-01-2610-8/+8
|\ \ \ | |/ / |/| |
| * | chore(assets): Recompile assetsbackport/48081/stable30nextcloud-command2025-01-269-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(1i8n): Fixed grammar and improved wordingrakekniven2025-01-261-1/+1
|/ / | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #50144 from nextcloud/backport/50034/stable30Andy Scherzinger2025-01-262-9/+21
|\ \ | | | | | | [stable30] fix(caldav): rename default calendar to keep it in the trashbin instead of purging it
| * | fix(caldav): rename default calendar to keep it in the trashbin instead of ↵backport/50034/stable30Thomas Citharel2025-01-112-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | purging it When doing a PROPFIND on default-calendar-url, if the current default calendar (fallbacking on personal uri) is in the trashbin, it's being purged so that it's recreated. This leads to loss of data. We can simply rename the calendar URI and add a unique suffix so that it doesn't conflict with the new calendar being created. Shares are fine because they reference the resourceid and not the calendar URI. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-26110-92/+712
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50346 from ↵dependabot[bot]2025-01-254-8/+8
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/testing-library/cypress-10.0.3
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-252-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(deps-dev): bump @testing-library/cypress from 10.0.2 to 10.0.3dependabot[bot]2025-01-252-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/testing-library/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/cypress-testing-library/compare/v10.0.2...v10.0.3) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #50387 from nextcloud/backport/46780/stable30Andy Scherzinger2025-01-251-2/+6
|\ \ \ | | | | | | | | [stable30] fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResult
| * | | fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResultbackport/46780/stable30Marcel Klehr2025-01-241-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Merge pull request #50414 from nextcloud/backport/49639/stable30Andy Scherzinger2025-01-252-4/+4
|\ \ \ \ | | | | | | | | | | [stable30] fix: adjust url for task links
| * | | | fix(TasksSearchProviderTest): adjust deep link to Tasks appbackport/49639/stable30Raimund Schlüßler2025-01-241-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
| * | | | fix: adjust url for task linksRaimund Schlüßler2025-01-241-1/+1
| |/ / / | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-01-25196-104/+1596
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50327 from nextcloud/backport/50083/stable30Ferdinand Thiessen2025-01-241-0/+2
|\ \ \ | | | | | | | | [stable30] fix: Trim tags on adding or editing
| * | | fix: Trim tags on adding or editingbackport/50083/stable30Kostiantyn Miakshyn2025-01-231-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | | | Merge pull request #50395 from nextcloud/backport/50394/stable30Andy Scherzinger2025-01-241-6/+14
|\ \ \ \ | | | | | | | | | | [stable30] ci(reuse): Fix translation reuse mapping
| * | | | ci(reuse): Fix translation reuse mappingbackport/50394/stable30Joas Schilling2025-01-241-6/+14
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #50372 from nextcloud/backport/50369/stable30Richard Steinmetz2025-01-243-1/+10
|\ \ \ \ | | | | | | | | | | [stable30] fix(dav): default calendar and address book not created on first login
| * | | | fix(dav): default calendar and address book not created on first loginbackport/50369/stable30Richard Steinmetz2025-01-233-1/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #50382 from ↵Joas Schilling2025-01-241-41/+42
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable30-update-code-signing-crl [stable30] fix(security): Update code signing revocation list
| * | | | | fix(security): Update code signing revocation listautomated/noid/stable30-update-code-signing-crlnextcloud-command2025-01-241-41/+42
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-01-24182-134/+1388
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #50333 from nextcloud/backport/50330/stable30Joas Schilling2025-01-231-1/+1
|\ \ \ \ | | | | | | | | | | [stable30] fix(security): Update .well-known/security.txt expiration date
| * | | | fix(security): Update .well-known/security.txt expiration datebackport/50330/stable30Joas Schilling2025-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-232304-21590/+3188
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #50357 from nextcloud/backport/50355/stable30Joas Schilling2025-01-231-0/+0
|\ \ \ \ \ | |/ / / / |/| | | | fix(translations): Fix webhook_listeners
| * | | | fix(translations): Fix webhook_listenersJoas Schilling2025-01-231-0/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>