aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(textprocessing): accept scheduling a task if there are equivalent ↵fix/noid/textprocessing-schedule-taskprocessing-providerJulien Veyssier2024-11-131-1/+5
| | | | | | taskprocessing providers only Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #48134 from nextcloud/feat/mail-provider-settingsDaniel2024-11-138-20/+258
|\ | | | | feat: mail provider settings
| * feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-128-20/+258
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #49248 from nextcloud/dependabot/npm_and_yarn/marked-15.0.0Ferdinand Thiessen2024-11-138-12/+12
|\ \ | | | | | | chore(deps): Bump marked from 13.0.3 to 15.0.0
| * | chore(assets): Recompile assetsdependabot/npm_and_yarn/marked-15.0.0nextcloud-command2024-11-136-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(deps): Bump marked from 13.0.3 to 15.0.0dependabot[bot]2024-11-132-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 15.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v13.0.3...v15.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #49041 from ↵John Molakvoæ2024-11-1342-83/+83
|\ \ \ | |/ / |/| | | | | nextcloud/dependabot/github_actions/github-actions-52fdf4f9c4
| * | build(deps): bump the github-actions group with 5 updatesdependabot/github_actions/github-actions-52fdf4f9c4dependabot[bot]2024-11-1342-83/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.2.2` | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.25.2` | `2.31.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.4` | `4.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.5.0` | `4.6.0` | Updates `actions/checkout` from 4.1.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `shivammathur/setup-php` from 2.25.2 to 2.31.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.25.2...c541c155eee45413f5b09a52248675b1a2575231) Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/0a44ba7841725637a19e28fa30b79a866c81b0a6...39370e3970a6d050c480ffad4ff0ed4d3fdee5af) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #48841 from ↵Louis2024-11-131-0/+24
|\ \ \ | | | | | | | | | | | | | | | | IONOS-Productivity/feat/config_unified_search_providers_allowed feat: reduce search providers per config value "unified_search_providers_allowed"
| * | | feat(search): reduce search providers via core app config ↵artonge/local/IONOS/feat/config_unified_search_providers_allowedMisha M.-Kupriyanov2024-11-131-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unified_search.providers_allowed reduce search providers by setting core config value to unified_search.providers_allowed = [ 'files', 'setting' ] ./occ config:app:set --value '["files","settings"]' --type array core unified_search.providers_allowed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* | | | Merge pull request #49240 from nextcloud/feat/postgres-13-17Ferdinand Thiessen2024-11-132-6/+16
|\ \ \ \ | |_|/ / |/| | | feat: Update supported PostgreSQL versions
| * | | feat: Update supported PostgreSQL versionsfeat/postgres-13-17Ferdinand Thiessen2024-11-132-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | 12 is now EOL but 17 was released and should be supported and tested. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #49247 from nextcloud/skjnldbot/nextcloud-uploadJohn Molakvoæ2024-11-13145-869/+407
|\ \ \ \ | |_|/ / |/| | |
| * | | chore: update @nextcloud/upload to 1.7.0skjnldsv2024-11-13145-869/+407
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49237 from nextcloud/fix/noid/deprecation-correct-caseKate2024-11-131-1/+1
|\ \ \ | |/ / |/| |
| * | fix(Middleware): log deprecation when annotation was actually usedfix/noid/deprecation-correct-caseArthur Schiwon2024-11-121-1/+1
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1312-26/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49226 from nextcloud/fix/encode-guest-file-requestJohn Molakvoæ2024-11-134-8/+9
|\ \ | |/ |/| fx(dav): file request guest nickname encoding
| * chore(assets): Recompile assetsfix/encode-guest-file-requestnextcloud-command2024-11-122-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(dav): file request guest nickname encodingskjnldsv2024-11-122-5/+6
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #49139 from nextcloud/enh/issue-48528-disable-imip-messagesSebastian Krupinski2024-11-122-2/+29
|\ | | | | feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
| * Merge branch 'master' into enh/issue-48528-disable-imip-messagesenh/issue-48528-disable-imip-messagesSebastian Krupinski2024-11-12101-215/+241
| |\ | |/ |/|
* | Merge pull request #49219 from nextcloud/reuse/noid/adjust-copyrightJoas Schilling2024-11-121-0/+4
|\ \ | | | | | | docs: Adjust taiwan translators
| * | docs: Adjust taiwan translatorsJoas Schilling2024-11-121-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #49218 from nextcloud/fix/external-storage-intJohn Molakvoæ2024-11-121-2/+2
|\ \ \ | |/ / |/| |
| * | fix(files_external): cast storage id intfix/external-storage-intskjnldsv2024-11-121-2/+2
|/ / | | | | | | 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 #49209 from nextcloud/fix/appstore-regressionsFerdinand Thiessen2024-11-118-23/+30
|\ \ | | | | | | fix(app-store): Add back legacy store API used for update and removal
| * | chore(assets): Recompile assetsfix/appstore-regressionsnextcloud-command2024-11-114-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-114-17/+24
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49210 from nextcloud/fix/rtl-regessionKate2024-11-114-7/+6
|\ \
| * | chore(assets): Recompile assetsfix/rtl-regessionnextcloud-command2024-11-112-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-4/+3
| | | | | | | | | | | | | | | | | | Instead add the direction only to the filename wrapper not the button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49196 from ↵John Molakvoæ2024-11-111-5/+5
|\ \ \ | |/ / |/| | | | | nextcloud/chore/github/groupware-code-owners-update
| * | chore(github): Update groupware code ownerschore/github/groupware-code-owners-updateChristoph Wurst2024-11-111-5/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| | * feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingSebastianKrupinski2024-11-112-2/+29
| |/ |/| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #48736 from nextcloud/joblist-build-error-logAndy Scherzinger2024-11-111-0/+1
|\ \ | | | | | | fix: log a warning when we can't build a background job
| * | fix: log a warning when we can't build a background jobjoblist-build-error-logRobin Appelman2024-10-161-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #48891 from nextcloud/enh/noid/testing-namespaceMaxence Lange2024-11-115-1/+12
|\ \ \ | | | | | | | | [RFC] Setting NCU\ for unstable/work-in-progress API
| * | | feat(core): setting NCU namespaceenh/noid/testing-namespaceMaxence Lange2024-11-075-1/+12
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #49192 from ↵Joas Schilling2024-11-112-2/+33
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/noid/copy-better-typing-from-notifications-app fix(ros): Copy better typing information from Notifications/Spreed app
| * | | fix(ros): Copy better typing information from Notifications appbugfix/noid/copy-better-typing-from-notifications-appJoas Schilling2024-11-112-2/+33
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-providerJoas Schilling2024-11-114-0/+118
|\ \ \ \ | |/ / / |/| | | feat(testing): Add a fake summary task provider
| * | | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-providerJoas Schilling2024-11-094-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>
* | | | Merge pull request #49175 from ↵John Molakvoæ2024-11-101-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.1.0 chore(deps): Bump nextcloud/openapi-extractor from 1.0.1 to 1.1.0 in /vendor-bin/openapi-extractor
| * | | | chore(deps): Bump nextcloud/openapi-extractordependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.1.0dependabot[bot]2024-11-091-6/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.0.1 to 1.1.0. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10110-96/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48561 from ↵John Molakvoæ2024-11-093-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/Jerome-Herbinet-internal-shares-parameter-better-distinction
| * | | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinctionJérôme Herbinet2024-11-093-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>