]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 weeks agoMerge pull request #48138 from nextcloud/chore/remove-legacy-settings-fors
Ferdinand Thiessen [Tue, 17 Sep 2024 13:47:01 +0000 (15:47 +0200)]
Merge pull request #48138 from nextcloud/chore/remove-legacy-settings-fors

fix: Remove legacy settings forms

4 weeks agofix: Remove legacy settings forms chore/remove-legacy-settings-fors 48138/head
Ferdinand Thiessen [Tue, 17 Sep 2024 12:41:25 +0000 (14:41 +0200)]
fix: Remove legacy settings forms

`OC_App::getForms` was always returning an empty array,
because there were no setter for `adminForms` or `personalForms` anymore.
So removed all that legacy settings forms logic.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agoMerge pull request #48129 from nextcloud/feat/zst
John Molakvoæ [Tue, 17 Sep 2024 12:31:06 +0000 (14:31 +0200)]
Merge pull request #48129 from nextcloud/feat/zst

4 weeks agochore: update RepairMimeTypes migration feat/zst 48129/head
John Molakvoæ (skjnldsv) [Tue, 17 Sep 2024 12:03:35 +0000 (14:03 +0200)]
chore: update RepairMimeTypes migration

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 weeks agoMerge pull request #48086 from nextcloud/refactor/move-to-new-activity-exception
Anna [Tue, 17 Sep 2024 10:35:46 +0000 (12:35 +0200)]
Merge pull request #48086 from nextcloud/refactor/move-to-new-activity-exception

refactor: move to new activity exception

4 weeks agorefactor: move to new activity exception refactor/move-to-new-activity-exception 48086/head
Anna Larch [Mon, 16 Sep 2024 13:09:39 +0000 (15:09 +0200)]
refactor: move to new activity exception

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agochore: add `application/zstd`
John Molakvoæ (skjnldsv) [Tue, 17 Sep 2024 09:34:05 +0000 (11:34 +0200)]
chore: add `application/zstd`

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 weeks agoMerge pull request #48080 from nextcloud/fix/storage/method-docs-inheritance
Kate [Tue, 17 Sep 2024 09:16:20 +0000 (11:16 +0200)]
Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritance

4 weeks agoMerge pull request #48094 from nextcloud/fix/storage/get-owner-false
John Molakvoæ [Tue, 17 Sep 2024 08:44:31 +0000 (10:44 +0200)]
Merge pull request #48094 from nextcloud/fix/storage/get-owner-false

4 weeks agoMerge pull request #48090 from nextcloud/fix/settings--disable-discover-when-app...
Grigorii K. Shartsev [Tue, 17 Sep 2024 08:31:26 +0000 (13:31 +0500)]
Merge pull request #48090 from nextcloud/fix/settings--disable-discover-when-app-store-is-disabled

fix(settings): disable Discover when appstore is disabled

4 weeks agoMerge pull request #47998 from nextcloud/fix/sabre-dav-itip-broker
John Molakvoæ [Tue, 17 Sep 2024 08:29:20 +0000 (10:29 +0200)]
Merge pull request #47998 from nextcloud/fix/sabre-dav-itip-broker

4 weeks agoMerge pull request #48114 from nextcloud/fix/AppStore--remove-unneeded-warning
John Molakvoæ [Tue, 17 Sep 2024 08:26:31 +0000 (10:26 +0200)]
Merge pull request #48114 from nextcloud/fix/AppStore--remove-unneeded-warning

4 weeks agofix(Storage): Fix method docs inheritance fix/storage/method-docs-inheritance 48080/head
provokateurin [Mon, 16 Sep 2024 11:04:15 +0000 (13:04 +0200)]
fix(Storage): Fix method docs inheritance

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agofix(Files): Handle getOwner() returning false fix/storage/get-owner-false 48094/head
provokateurin [Mon, 16 Sep 2024 14:00:46 +0000 (16:00 +0200)]
fix(Files): Handle getOwner() returning false

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agofix(Storage): Document getOwner() can return false
provokateurin [Mon, 16 Sep 2024 14:00:30 +0000 (16:00 +0200)]
fix(Storage): Document getOwner() can return false

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48110 from nextcloud/chore/remove-deprecated-aliases
Côme Chilliet [Tue, 17 Sep 2024 07:39:27 +0000 (09:39 +0200)]
Merge pull request #48110 from nextcloud/chore/remove-deprecated-aliases

chore: Remove deprecated aliases from dependency injection

4 weeks agoMerge pull request #48115 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Tue, 17 Sep 2024 04:35:13 +0000 (06:35 +0200)]
Merge pull request #48115 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

4 weeks agochore(tests): Update psalm baseline 48115/head
nextcloud-command [Tue, 17 Sep 2024 02:18:56 +0000 (02:18 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 weeks agochore: Replace DI alias with real class chore/remove-deprecated-aliases 48110/head
Ferdinand Thiessen [Tue, 17 Sep 2024 00:27:31 +0000 (02:27 +0200)]
chore: Replace DI alias with real class

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 17 Sep 2024 00:20:40 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agofix(appstoreFetcher): get app list from custom app store fix/AppStore--remove-unneeded-warning 48114/head
Grigorii K. Shartsev [Mon, 16 Sep 2024 23:29:25 +0000 (01:29 +0200)]
fix(appstoreFetcher): get app list from custom app store

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
4 weeks agofix(appstoreFetcher): remove unneeded warning
Grigorii K. Shartsev [Mon, 16 Sep 2024 23:24:49 +0000 (01:24 +0200)]
fix(appstoreFetcher): remove unneeded warning

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
4 weeks agochore: Remove deprecated aliases from dependency injection
Côme Chilliet [Mon, 16 Sep 2024 19:11:09 +0000 (21:11 +0200)]
chore: Remove deprecated aliases from dependency injection

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agoMerge pull request #48009 from nextcloud/fix/remove-references-to-deprected-storage...
Côme Chilliet [Mon, 16 Sep 2024 18:50:38 +0000 (20:50 +0200)]
Merge pull request #48009 from nextcloud/fix/remove-references-to-deprected-storage-interface

fix: Remove OCP\Files\Storage interface deprecated since version 9

4 weeks agochore: Improve typing and phpdoc comments 48009/head
Côme Chilliet [Mon, 16 Sep 2024 18:29:48 +0000 (20:29 +0200)]
chore: Improve typing and phpdoc comments

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agoMerge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallback
Robin Appelman [Mon, 16 Sep 2024 16:18:14 +0000 (18:18 +0200)]
Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallback

fix(Mailer): Fix sendmail binary fallback

4 weeks agochore: Check storage is an instance of the correct class instead of psalm-suppress fix/remove-references-to-deprected-storage-interface
Côme Chilliet [Mon, 16 Sep 2024 16:07:03 +0000 (18:07 +0200)]
chore: Check storage is an instance of the correct class instead of psalm-suppress

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agochore: Remove deprecated Storage::search method instead of moving it to IStorage
Côme Chilliet [Mon, 16 Sep 2024 16:00:47 +0000 (18:00 +0200)]
chore: Remove deprecated Storage::search method instead of moving it to IStorage

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agochore: psalm-suppress legacy code weirdness
Côme Chilliet [Sun, 15 Sep 2024 16:04:39 +0000 (18:04 +0200)]
chore: psalm-suppress legacy code weirdness

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agochore: Fix psalm issues, put back private versions of getter in private Storage interface
Côme Chilliet [Sun, 15 Sep 2024 15:14:37 +0000 (17:14 +0200)]
chore: Fix psalm issues, put back private versions of getter in private Storage interface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agochore: fix autoloaders
Côme Chilliet [Sun, 15 Sep 2024 14:16:18 +0000 (16:16 +0200)]
chore: fix autoloaders

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agochore: Fix encryption test use statement
Côme Chilliet [Sun, 15 Sep 2024 14:12:28 +0000 (16:12 +0200)]
chore: Fix encryption test use statement

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agofix: Fix other uses of removed Storage interface
Côme Chilliet [Sun, 15 Sep 2024 13:38:25 +0000 (15:38 +0200)]
fix: Fix other uses of removed Storage interface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agofix: Remove OCP\Files\Storage interface deprecated since version 9
Côme Chilliet [Sun, 15 Sep 2024 12:13:29 +0000 (14:13 +0200)]
fix: Remove OCP\Files\Storage interface deprecated since version 9

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agoMerge pull request #46218 from nextcloud/artonge/fix/hash_return_type
John Molakvoæ [Mon, 16 Sep 2024 15:15:18 +0000 (17:15 +0200)]
Merge pull request #46218 from nextcloud/artonge/fix/hash_return_type

4 weeks agoMerge pull request #46140 from nextcloud/fix-nc-env-inclusion
Robin Appelman [Mon, 16 Sep 2024 14:55:13 +0000 (16:55 +0200)]
Merge pull request #46140 from nextcloud/fix-nc-env-inclusion

fix(config): Add missing handling for `envCache` in `getKeys()`

4 weeks agochore(assets): Recompile assets fix/settings--disable-discover-when-app-store-is-disabled 48090/head
Grigorii K. Shartsev [Mon, 16 Sep 2024 14:29:47 +0000 (16:29 +0200)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
4 weeks agofix(settings): disable Discover when appstore is disabled
Grigorii K. Shartsev [Mon, 16 Sep 2024 13:31:17 +0000 (15:31 +0200)]
fix(settings): disable Discover when appstore is disabled

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
4 weeks agoMerge pull request #47316 from Farcry69/fix/metadata-refresh-crash
John Molakvoæ [Mon, 16 Sep 2024 13:59:26 +0000 (15:59 +0200)]
Merge pull request #47316 from Farcry69/fix/metadata-refresh-crash

4 weeks agoMerge pull request #47947 from nextcloud/feat/make-setup-check-trait-public
Joas Schilling [Mon, 16 Sep 2024 13:33:48 +0000 (15:33 +0200)]
Merge pull request #47947 from nextcloud/feat/make-setup-check-trait-public

feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait`

4 weeks agofix(Mailer): Fix sendmail binary fallback fix/mailer-binaryfinder-fallback 46480/head
Josh [Fri, 12 Jul 2024 22:59:45 +0000 (18:59 -0400)]
fix(Mailer): Fix sendmail binary fallback
feat: add debug logging to sendmail binary finder

Signed-off-by: Josh <josh.t.richards@gmail.com>
4 weeks agoMerge branch 'master' into fix-nc-env-inclusion fix-nc-env-inclusion 46140/head
Robin Appelman [Mon, 16 Sep 2024 13:13:29 +0000 (15:13 +0200)]
Merge branch 'master' into fix-nc-env-inclusion

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 weeks agochore: improve hash_file php usage in Local Storage artonge/fix/hash_return_type 46218/head
John Molakvoæ [Mon, 16 Sep 2024 09:32:29 +0000 (11:32 +0200)]
chore: improve hash_file php usage in Local Storage

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
4 weeks agofix(files): Ensure that the hash method does not return null
Louis Chemineau [Mon, 1 Jul 2024 14:52:23 +0000 (16:52 +0200)]
fix(files): Ensure that the hash method does not return null

To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050

- Fix https://github.com/nextcloud/server/issues/44110

Signed-off-by: Louis Chemineau <louis@chmn.me>
4 weeks agoMerge pull request #47924 from ldidry/catch-MaxInstancesExceededException
Joas Schilling [Mon, 16 Sep 2024 13:04:49 +0000 (15:04 +0200)]
Merge pull request #47924 from ldidry/catch-MaxInstancesExceededException

🥅 — Catch MaxInstancesExceededException on calendar events

4 weeks agoMerge pull request #48081 from nextcloud/rakekniven-patch-2
Kate [Mon, 16 Sep 2024 13:00:18 +0000 (15:00 +0200)]
Merge pull request #48081 from nextcloud/rakekniven-patch-2

4 weeks agofeat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServ... feat/make-setup-check-trait-public 47947/head
Ferdinand Thiessen [Fri, 13 Sep 2024 12:18:25 +0000 (14:18 +0200)]
feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait`

This trait is used by other apps for creating setup checks,
so we should provide it instead apps using private API.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix: Add SabreDav Patch for iTip Broker fix/sabre-dav-itip-broker 47998/head
SebastianKrupinski [Sun, 15 Sep 2024 07:38:28 +0000 (03:38 -0400)]
fix: Add SabreDav Patch for iTip Broker

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
4 weeks agochore(assets): Recompile assets 48081/head
nextcloud-command [Mon, 16 Sep 2024 12:33:29 +0000 (12:33 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agochore(1i8n): Fixed grammar and improved wording
rakekniven [Mon, 16 Sep 2024 11:11:53 +0000 (13:11 +0200)]
chore(1i8n): Fixed grammar and improved wording

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
4 weeks agofix(dav): catch `MaxInstancesExceededException` on calendar events 47924/head
Luc Didry [Thu, 12 Sep 2024 13:32:44 +0000 (15:32 +0200)]
fix(dav): catch `MaxInstancesExceededException` on calendar events

Signed-off-by: Luc Didry <luc@didry.org>
4 weeks agoMerge pull request #47852 from nextcloud/sharding-code-fixes
John Molakvoæ [Mon, 16 Sep 2024 09:39:58 +0000 (11:39 +0200)]
Merge pull request #47852 from nextcloud/sharding-code-fixes

4 weeks agoMerge pull request #48050 from nextcloud/fix/weather_status/search-address-offline...
John Molakvoæ [Mon, 16 Sep 2024 09:31:13 +0000 (11:31 +0200)]
Merge pull request #48050 from nextcloud/fix/weather_status/search-address-offline-errors

4 weeks agoMerge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loading
Joas Schilling [Mon, 16 Sep 2024 09:25:47 +0000 (11:25 +0200)]
Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loading

fix(a11y): Add OTF font loading check

4 weeks agoMerge pull request #47948 from nextcloud/fix/issue-34720
Joas Schilling [Mon, 16 Sep 2024 09:25:32 +0000 (11:25 +0200)]
Merge pull request #47948 from nextcloud/fix/issue-34720

fix(collaboration): Reduce timeouts to 3s for link reference connects

4 weeks agoMerge pull request #47792 from nextcloud/chore/use-public-api-helper
John Molakvoæ [Mon, 16 Sep 2024 09:20:58 +0000 (11:20 +0200)]
Merge pull request #47792 from nextcloud/chore/use-public-api-helper

4 weeks agoMerge pull request #47964 from nextcloud/dependabot/npm_and_yarn/multi-cf87d80143
John Molakvoæ [Mon, 16 Sep 2024 09:20:27 +0000 (11:20 +0200)]
Merge pull request #47964 from nextcloud/dependabot/npm_and_yarn/multi-cf87d80143

4 weeks agoMerge pull request #48044 from nextcloud/fix/cast-node-names-to-string
John Molakvoæ [Mon, 16 Sep 2024 09:08:50 +0000 (11:08 +0200)]
Merge pull request #48044 from nextcloud/fix/cast-node-names-to-string

4 weeks agoMerge pull request #48008 from nextcloud/fix/entity/strict-types
Kate [Mon, 16 Sep 2024 09:08:35 +0000 (11:08 +0200)]
Merge pull request #48008 from nextcloud/fix/entity/strict-types

4 weeks agoMerge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-int
Anna [Mon, 16 Sep 2024 09:07:40 +0000 (11:07 +0200)]
Merge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-int

fix(dav): cast content length to interger

4 weeks agoMerge pull request #48030 from nextcloud/fix/dav-cast-params-to-string
John Molakvoæ [Mon, 16 Sep 2024 09:07:31 +0000 (11:07 +0200)]
Merge pull request #48030 from nextcloud/fix/dav-cast-params-to-string

4 weeks agoMerge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-int
Anna [Mon, 16 Sep 2024 09:07:22 +0000 (11:07 +0200)]
Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-int

fix(filesreport): cast fileId to integer

4 weeks agoMerge pull request #48018 from nextcloud/feat/verbose-cron
Joas Schilling [Mon, 16 Sep 2024 08:30:47 +0000 (10:30 +0200)]
Merge pull request #48018 from nextcloud/feat/verbose-cron

feat: add verbose mode to cron.php

4 weeks agoMerge pull request #48042 from nextcloud/refactor/elvis
Christoph Wurst [Mon, 16 Sep 2024 08:04:37 +0000 (10:04 +0200)]
Merge pull request #48042 from nextcloud/refactor/elvis

refactor: Use the elvis operator + fix: Handle null checks with the ?? operator

4 weeks agofix(a11y): Add OTF font loading check bugfix/noid/fix-otf-loading 48063/head
Joas Schilling [Mon, 16 Sep 2024 07:58:54 +0000 (09:58 +0200)]
fix(a11y): Add OTF font loading check

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agoMerge pull request #48060 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Mon, 16 Sep 2024 07:37:46 +0000 (09:37 +0200)]
Merge pull request #48060 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

4 weeks agoMerge pull request #48028 from nextcloud/fix/fix-ldap-setupcheck-crash
Andy Scherzinger [Mon, 16 Sep 2024 06:32:24 +0000 (08:32 +0200)]
Merge pull request #48028 from nextcloud/fix/fix-ldap-setupcheck-crash

fix(user_ldap): Use %n in plural translation to avoid a crash in L10N

4 weeks agochore(tests): Update psalm baseline 48060/head
nextcloud-command [Mon, 16 Sep 2024 02:37:08 +0000 (02:37 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 16 Sep 2024 00:20:11 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #48049 from nextcloud/refactor/void-tests
Anna [Sun, 15 Sep 2024 22:11:41 +0000 (00:11 +0200)]
Merge pull request #48049 from nextcloud/refactor/void-tests

refactor: Add void return type to PHPUnit test methods

4 weeks agoMerge pull request #48043 from nextcloud/fix/imip-test-expects-integer
Anna [Sun, 15 Sep 2024 22:09:28 +0000 (00:09 +0200)]
Merge pull request #48043 from nextcloud/fix/imip-test-expects-integer

test(dav): imip service test expects integers for last occurence

4 weeks agotest: cast node name and data to string fix/cast-node-names-to-string 48044/head
Anna Larch [Sun, 15 Sep 2024 16:34:42 +0000 (18:34 +0200)]
test: cast node name and data to string

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agoMerge pull request #48046 from nextcloud/refactor/self-class-reference
Anna [Sun, 15 Sep 2024 21:01:22 +0000 (23:01 +0200)]
Merge pull request #48046 from nextcloud/refactor/self-class-reference

refactor: Replace __CLASS__ with ::class references

4 weeks agofix(dav): cast content length to interger fix/dav-cast-content-lenght-to-int 48029/head
Anna Larch [Sun, 15 Sep 2024 11:40:58 +0000 (13:40 +0200)]
fix(dav): cast content length to interger

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agoMerge pull request #47973 from melroy89/patch-1
Andy Scherzinger [Sun, 15 Sep 2024 20:42:35 +0000 (22:42 +0200)]
Merge pull request #47973 from melroy89/patch-1

Add missing Nextcloud v30 to issue template

4 weeks agoMerge pull request #48045 from nextcloud/fix/add-function-type-for-mimetype-sanitizer
Kate [Sun, 15 Sep 2024 20:42:01 +0000 (22:42 +0200)]
Merge pull request #48045 from nextcloud/fix/add-function-type-for-mimetype-sanitizer

4 weeks agofix(weather_status): Fix search address errors when offline fix/weather_status/search-address-offline-errors 48050/head
provokateurin [Sun, 15 Sep 2024 20:39:18 +0000 (22:39 +0200)]
fix(weather_status): Fix search address errors when offline

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agochore: Update git blame ignore refactor/void-tests 48049/head
Christoph Wurst [Sun, 15 Sep 2024 20:35:16 +0000 (22:35 +0200)]
chore: Update git blame ignore

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 weeks agorefactor: Add void return type to PHPUnit test methods
Christoph Wurst [Sun, 15 Sep 2024 20:32:31 +0000 (22:32 +0200)]
refactor: Add void return type to PHPUnit test methods

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 weeks agotest(dav): imip service test expects integers for last occurence fix/imip-test-expects-integer 48043/head
Anna Larch [Sun, 15 Sep 2024 16:43:45 +0000 (18:43 +0200)]
test(dav): imip service test expects integers for last occurence

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix: Handle null checks with the ?? operator refactor/elvis 48042/head
Christoph Wurst [Sun, 15 Sep 2024 19:50:11 +0000 (21:50 +0200)]
fix: Handle null checks with the ?? operator

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 weeks agoMerge pull request #48010 from nextcloud/feat/switch-from-settype-to-casts
Anna [Sun, 15 Sep 2024 19:49:04 +0000 (21:49 +0200)]
Merge pull request #48010 from nextcloud/feat/switch-from-settype-to-casts

feat(db): switch from settype to casts

4 weeks agodocs: Add missing Nextcloud v30 47973/head
Melroy van den Berg [Sat, 14 Sep 2024 13:22:05 +0000 (15:22 +0200)]
docs: Add missing Nextcloud v30

Signed-off-by: Melroy van den Berg <melroy@melroy.org>
4 weeks agorefactor: Replace __CLASS__ with ::class references refactor/self-class-reference 48046/head
Christoph Wurst [Sun, 15 Sep 2024 19:40:55 +0000 (21:40 +0200)]
refactor: Replace __CLASS__ with ::class references

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 weeks agofix(dav): set string type for sanitizeMtime fix/add-function-type-for-mimetype-sanitizer 48045/head
Anna Larch [Sun, 15 Sep 2024 15:01:00 +0000 (17:01 +0200)]
fix(dav): set string type for sanitizeMtime

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agoMerge pull request #48041 from nextcloud/refactor/dirname-to-dir
Daniel [Sun, 15 Sep 2024 19:14:03 +0000 (21:14 +0200)]
Merge pull request #48041 from nextcloud/refactor/dirname-to-dir

refactor: migrate dirname to __DIR__ constants

4 weeks agorefactor: Use the elvis operator
Christoph Wurst [Sun, 15 Sep 2024 19:01:34 +0000 (21:01 +0200)]
refactor: Use the elvis operator

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 weeks agorefactor: migrate dirname to __DIR__ constants refactor/dirname-to-dir 48041/head
Christoph Wurst [Sun, 15 Sep 2024 18:55:23 +0000 (20:55 +0200)]
refactor: migrate dirname to __DIR__ constants

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 weeks agoMerge pull request #47916 from nextcloud/feat/add-subscription-via-occ
Anna [Sun, 15 Sep 2024 18:24:29 +0000 (20:24 +0200)]
Merge pull request #47916 from nextcloud/feat/add-subscription-via-occ

feat(caldav): create subscriptions via occ

4 weeks agoMerge pull request #48037 from nextcloud/chore/noid/correctTrademarkLink
Andy Scherzinger [Sun, 15 Sep 2024 17:52:27 +0000 (19:52 +0200)]
Merge pull request #48037 from nextcloud/chore/noid/correctTrademarkLink

fix: correct link to trademark

4 weeks agofix: correct link to trademark 48037/head
Andy Scherzinger [Sun, 15 Sep 2024 17:51:17 +0000 (19:51 +0200)]
fix: correct link to trademark

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
4 weeks agofeat(db): switch from settype to casts feat/switch-from-settype-to-casts 48010/head
Anna Larch [Sun, 15 Sep 2024 11:43:03 +0000 (13:43 +0200)]
feat(db): switch from settype to casts

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix(filesreport): cast fileId to integer fix/filesreport-cast-fileId-to-int 48031/head
Anna Larch [Sun, 15 Sep 2024 14:55:31 +0000 (16:55 +0200)]
fix(filesreport): cast fileId to integer

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agoMerge pull request #48016 from nextcloud/fix/s3configtrait/proxy-false
Kate [Sun, 15 Sep 2024 17:16:04 +0000 (19:16 +0200)]
Merge pull request #48016 from nextcloud/fix/s3configtrait/proxy-false

4 weeks agoMerge pull request #48013 from nextcloud/fix/baseresponse/xml-element-value-string...
Kate [Sun, 15 Sep 2024 17:15:46 +0000 (19:15 +0200)]
Merge pull request #48013 from nextcloud/fix/baseresponse/xml-element-value-string-cast

4 weeks agofeat(caldav): create subscriptions via occ feat/add-subscription-via-occ 47916/head
Anna Larch [Thu, 12 Sep 2024 09:35:42 +0000 (11:35 +0200)]
feat(caldav): create subscriptions via occ

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix(dav): cast parameters to string fix/dav-cast-params-to-string 48030/head
Anna Larch [Sun, 15 Sep 2024 11:41:40 +0000 (13:41 +0200)]
fix(dav): cast parameters to string

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix(user_ldap): Use %n in plural translation to avoid a crash in L10N fix/fix-ldap-setupcheck-crash 48028/head
Côme Chilliet [Sun, 15 Sep 2024 16:38:12 +0000 (18:38 +0200)]
fix(user_ldap): Use %n in plural translation to avoid a crash in L10N

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks agoMerge pull request #48014 from nextcloud/fix/tags/boolean-user-has-tags
Kate [Sun, 15 Sep 2024 15:48:27 +0000 (17:48 +0200)]
Merge pull request #48014 from nextcloud/fix/tags/boolean-user-has-tags

4 weeks agoMerge pull request #48017 from nextcloud/fix/comment/children-count-integer
Kate [Sun, 15 Sep 2024 15:48:11 +0000 (17:48 +0200)]
Merge pull request #48017 from nextcloud/fix/comment/children-count-integer