aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable30' into backport/48583/stable30backport/48583/stable30Sebastian Krupinski2024-11-14105-216/+260
|\
| * Merge pull request #49264 from nextcloud/3rdparty/stable30/sabre-dav-itip-brokerSebastian Krupinski2024-11-141-0/+0
| |\ | | | | | | [stable30] chore(deps): Add SabreDav Patch for iTip Broker
| | * chore(deps): Add SabreDav Patch for iTip Broker3rdparty/stable30/sabre-dav-itip-brokerSebastianKrupinski2024-11-141-0/+0
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
| * | Merge pull request #49277 from nextcloud/backport/48675/stable30Côme Chilliet2024-11-142-4/+8
| |\ \ | | | | | | | | [stable30] DNS: do not query CNAME if A succeeded already
| | * | fix: remove superflous linebackport/48675/stable30georglauterbach2024-11-141-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
| | * | fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-142-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
| * | | Merge pull request #49280 from nextcloud/backport/49260/stable30Julien Veyssier2024-11-141-1/+5
| |\ \ \ | | | | | | | | | | [stable30] [textprocessing] Fix: Accept scheduling a task if there are equivalent taskprocessing providers only
| | * | | fix(textprocessing): accept scheduling a task if there are equivalent ↵backport/49260/stable30Julien Veyssier2024-11-141-1/+5
| | |/ / | | | | | | | | | | | | | | | | | | | | taskprocessing providers only Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | Merge pull request #49214 from nextcloud/backport/49196/stable30Richard Steinmetz2024-11-141-5/+5
| |\ \ \ | | |/ / | |/| | [stable30] chore(github): Update groupware code owners
| | * | chore(github): Update groupware code ownersbackport/49196/stable30Christoph Wurst2024-11-131-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-14100-206/+242
| | |/ | |/| | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / | fix: override iTip Broker to fix several issuesSebastianKrupinski2024-11-135-1/+381
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #49250 from nextcloud/chore/update-nc-libs-stable30John Molakvoæ2024-11-13177-1019/+536
|\ \ | | | | | | [stable30] chore: Update `@nextcloud/upload` and `@nextcloud/files`
| * | chore: Update `@nextcloud/upload` and `@nextcloud/files`chore/update-nc-libs-stable30Ferdinand Thiessen2024-11-13177-1019/+536
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49047 from ↵dependabot[bot]2024-11-132-6/+5
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/cypress-13.13.3
| * | build(deps-dev): bump cypress from 13.13.2 to 13.13.3dependabot/npm_and_yarn/stable30/cypress-13.13.3dependabot[bot]2024-11-022-6/+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>
* | | Merge pull request #49098 from nextcloud/backport/48933/stable30Richard Steinmetz2024-11-132-1/+65
|\ \ \ | | | | | | | | [stable30] Clear pending two factor tokens also from configuration
| * | | fix: Handle exception when clearing previously removed two factor tokensbackport/48933/stable30Daniel Calviño Sánchez2024-11-052-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a token was already removed from the database but not from the configuration clearing the tokens will try to remove it again from the database, which caused a DoesNotExistException to be thrown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-052-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise as the tokens were removed from the database but not from the configuration the next time that the tokens were cleared the previous tokens were still got from the configuration, and trying to remove them again from the database ended in a DoesNotExistException being thrown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #49241 from nextcloud/backport/38630/stable30yemkareems2024-11-138-10/+10
|\ \ \ \ | | | | | | | | | | [stable30] Fix remaining readdir() calls in loops with undesirable false evaluation potential
| * | | | fix: conflicts resolved in apps.php loadDirectorybackport/38630/stable30yemkareems2024-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: Clean-up some remaining readdir calls with undesirable false evaluation ↵Josh Richards2024-11-137-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | | Merge pull request #49242 from nextcloud/backport/49237/stable30Kate2024-11-131-1/+1
|\ \ \ \ \
| * | | | | fix(Middleware): log deprecation when annotation was actually usedbackport/49237/stable30Arthur Schiwon2024-11-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #49239 from nextcloud/backport/49226/stable30Kate2024-11-133-3/+3
|\ \ \ \ \
| * | | | | fix(dav): file request guest nickname encodingskjnldsv2024-11-133-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #49234 from nextcloud/backport/49139/stable30Sebastian Krupinski2024-11-132-2/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [stable30] feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
| * | | | | feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable30SebastianKrupinski2024-11-122-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1312-26/+40
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #49180 from nextcloud/backport/49143/stable30John Molakvoæ2024-11-134-3/+20
|\ \ \ \ \ | |/ / / / |/| | | | [stable30] fix(files): view-in-folder enabled conditions
| * | | | chore(assets): Recompile assetsbackport/49143/stable30nextcloud-command2024-11-122-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-122-0/+17
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49230 from nextcloud/backport/49219/stable30Joas Schilling2024-11-121-0/+4
|\ \ \ \ | | | | | | | | | | [stable30] docs: Adjust taiwan translators
| * | | | docs: Adjust taiwan translatorsbackport/49219/stable30Joas Schilling2024-11-121-0/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #49207 from nextcloud/backport/48736/stable30Andy Scherzinger2024-11-121-0/+1
|\ \ \ \ | | | | | | | | | | [stable30] fix: log a warning when we can't build a background job
| * | | | fix: log a warning when we can't build a background jobbackport/48736/stable30Robin Appelman2024-11-111-0/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49222 from nextcloud/backport/49218/stable30John Molakvoæ2024-11-121-2/+2
|\ \ \ \
| * | | | fix(files_external): cast storage id intbackport/49218/stable30skjnldsv2024-11-121-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49160 from nextcloud/backport/49146/stable30John Molakvoæ2024-11-121-2/+3
|\ \ \ \ | | | | | | | | | | [stable30] fix: undefined variable $response in DAV storage
| * | | | Fix Undefined variable: response notice in case of non-404 errorbackport/49146/stable30Victor Dubiniuk2024-11-081-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1286-178/+194
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49195 from nextcloud/backport/49176/stable30Joas Schilling2024-11-114-0/+118
|\ \ \ \ | | | | | | | | | | [stable30] feat(testing): Add a fake summary task provider
| * | | | feat(testing): Add a fake summary task providerbackport/49176/stable30Joas Schilling2024-11-114-0/+118
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1158-66/+174
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10110-96/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49174 from ↵John Molakvoæ2024-11-0916-24/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/pinia/testing-0.1.7 chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.7
| * | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/stable30/pinia/testing-0.1.7nextcloud-command2024-11-0914-14/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.7dependabot[bot]2024-11-092-10/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.5 to 0.1.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.7) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #49157 from nextcloud/backport/49147/stable30John Molakvoæ2024-11-099-13/+50
|\ \ \ \
| * | | | chore: compile assetsbackport/49147/stable30skjnldsv2024-11-096-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>