]>
source.dussan.org Git - nextcloud-server.git/log
Josh [Tue, 20 Feb 2024 15:49:07 +0000 (10:49 -0500)]
fix(db): Remove duplicate missing index check for `cards`
Signed-off-by: Josh <josh.t.richards@gmail.com>
Kate [Tue, 20 Feb 2024 14:56:44 +0000 (15:56 +0100)]
Merge pull request #43668 from nextcloud/feat/core/expose-confirm-password-endpoint
John Molakvoæ [Tue, 20 Feb 2024 14:48:57 +0000 (15:48 +0100)]
Merge pull request #43688 from nextcloud/bump/deps/NcVue8.7.0
provokateurin [Tue, 20 Feb 2024 08:32:33 +0000 (09:32 +0100)]
feat(core): Add OCS endpoint for confirming the user password
Signed-off-by: provokateurin <kate@provokateurin.de>
Eduardo Morales [Tue, 20 Feb 2024 13:23:58 +0000 (07:23 -0600)]
chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 20 Feb 2024 13:22:15 +0000 (07:22 -0600)]
chore(deps): bumped NcVue to 8.7.0
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
John Molakvoæ [Tue, 20 Feb 2024 12:16:48 +0000 (13:16 +0100)]
Merge pull request #43673 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.2
F. E Noel Nfebe [Tue, 20 Feb 2024 11:49:20 +0000 (12:49 +0100)]
Merge pull request #43661 from nextcloud/43256-fix-update-share-expiration-date
Fix undefined share object during expirationDate update
dependabot[bot] [Tue, 20 Feb 2024 11:46:13 +0000 (11:46 +0000)]
Merge pull request #43676 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.4.0
dependabot[bot] [Tue, 20 Feb 2024 11:46:10 +0000 (11:46 +0000)]
Merge pull request #43678 from nextcloud/dependabot/npm_and_yarn/cypress/webpack-preprocessor-6.0.1
Joas Schilling [Tue, 20 Feb 2024 11:19:03 +0000 (12:19 +0100)]
Merge pull request #43671 from nextcloud/fix/migrate-away-from-ilogger-in-trashbin
chore(files_trashbin): Migrate away from deprecated ILogger
dependabot[bot] [Tue, 20 Feb 2024 10:19:19 +0000 (10:19 +0000)]
chore(deps-dev): Bump @cypress/webpack-preprocessor from 6.0.0 to 6.0.1
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 6.0.0 to 6.0.1.
- [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/@cypress/webpack-preprocessor-v6.0.0...@cypress/webpack-preprocessor-v6.0.1)
---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 20 Feb 2024 10:18:36 +0000 (10:18 +0000)]
chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.1 to 2.4.0
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.3.1...v2.4.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
nextcloud-command [Tue, 20 Feb 2024 10:17:26 +0000 (10:17 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Tue, 20 Feb 2024 10:14:16 +0000 (10:14 +0000)]
chore(deps-dev): Bump dockerode from 4.0.0 to 4.0.2
Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v4.0.0...v4.0.2)
---
updated-dependencies:
- dependency-name: dockerode
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
fenn-cs [Mon, 19 Feb 2024 15:25:53 +0000 (16:25 +0100)]
Fix undefined share object during expirationDate update
In
04e87337211351127cd02a0404936de8cb1b0837 a regression was introduced.
`this` means nothing inside arrow functions, hence this.share was referring to
an undefined object and so all attempted updates for expiration dates would fail.
Resolves : https://github.com/nextcloud/server/issues/43256
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
John Molakvoæ [Tue, 20 Feb 2024 09:29:54 +0000 (10:29 +0100)]
Merge pull request #43666 from nextcloud/fix/files-quota-warnings-zero-and-unlimited
Côme Chilliet [Tue, 20 Feb 2024 09:03:53 +0000 (10:03 +0100)]
chore(files_trashbin): Migrate away from deprecated ILogger
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
John Molakvoæ [Tue, 20 Feb 2024 07:57:31 +0000 (08:57 +0100)]
Merge pull request #43664 from nextcloud/perf/early-exit-report
provokateurin [Sun, 21 Jan 2024 19:29:54 +0000 (20:29 +0100)]
feat(core): Expose the confirm password endpoint
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Tue, 20 Feb 2024 00:19:03 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Josh [Mon, 19 Feb 2024 22:49:03 +0000 (17:49 -0500)]
fix(files): Dont't warn re: full storage on either zero or unlimited quotas
Fixes #43535
Fixes #43280
Replaces #43544
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Richard Steinmetz [Mon, 19 Feb 2024 08:39:26 +0000 (09:39 +0100)]
perf: skip request without read permission
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Johannes [Mon, 19 Feb 2024 14:20:07 +0000 (15:20 +0100)]
Merge pull request #43339 from nextcloud/fix/42588/remove-redundant-indices
fix(db): remove redundant indices in properties
Git'Fellow [Mon, 19 Feb 2024 14:11:11 +0000 (15:11 +0100)]
Merge pull request #43637 from nextcloud/mb-convert-fix
Move away from deprecated utf8_encode() on PHP 8.2+
Christoph Wurst [Mon, 19 Feb 2024 09:53:05 +0000 (10:53 +0100)]
Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-off
fix(db): Let dirty writes cool off
Christoph Wurst [Fri, 2 Feb 2024 15:53:59 +0000 (16:53 +0100)]
fix(db): Let dirty writes cool off
We can assume that after a few seconds a read will be clean again.
This is helpful for false warnings in long running processes.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Mon, 19 Feb 2024 00:19:00 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Johannes Merkel [Sun, 4 Feb 2024 22:27:39 +0000 (23:27 +0100)]
fix(db): remove redundant indices in properties
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
Nextcloud bot [Sun, 18 Feb 2024 00:19:47 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Git'Fellow [Sat, 17 Feb 2024 20:37:34 +0000 (21:37 +0100)]
Move away from deprecated utf_encode() on PHP 8.2+
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
dependabot[bot] [Sat, 17 Feb 2024 16:04:50 +0000 (16:04 +0000)]
Merge pull request #43508 from nextcloud/dependabot/npm_and_yarn/vue/tsconfig-0.5.1
dependabot[bot] [Sat, 17 Feb 2024 15:48:29 +0000 (15:48 +0000)]
Merge pull request #43631 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.1
dependabot[bot] [Sat, 10 Feb 2024 02:37:13 +0000 (02:37 +0000)]
chore(deps-dev): Bump @vue/tsconfig from 0.4.0 to 0.5.1
Bumps [@vue/tsconfig](https://github.com/vuejs/tsconfig) from 0.4.0 to 0.5.1.
- [Commits](https://github.com/vuejs/tsconfig/compare/v0.4.0...v0.5.1)
---
updated-dependencies:
- dependency-name: "@vue/tsconfig"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 17 Feb 2024 15:40:03 +0000 (15:40 +0000)]
Merge pull request #43626 from nextcloud/dependabot/npm_and_yarn/undici-5.28.3
dependabot[bot] [Sat, 17 Feb 2024 04:27:47 +0000 (04:27 +0000)]
Merge pull request #43630 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.1
dependabot[bot] [Sat, 17 Feb 2024 02:58:55 +0000 (02:58 +0000)]
chore(deps): bump dorny/paths-filter from 3.0.0 to 3.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/
0bc4621a3135347011ad047f9ecf449bf72ce2bd ...
ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 17 Feb 2024 02:58:50 +0000 (02:58 +0000)]
chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/
26f96dfa697d77e81fd5907df203aa23a56210a8 ...
5d5d22a31266ced268874388b861e4b58bb5c2f3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 17 Feb 2024 00:19:03 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Fri, 16 Feb 2024 18:19:30 +0000 (18:19 +0000)]
chore(deps-dev): bump undici from 5.27.2 to 5.28.3
Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.3)
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Fri, 16 Feb 2024 16:08:25 +0000 (17:08 +0100)]
Merge pull request #43604 from nextcloud/enh/breadcrumbs/43569/apply-breadcrumbs-logic-from-personal-files-to-all-files-view
nextcloud-command [Fri, 16 Feb 2024 15:47:07 +0000 (15:47 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Eduardo Morales [Fri, 16 Feb 2024 14:32:59 +0000 (08:32 -0600)]
enh: breadcrumb icon matches nav view icon
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Thu, 15 Feb 2024 15:20:32 +0000 (09:20 -0600)]
enh: breadcrumbs icons are now more visually descriptive
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Robin Appelman [Fri, 16 Feb 2024 10:24:35 +0000 (11:24 +0100)]
Merge pull request #40555 from nextcloud/query-optimize-distribute
optimize query pattern used by storage filter
Robin Appelman [Thu, 15 Feb 2024 17:16:13 +0000 (18:16 +0100)]
add some comments for the distributive operation and add another test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Fri, 16 Feb 2024 00:19:11 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna [Thu, 15 Feb 2024 18:00:39 +0000 (19:00 +0100)]
Merge pull request #43117 from nextcloud/enh/1653/enable-unsharing-for-dav-shares
enh(sharing): enable unsharing for sharees for DAV shares
Anna Larch [Tue, 30 Jan 2024 17:35:44 +0000 (18:35 +0100)]
enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and calendars)
Signed-off-by: Anna Larch <anna@nextcloud.com>
Robin Appelman [Tue, 6 Feb 2024 13:31:21 +0000 (14:31 +0100)]
add extra flatten step to improve "or eq" -> "in" optimization
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 6 Feb 2024 09:59:17 +0000 (10:59 +0100)]
fix types + autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 5 Feb 2024 17:56:43 +0000 (18:56 +0100)]
add a search query step to split IN statements that are to large for oci
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 22 Sep 2023 08:17:18 +0000 (10:17 +0200)]
hopefully improve propagation of 'path eq hash' hint into 'in' statements
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 21 Sep 2023 11:49:16 +0000 (13:49 +0200)]
optimize query pattern used by storage filter
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Thu, 15 Feb 2024 14:37:09 +0000 (15:37 +0100)]
Merge pull request #43568 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.8.1
chore(deps): Bump guzzlehttp/guzzle from 7.5.0 to 7.8.1
Joas Schilling [Thu, 15 Feb 2024 14:29:47 +0000 (15:29 +0100)]
Merge pull request #43552 from nextcloud/bugfix/noid/rfc7239-compatible-proxy-handling
fix(request): Handle reverse proxy setting a port in Forwarded-For
Joas Schilling [Wed, 14 Feb 2024 09:21:42 +0000 (10:21 +0100)]
chore(deps): Bump guzzlehttp/guzzle from 7.5.0 to 7.8.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 15 Feb 2024 09:36:35 +0000 (10:36 +0100)]
Merge pull request #43593 from nextcloud/bugfix/noid/add-missing-bruteforce-protection
fix: Add bruteforce protection to email endpoint
John Molakvoæ [Thu, 15 Feb 2024 08:55:20 +0000 (09:55 +0100)]
Merge pull request #43588 from nextcloud/feat/woff2-check-setupcheck
Christoph Wurst [Thu, 15 Feb 2024 08:54:51 +0000 (09:54 +0100)]
Merge pull request #43285 from nextcloud/fix/db/dirty-read-transaction-message
fix(db): Give dirty read exception a message
Arthur Schiwon [Thu, 15 Feb 2024 08:42:08 +0000 (09:42 +0100)]
Merge pull request #43592 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
John Molakvoæ [Thu, 15 Feb 2024 08:35:38 +0000 (09:35 +0100)]
Merge pull request #43211 from nextcloud/feature/person-files-view/42919/base-draft
Christoph Wurst [Fri, 2 Feb 2024 11:58:47 +0000 (12:58 +0100)]
fix(db): Give dirty read exception a message
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 15 Feb 2024 08:09:57 +0000 (09:09 +0100)]
Merge pull request #43595 from nextcloud/bugfix/noid/make-psalm-green-again
fix(OCP): Add since tag to all constants
John Molakvoæ [Thu, 15 Feb 2024 07:41:42 +0000 (08:41 +0100)]
fix(tests): favorites view order
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Eduardo Morales [Wed, 14 Feb 2024 15:27:43 +0000 (09:27 -0600)]
chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 6 Feb 2024 18:00:59 +0000 (12:00 -0600)]
fix: condensed filtering logic
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 6 Feb 2024 02:08:01 +0000 (20:08 -0600)]
enh: added option to render icon and text for breadcrumb
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Fri, 2 Feb 2024 16:34:49 +0000 (10:34 -0600)]
feat: changed filtering logic
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Wed, 31 Jan 2024 18:54:11 +0000 (12:54 -0600)]
feat: added filtering to filter out files that are shared
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 30 Jan 2024 15:00:15 +0000 (09:00 -0600)]
feature: personal views
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Joas Schilling [Thu, 15 Feb 2024 06:57:26 +0000 (07:57 +0100)]
fix(OCP): Add since tag to all constants
Signed-off-by: Joas Schilling <coding@schilljs.com>
Anupam Kumar [Thu, 15 Feb 2024 05:56:10 +0000 (11:26 +0530)]
Merge pull request #43355 from nextcloud/feat/ocp-link-reference-provider
feat: Migrate LinkReferenceProvider to OCP
nextcloud-command [Thu, 15 Feb 2024 02:22:14 +0000 (02:22 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Ferdinand Thiessen [Thu, 15 Feb 2024 02:15:08 +0000 (03:15 +0100)]
Merge pull request #43488 from nextcloud/fix/use-nc-components-account-property-section
fix: Use nextcloud-vue components for personal info settings
Ferdinand Thiessen [Thu, 15 Feb 2024 01:10:31 +0000 (02:10 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 15 Feb 2024 01:08:04 +0000 (02:08 +0100)]
enh(settings): Migrate WOFF2 loading check to a SetupCheck
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 15 Feb 2024 01:07:01 +0000 (02:07 +0100)]
enh(settings): Add trait for setup checks that need to access the webserver using HTTP requests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Thu, 15 Feb 2024 00:20:01 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sat, 10 Feb 2024 18:57:16 +0000 (19:57 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 10 Feb 2024 18:38:12 +0000 (19:38 +0100)]
enh(settings): Add Cypress tests for personal information
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 10 Feb 2024 18:37:13 +0000 (19:37 +0100)]
fix(settings): Use status states from `NcInputField` instead of custom handling
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 9 Feb 2024 15:12:52 +0000 (16:12 +0100)]
fix(settings): Migrate AccountPropertySection to `@nextcloud/vue` components
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Pytal [Wed, 14 Feb 2024 20:24:31 +0000 (12:24 -0800)]
Merge pull request #43560 from nextcloud/enh/clear-file-reminders
enh(files_remidners): Allow clearing reminders
Joas Schilling [Wed, 14 Feb 2024 20:22:21 +0000 (21:22 +0100)]
Merge pull request #43581 from nextcloud/bugfix/noid/use-real-deprecation
fix(settings): Deprecate old things for real
Joas Schilling [Fri, 2 Feb 2024 15:26:08 +0000 (16:26 +0100)]
fix: Add bruteforce protection to email endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christopher Ng [Tue, 13 Feb 2024 23:56:14 +0000 (15:56 -0800)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 13 Feb 2024 23:25:51 +0000 (15:25 -0800)]
enh(files_reminders): Allow clearing reminders
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 13 Feb 2024 23:14:46 +0000 (15:14 -0800)]
feat(files_reminders): Add propfind dav plugin
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Joas Schilling [Wed, 14 Feb 2024 19:48:27 +0000 (20:48 +0100)]
fix(OCP): Add since tag for all constants
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Feb 2024 16:28:38 +0000 (17:28 +0100)]
fix(OCP): Check for typos in "deprecated"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Feb 2024 16:20:26 +0000 (17:20 +0100)]
fix(settings): Deprecate old things for real
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maksim Sukharev [Wed, 14 Feb 2024 18:58:02 +0000 (19:58 +0100)]
Merge pull request #43582 from nextcloud/chore/deps-nextcloud-upload
chore(deps): bump `@nextcloud/upload` to `1.0.5`
skjnldsv [Wed, 14 Feb 2024 17:08:21 +0000 (18:08 +0100)]
chore(deps): bump `@nextcloud/upload` to `1.0.5`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 14 Feb 2024 16:54:41 +0000 (17:54 +0100)]
Merge pull request #43570 from nextcloud/chore/remove-old-migrations
Joas Schilling [Wed, 14 Feb 2024 14:38:15 +0000 (15:38 +0100)]
fix(CS): Fix coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Feb 2024 13:56:01 +0000 (14:56 +0100)]
Merge pull request #43514 from nextcloud/chore/drone-to-github-checkers
chore(CI): Migrate autocheckers from Drone to GitHub
Julien Veyssier [Wed, 14 Feb 2024 13:20:29 +0000 (14:20 +0100)]
Merge pull request #43548 from nextcloud/enh/stt-error-in-event
Include error message in speech-to-text failure event
Anupam Kumar [Mon, 5 Feb 2024 11:44:22 +0000 (17:14 +0530)]
feat: Migrate LinkReferenceProvider to OCP
This would be useful to eleminate the need for using this OC class
when an app dev wants to implement a custom reference provider
for the web client but wants to fall back on opengraph for mobile
clients.
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Joas Schilling [Tue, 13 Feb 2024 13:04:42 +0000 (14:04 +0100)]
chore: Sign .drone.yml config
Signed-off-by: Joas Schilling <coding@schilljs.com>