]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 weeks agofix(ShareAPI): Send mails for mail shares by default fix/48012/fix-share-email-send-mail-share 48381/head
fenn-cs [Thu, 26 Sep 2024 11:00:52 +0000 (13:00 +0200)]
fix(ShareAPI): Send mails for mail shares by default

It looks like, the frontend it needs to provide the `sendMail` param
for the backend to decide wether mails would be sent.

Our UI does not have that at the moment so it should default to sending
emails always for mail shares.

Not exactly sure how this was handled earlier but this is a good starting point.

Resolves : https://github.com/nextcloud/server/issues/48012

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
4 weeks agoMerge pull request #48874 from nextcloud/jtr/setup-checks-heading
Ferdinand Thiessen [Thu, 24 Oct 2024 11:09:18 +0000 (13:09 +0200)]
Merge pull request #48874 from nextcloud/jtr/setup-checks-heading

fix(settings): Change "setup warnings" -> "setup checks" in Overview

4 weeks agoMerge pull request #48863 from nextcloud/fix/noid/textprocessing-list-types
Julien Veyssier [Thu, 24 Oct 2024 10:51:55 +0000 (12:51 +0200)]
Merge pull request #48863 from nextcloud/fix/noid/textprocessing-list-types

[TextProcessing] Fix: Also list types that are available in task processing

4 weeks agofeat(textprocessing): factorize taskProcessingCompatibleTaskTypes 48863/head
Julien Veyssier [Thu, 24 Oct 2024 10:18:03 +0000 (12:18 +0200)]
feat(textprocessing): factorize taskProcessingCompatibleTaskTypes

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
4 weeks agofix(textprocessing): also list types that are available in task processing
Julien Veyssier [Wed, 23 Oct 2024 14:40:34 +0000 (16:40 +0200)]
fix(textprocessing): also list types that are available in task processing

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 24 Oct 2024 00:20:18 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agofix(settings): Change "setup warnings" -> "setup checks" in Overview jtr/setup-checks-heading 48874/head
Josh [Wed, 23 Oct 2024 21:31:59 +0000 (17:31 -0400)]
fix(settings): Change "setup warnings" -> "setup checks" in Overview

Signed-off-by: Josh <josh.t.richards@gmail.com>
4 weeks agoMerge pull request #48864 from nextcloud/fix/invalid-app-config
Ferdinand Thiessen [Wed, 23 Oct 2024 18:58:44 +0000 (20:58 +0200)]
Merge pull request #48864 from nextcloud/fix/invalid-app-config

fix(settings): Do not use `null` on `string` parameter for sharing disclaimer

4 weeks agochore: Compile assets fix/invalid-app-config 48864/head
Ferdinand Thiessen [Wed, 23 Oct 2024 18:12:37 +0000 (20:12 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(settings): Do not use `null` on `string` parameter for sharing disclaimer
Ferdinand Thiessen [Wed, 23 Oct 2024 18:12:32 +0000 (20:12 +0200)]
fix(settings): Do not use `null` on `string` parameter for sharing disclaimer

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agoMerge pull request #48852 from nextcloud/fix/app-store-markdown
Ferdinand Thiessen [Wed, 23 Oct 2024 17:51:47 +0000 (19:51 +0200)]
Merge pull request #48852 from nextcloud/fix/app-store-markdown

fix(app-store): Correctly render Markdown in app description

4 weeks agoMerge pull request #48867 from nextcloud/fix/apps/wrong-missing-casts
Kate [Wed, 23 Oct 2024 15:47:25 +0000 (17:47 +0200)]
Merge pull request #48867 from nextcloud/fix/apps/wrong-missing-casts

4 weeks agochore(assets): Recompile assets fix/app-store-markdown 48852/head
nextcloud-command [Wed, 23 Oct 2024 15:20:48 +0000 (15:20 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agoMerge pull request #48854 from nextcloud/fix/proxy-app-screenshot
Kate [Wed, 23 Oct 2024 15:18:13 +0000 (17:18 +0200)]
Merge pull request #48854 from nextcloud/fix/proxy-app-screenshot

4 weeks agofix(app-store): Correctly render Markdown in app description
Ferdinand Thiessen [Wed, 23 Oct 2024 10:49:58 +0000 (12:49 +0200)]
fix(app-store): Correctly render Markdown in app description

This seems to be broken by an update because the renderer now passes an object instead of multiple arguments to the render functions.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(apps): Fix wrong or missing casts fix/apps/wrong-missing-casts 48867/head
provokateurin [Wed, 23 Oct 2024 15:06:59 +0000 (17:06 +0200)]
fix(apps): Fix wrong or missing casts

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48853 from nextcloud/fix/app-store-groups
Ferdinand Thiessen [Wed, 23 Oct 2024 15:04:18 +0000 (17:04 +0200)]
Merge pull request #48853 from nextcloud/fix/app-store-groups

fix(app-store): Ensure the `groups` property is always an array

4 weeks agoMerge pull request #48850 from nextcloud/fix/unified-search-ctrl-f
Ferdinand Thiessen [Wed, 23 Oct 2024 13:11:26 +0000 (15:11 +0200)]
Merge pull request #48850 from nextcloud/fix/unified-search-ctrl-f

fix(unified-search): Close on second ctrl+f

4 weeks agoMerge pull request #48851 from nextcloud/artonge/fix/uid_type
Louis [Wed, 23 Oct 2024 12:13:33 +0000 (14:13 +0200)]
Merge pull request #48851 from nextcloud/artonge/fix/uid_type

Fix $uid type in Encryption stream

4 weeks agoMerge pull request #48837 from nextcloud/followup/47329/add-all-types-to-handling
Joas Schilling [Wed, 23 Oct 2024 11:47:42 +0000 (13:47 +0200)]
Merge pull request #48837 from nextcloud/followup/47329/add-all-types-to-handling

fix(entity): Fix mapping of old/sub-types to actually supported datab…

4 weeks agoMerge pull request #48839 from nextcloud/build/translation-checker-print-rtl-limited...
Ferdinand Thiessen [Wed, 23 Oct 2024 11:42:27 +0000 (13:42 +0200)]
Merge pull request #48839 from nextcloud/build/translation-checker-print-rtl-limited-characters

build: Print RTL limited characters in translation-checker

4 weeks agofix(app-store): Also proxy images of locally installed apps fix/proxy-app-screenshot 48854/head
Ferdinand Thiessen [Wed, 23 Oct 2024 10:54:25 +0000 (12:54 +0200)]
fix(app-store): Also proxy images of locally installed apps

Before this only app store apps got their screenshots proxied,
but this will cause locally installed apps to not be correctly shown on the app-store.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(app-store): Ensure the `groups` property is always an array fix/app-store-groups 48853/head
Ferdinand Thiessen [Wed, 23 Oct 2024 10:57:29 +0000 (12:57 +0200)]
fix(app-store): Ensure the `groups` property is always an array

If the value was a string, like a single group, then `json_decode` will also yield only a string.
So in this case we ensure the property is always an array with that value.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agochore: Compile assets fix/unified-search-ctrl-f 48850/head
Ferdinand Thiessen [Wed, 23 Oct 2024 11:26:25 +0000 (13:26 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(unified-search): Close on second ctrl+f
Ferdinand Thiessen [Wed, 23 Oct 2024 10:49:33 +0000 (12:49 +0200)]
fix(unified-search): Close on second ctrl+f

Also only add the event listener if short-cuts are not disabled for accessibility reasons.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix: $uid type in Encryption stream artonge/fix/uid_type 48851/head
Louis [Wed, 23 Oct 2024 11:19:05 +0000 (13:19 +0200)]
fix: $uid type in Encryption stream

As explained by the comment.

Signed-off-by: Louis <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 weeks agobuild: Show the actual string build/translation-checker-print-rtl-limited-characters 48839/head
Joas Schilling [Wed, 23 Oct 2024 07:39:57 +0000 (09:39 +0200)]
build: Show the actual string

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agofix(entity): Fix mapping of old/sub-types to actually supported database types followup/47329/add-all-types-to-handling 48837/head
Joas Schilling [Tue, 22 Oct 2024 09:20:38 +0000 (11:20 +0200)]
fix(entity): Fix mapping of old/sub-types to actually supported database types

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 23 Oct 2024 00:24:03 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 22 Oct 2024 12:31:18 +0000 (12:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 22 Oct 2024 11:39:20 +0000 (11:39 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agobuild: Print RTL limited characters in translation-checker
provokateurin [Tue, 22 Oct 2024 11:03:06 +0000 (13:03 +0200)]
build: Print RTL limited characters in translation-checker

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48790 from nextcloud/refactor/apps/constructor-property-promotion
Kate [Tue, 22 Oct 2024 10:47:45 +0000 (12:47 +0200)]
Merge pull request #48790 from nextcloud/refactor/apps/constructor-property-promotion

4 weeks agoMerge pull request #48756 from nextcloud/build/autoloader/remove-noisy-changes
Kate [Tue, 22 Oct 2024 09:20:10 +0000 (11:20 +0200)]
Merge pull request #48756 from nextcloud/build/autoloader/remove-noisy-changes

4 weeks agoMerge pull request #48799 from nextcloud/fix/people-translation
Ferdinand Thiessen [Tue, 22 Oct 2024 01:54:27 +0000 (03:54 +0200)]
Merge pull request #48799 from nextcloud/fix/people-translation

fix(files_sharing): Add correct context to translation

4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 22 Oct 2024 00:22:32 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #48728 from nextcloud/fix/nav-quota-new-design
Ferdinand Thiessen [Mon, 21 Oct 2024 21:07:47 +0000 (23:07 +0200)]
Merge pull request #48728 from nextcloud/fix/nav-quota-new-design

fix(files): Adjust NavigationQuota for Nextcloud 30 design

4 weeks agochore(assets): Recompile assets fix/nav-quota-new-design 48728/head
nextcloud-command [Mon, 21 Oct 2024 11:49:53 +0000 (11:49 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agofix(files): Adjust NavigationQuota for Nextcloud 30 design
Ferdinand Thiessen [Wed, 16 Oct 2024 10:04:52 +0000 (12:04 +0200)]
fix(files): Adjust NavigationQuota for Nextcloud 30 design

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agoMerge pull request #48583 from nextcloud/fix/overide-itip-broker
Sebastian Krupinski [Mon, 21 Oct 2024 18:41:57 +0000 (14:41 -0400)]
Merge pull request #48583 from nextcloud/fix/overide-itip-broker

fix: override iTip Broker to fix several issues

4 weeks agofix: override iTip Broker to fix several issues fix/overide-itip-broker 48583/head
SebastianKrupinski [Sun, 6 Oct 2024 22:39:36 +0000 (18:39 -0400)]
fix: override iTip Broker to fix several issues

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
4 weeks agoMerge pull request #48758 from nextcloud/feat/files/chunked-upload-config-capabilities
Kate [Mon, 21 Oct 2024 13:46:36 +0000 (15:46 +0200)]
Merge pull request #48758 from nextcloud/feat/files/chunked-upload-config-capabilities

4 weeks agochore(assets): Recompile assets fix/people-translation 48799/head
nextcloud-command [Mon, 21 Oct 2024 11:02:20 +0000 (11:02 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agofix(files_sharing): Add correct context to translation
Ferdinand Thiessen [Fri, 18 Oct 2024 18:02:33 +0000 (20:02 +0200)]
fix(files_sharing): Add correct context to translation

This string is extracted in the `files_sharing` app so it needs to be accessed there and not on `files`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(psalm): Fix some newly detected issues refactor/apps/constructor-property-promotion 48790/head
provokateurin [Fri, 18 Oct 2024 10:40:17 +0000 (12:40 +0200)]
fix(psalm): Fix some newly detected issues

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agorefactor(apps): Use constructor property promotion when possible
provokateurin [Fri, 18 Oct 2024 10:04:22 +0000 (12:04 +0200)]
refactor(apps): Use constructor property promotion when possible

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agofeat(files): Expose chunked upload config via capabilities feat/files/chunked-upload-config-capabilities 48758/head
provokateurin [Thu, 17 Oct 2024 07:19:44 +0000 (09:19 +0200)]
feat(files): Expose chunked upload config via capabilities

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48809 from nextcloud/rakekniven-patch-1
Louis [Mon, 21 Oct 2024 08:03:26 +0000 (10:03 +0200)]
Merge pull request #48809 from nextcloud/rakekniven-patch-1

chore(i18n): Improved grammar

4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 21 Oct 2024 00:20:31 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agochore(assets): Recompile assets 48809/head
nextcloud-command [Sun, 20 Oct 2024 13:11:34 +0000 (13:11 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agoMerge pull request #48812 from nextcloud/bugfix/noid/fix-download-activity-parameters
Joas Schilling [Sun, 20 Oct 2024 06:02:41 +0000 (08:02 +0200)]
Merge pull request #48812 from nextcloud/bugfix/noid/fix-download-activity-parameters

fix(activity): Fix download activity parameters

4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 20 Oct 2024 00:20:35 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agofix(activity): Fix download activity parameters bugfix/noid/fix-download-activity-parameters 48812/head
Joas Schilling [Sat, 19 Oct 2024 20:50:44 +0000 (22:50 +0200)]
fix(activity): Fix download activity parameters

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agochore(i18n): Improved grammar
rakekniven [Sat, 19 Oct 2024 09:41:06 +0000 (11:41 +0200)]
chore(i18n): Improved grammar

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
4 weeks agoMerge pull request #48804 from nextcloud/dependabot/composer/vendor-bin/openapi-extra...
Kate [Sat, 19 Oct 2024 06:46:08 +0000 (08:46 +0200)]
Merge pull request #48804 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.0.1

4 weeks agoMerge pull request #48806 from nextcloud/dependabot/composer/vendor-bin/cs-fixer...
Kate [Sat, 19 Oct 2024 06:34:13 +0000 (08:34 +0200)]
Merge pull request #48806 from nextcloud/dependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2

4 weeks agoMerge pull request #48775 from nextcloud/automated/noid/master-update-code-signing-crl
Joas Schilling [Sat, 19 Oct 2024 06:22:54 +0000 (08:22 +0200)]
Merge pull request #48775 from nextcloud/automated/noid/master-update-code-signing-crl

[master] fix(security): Update code signing revocation list

4 weeks agochore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer dependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 48806/head
dependabot[bot] [Sat, 19 Oct 2024 02:46:25 +0000 (02:46 +0000)]
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer

Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agochore(deps): Bump nextcloud/openapi-extractor dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.0.1 48804/head
dependabot[bot] [Sat, 19 Oct 2024 02:06:03 +0000 (02:06 +0000)]
chore(deps): Bump nextcloud/openapi-extractor

Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.0.0 to 1.0.1.
- [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: nextcloud/openapi-extractor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agofix(security): Update code signing revocation list automated/noid/master-update-code-signing-crl 48775/head
nextcloud-command [Sat, 19 Oct 2024 02:29:32 +0000 (02:29 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 19 Oct 2024 00:22:55 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #48787 from nextcloud/ci/noid/enable-required-php-extensions
Marcel Müller [Fri, 18 Oct 2024 19:51:43 +0000 (21:51 +0200)]
Merge pull request #48787 from nextcloud/ci/noid/enable-required-php-extensions

ci: Update list of installed PHP extensions (as some are not default …

4 weeks agoMerge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support
Ferdinand Thiessen [Fri, 18 Oct 2024 17:05:08 +0000 (19:05 +0200)]
Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support

feat(AppFramework): Add full support for date / time / datetime columns

4 weeks agoMerge pull request #48547 from nextcloud/feat/row_format_check
Benjamin Gaussorgues [Fri, 18 Oct 2024 09:59:58 +0000 (11:59 +0200)]
Merge pull request #48547 from nextcloud/feat/row_format_check

4 weeks agoMerge pull request #48765 from nextcloud/dbQueriesExecStmt2
Kate [Fri, 18 Oct 2024 09:45:09 +0000 (11:45 +0200)]
Merge pull request #48765 from nextcloud/dbQueriesExecStmt2

4 weeks agoci: Update list of installed PHP extensions (as some are not default enabled in new... ci/noid/enable-required-php-extensions 48787/head
Joas Schilling [Fri, 18 Oct 2024 07:56:56 +0000 (09:56 +0200)]
ci: Update list of installed PHP extensions (as some are not default enabled in new images)

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agoMerge pull request #48418 from nextcloud/config-carddav-sync-request-timeout
Christoph Wurst [Fri, 18 Oct 2024 07:39:36 +0000 (09:39 +0200)]
Merge pull request #48418 from nextcloud/config-carddav-sync-request-timeout

feat: configurable request timeout for carddav sync

4 weeks agoMerge pull request #48760 from nextcloud/feat/noid/support-email-mentions
Joas Schilling [Fri, 18 Oct 2024 06:20:01 +0000 (08:20 +0200)]
Merge pull request #48760 from nextcloud/feat/noid/support-email-mentions

feat(comments): Support mentioning emails

4 weeks agofix(comments): Add test for email mention feat/noid/support-email-mentions 48760/head
Joas Schilling [Fri, 18 Oct 2024 05:39:41 +0000 (07:39 +0200)]
fix(comments): Add test for email mention

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 18 Oct 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agochore: Use constant for default value config-carddav-sync-request-timeout 48418/head
Pablo Zmdl [Mon, 14 Oct 2024 07:56:30 +0000 (09:56 +0200)]
chore: Use constant for default value

Co-authored-by: Thomas Citharel <nextcloud@tcit.fr>
Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com>
4 weeks agofeat: configurable request timeout for carddav sync
Pablo Zmdl [Fri, 27 Sep 2024 11:59:09 +0000 (13:59 +0200)]
feat: configurable request timeout for carddav sync

Big federated setups may need a longer timeout, which they now can
configure.

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
4 weeks agochore(db): Apply query prepared statements dbQueriesExecStmt2 48765/head
Git'Fellow [Thu, 17 Oct 2024 13:42:21 +0000 (15:42 +0200)]
chore(db): Apply query prepared statements

Fix: psalm

fix: bad file

fix: bug

chore: add batch

chore: add batch

chore: add batch

fix: psalm

4 weeks agofix: Adjust Entity types feat/add-datetime-qbmapper-support 47329/head
Ferdinand Thiessen [Thu, 19 Sep 2024 13:46:20 +0000 (15:46 +0200)]
fix: Adjust Entity types

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix: Prevent breaking change in IQueryBuilder
Ferdinand Thiessen [Wed, 21 Aug 2024 09:42:56 +0000 (11:42 +0200)]
fix: Prevent breaking change in IQueryBuilder

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix: Adjust parameter type usage and add SQLite support
Ferdinand Thiessen [Tue, 20 Aug 2024 09:55:14 +0000 (11:55 +0200)]
fix: Adjust parameter type usage and add SQLite support

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofeat(AppFramework): Add full support for date / time / datetime columns
Ferdinand Thiessen [Mon, 19 Aug 2024 14:43:17 +0000 (16:43 +0200)]
feat(AppFramework): Add full support for date / time / datetime columns

This adds support for all Doctrine supported types, for the column types only the immutable variants needed to be added.
But especially those types are the important ones, as our **Entity** class works by detecting changes through setters.
Meaning if it is mutable, changes like `$entity->date->modfiy()` can not be detected, so the immutable types make more sense here.

Similar the parameter types needed to be added.

`Enity` and `QBMapper` needed to be adjusted so they support (auto map) those types, required when insert or update an entity.

Also added more tests, especially to make sure the mapper really serializes the values correctly.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix(comments): Document supported types and provide psalm typing
Joas Schilling [Thu, 17 Oct 2024 10:37:14 +0000 (12:37 +0200)]
fix(comments): Document supported types and provide psalm typing

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 weeks agofeat(comments): Support mentioning emails
Joas Schilling [Thu, 17 Oct 2024 10:34:18 +0000 (12:34 +0200)]
feat(comments): Support mentioning emails

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 weeks agoMerge pull request #48724 from nextcloud/dbQueriesExecStmt
Joas Schilling [Thu, 17 Oct 2024 09:29:46 +0000 (11:29 +0200)]
Merge pull request #48724 from nextcloud/dbQueriesExecStmt

chore(db): Apply query prepared statements

5 weeks agochore(db): Correctly apply query types 48724/head
Git'Fellow [Wed, 16 Oct 2024 08:41:21 +0000 (10:41 +0200)]
chore(db): Correctly apply query types

fix: psalm

fix: error

fix: add batch

fix: fatal error

fix: add batch

chore: add batch

chore: add batch

fix: psalm

fix: typo

fix: psalm

fix: return bool

fix: revert Manager

5 weeks agobuild(autoloader): Remove noisy changes when regenerating build/autoloader/remove-noisy-changes 48756/head
provokateurin [Thu, 17 Oct 2024 07:20:36 +0000 (09:20 +0200)]
build(autoloader): Remove noisy changes when regenerating

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agoMerge pull request #48743 from nextcloud/fix/45717/hide-last-modified-for-shipped...
Kate [Thu, 17 Oct 2024 06:59:02 +0000 (08:59 +0200)]
Merge pull request #48743 from nextcloud/fix/45717/hide-last-modified-for-shipped-apps

5 weeks agoMerge pull request #48734 from nextcloud/fix/45884/accept-notification
Joas Schilling [Thu, 17 Oct 2024 06:39:21 +0000 (08:39 +0200)]
Merge pull request #48734 from nextcloud/fix/45884/accept-notification

fix: get rid of denied notification when accept

5 weeks agoMerge pull request #48373 from nextcloud/fix/788/add-password-confirmation-required...
yemkareems [Thu, 17 Oct 2024 05:40:19 +0000 (11:10 +0530)]
Merge pull request #48373 from nextcloud/fix/788/add-password-confirmation-required-to-user-storage-create

fix: add PasswordConfirmationRequired to create user storages endpoint

5 weeks agoMerge branch 'master' into fix/788/add-password-confirmation-required-to-user-storage... 48373/head
yemkareems [Thu, 17 Oct 2024 04:27:12 +0000 (09:57 +0530)]
Merge branch 'master' into fix/788/add-password-confirmation-required-to-user-storage-create

5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 17 Oct 2024 00:21:11 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #46124 from nextcloud/fix/ownership-transfer-source-user-files
Pytal [Wed, 16 Oct 2024 23:06:23 +0000 (16:06 -0700)]
Merge pull request #46124 from nextcloud/fix/ownership-transfer-source-user-files

fix: Fix "Unknown path" error when source user `files` folder has not been initialized

5 weeks agorefactor: Inject IRootFolder 46124/head
Christopher Ng [Thu, 27 Jun 2024 18:40:05 +0000 (11:40 -0700)]
refactor: Inject IRootFolder

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agofix: Fix "Unknown path" error when source user `files` folder has not been initialized
Christopher Ng [Tue, 25 Jun 2024 23:18:30 +0000 (16:18 -0700)]
fix: Fix "Unknown path" error when source user `files` folder has not been initialized

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agofix(appstore): Hide last modified information for shipped apps fix/45717/hide-last-modified-for-shipped-apps 48743/head
Marcel Müller [Wed, 16 Oct 2024 21:46:45 +0000 (23:46 +0200)]
fix(appstore): Hide last modified information for shipped apps

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
5 weeks agoMerge pull request #48735 from nextcloud/fix/eslint-warning
Ferdinand Thiessen [Wed, 16 Oct 2024 20:55:56 +0000 (22:55 +0200)]
Merge pull request #48735 from nextcloud/fix/eslint-warning

refactor(code-style): Adjust JS code to our code style

5 weeks agochore(assets): Recompile assets 48735/head
nextcloud-command [Wed, 16 Oct 2024 17:32:18 +0000 (17:32 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agofix(code-style): Adjust JS code to our code style
Ferdinand Thiessen [Wed, 16 Oct 2024 12:06:49 +0000 (14:06 +0200)]
fix(code-style): Adjust JS code to our code style

This resolves 68 ESLint warnings about invalid code style.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix: add notification icon for transfer ownership fix/45884/accept-notification 48734/head
Maksim Sukharev [Wed, 16 Oct 2024 12:58:41 +0000 (14:58 +0200)]
fix: add notification icon for transfer ownership

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
5 weeks agofix: do not duplicate existing entity
Maksim Sukharev [Wed, 16 Oct 2024 13:03:29 +0000 (15:03 +0200)]
fix: do not duplicate existing entity

- this reverts 1e8048abee1745bab648dba5bf96f956c718e4e3

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
5 weeks agofix: dismiss notification only after transfer bg job created
Maksim Sukharev [Wed, 16 Oct 2024 13:01:00 +0000 (15:01 +0200)]
fix: dismiss notification only after transfer bg job created

- do not create 'denied' notification if bg job exists

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
5 weeks agofix: Add frontend code for password confirmation fix/788/add-password-confirmation-required-to-user-storage-create
Ferdinand Thiessen [Mon, 14 Oct 2024 13:12:16 +0000 (15:12 +0200)]
fix: Add frontend code for password confirmation

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix: add PasswordConfirmationRequired to update and delete method
yemkareems [Mon, 14 Oct 2024 12:59:45 +0000 (18:29 +0530)]
fix: add PasswordConfirmationRequired to update and delete method

Signed-off-by: yemkareems <yemkareems@gmail.com>
5 weeks agofix: add PasswordConfirmationRequired to create user storages endpoint
yemkareems [Thu, 26 Sep 2024 09:35:03 +0000 (15:05 +0530)]
fix: add PasswordConfirmationRequired to create user storages endpoint

Signed-off-by: yemkareems <yemkareems@gmail.com>