]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
20 months agoFIX: This fill finish -> This will finish 36395/head
sodimel [Thu, 26 Jan 2023 20:05:01 +0000 (21:05 +0100)]
FIX: This fill finish -> This will finish

Signed-off-by: sodimel <corentin@244466666.xyz>
20 months agoMerge pull request #36310 from nextcloud/feat/app-framework/global-middlewares
Christoph Wurst [Thu, 26 Jan 2023 14:17:38 +0000 (15:17 +0100)]
Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares

 feat(app-framework): Add support for global middlewares

20 months agoMerge pull request #36210 from nextcloud/fix/4811/principal-email
Daniel [Thu, 26 Jan 2023 13:15:47 +0000 (14:15 +0100)]
Merge pull request #36210 from nextcloud/fix/4811/principal-email

fix(dav): check if principal has email address before accessing it

20 months agoMerge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controll...
Christoph Wurst [Thu, 26 Jan 2023 12:18:19 +0000 (13:18 +0100)]
Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controller-returns-void

fix(app-framework): Specify return type of Middleware::beforeController

20 months agofeat(app-framework): Add support for global middlewares 36310/head
Christoph Wurst [Mon, 23 Jan 2023 16:11:39 +0000 (17:11 +0100)]
feat(app-framework): Add support for global middlewares

This allows apps to register middlewares that always register, not just
for the app's own requests

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36362 from nextcloud/release/26.0.0_beta_1 v26.0.0beta1
blizzz [Thu, 26 Jan 2023 10:07:38 +0000 (11:07 +0100)]
Merge pull request #36362 from nextcloud/release/26.0.0_beta_1

26.0.0 beta 1

20 months agoMerge pull request #35894 from nextcloud/move-from-encryption
Vincent Petry [Thu, 26 Jan 2023 08:45:12 +0000 (09:45 +0100)]
Merge pull request #35894 from nextcloud/move-from-encryption

fix moving files of encrypted local storage to unencrypted local storage

20 months agoMerge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader...
Christoph Wurst [Thu, 26 Jan 2023 08:17:52 +0000 (09:17 +0100)]
Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader-files

chore(autoloaders): Update autoloader files for Composer 2.5.1

20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 26 Jan 2023 02:25:08 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff
Simon L [Wed, 25 Jan 2023 20:06:11 +0000 (21:06 +0100)]
Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff

imaginary - add tiff to supported formats

20 months ago26.0.0 beta 1 36362/head
Arthur Schiwon [Wed, 25 Jan 2023 17:21:04 +0000 (18:21 +0100)]
26.0.0 beta 1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
20 months agoMerge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration
Christoph Wurst [Wed, 25 Jan 2023 16:37:56 +0000 (17:37 +0100)]
Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration

perf(app-framework): Make app middleware registration even lazier

20 months agoMerge pull request #32798 from nextcloud/enh/sse-c
Julius Härtl [Wed, 25 Jan 2023 14:59:26 +0000 (15:59 +0100)]
Merge pull request #32798 from nextcloud/enh/sse-c

[S3] Add option to specify an SSE-C customer provided key

20 months agoMerge pull request #36187 from nextcloud/psalm-ocp-since-checker
Daniel [Wed, 25 Jan 2023 11:44:01 +0000 (12:44 +0100)]
Merge pull request #36187 from nextcloud/psalm-ocp-since-checker

ci: migrate ocp since checker to psalm

20 months agoMerge pull request #35759 from nextcloud/add-app-config-for-default-template-path
Julius Härtl [Wed, 25 Jan 2023 11:35:24 +0000 (12:35 +0100)]
Merge pull request #35759 from nextcloud/add-app-config-for-default-template-path

20 months agoimaginary - add tiff to supported formats 36352/head
Simon L [Wed, 25 Jan 2023 10:53:16 +0000 (11:53 +0100)]
imaginary - add tiff to supported formats

Signed-off-by: Simon L <szaimen@e.mail.de>
20 months agochore(autoloaders): Update autoloader files for Composer 2.5.1 36347/head
Christoph Wurst [Wed, 25 Jan 2023 09:42:34 +0000 (10:42 +0100)]
chore(autoloaders): Update autoloader files for Composer 2.5.1

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agofix(app-framework): Specify return type of Middleware::beforeController 36341/head
Christoph Wurst [Wed, 25 Jan 2023 08:30:58 +0000 (09:30 +0100)]
fix(app-framework): Specify return type of Middleware::beforeController

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoperf(app-framework): Make the app middleware registration lazy 36298/head
Christoph Wurst [Mon, 23 Jan 2023 10:27:28 +0000 (11:27 +0100)]
perf(app-framework): Make the app middleware registration lazy

Before this patch, app middlewares were registered on the dispatcher for
every app loaded in a Nextcloud process. With the patch, only
middlewares belonging to the same app of a dispatcher instance are
loaded.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36216 from nextcloud/fix/user_status-heartbeat-response
Joas Schilling [Wed, 25 Jan 2023 07:51:55 +0000 (08:51 +0100)]
Merge pull request #36216 from nextcloud/fix/user_status-heartbeat-response

Fix user_status heartbeat response

20 months agoFix user_status heartbeat response 36216/head
jld3103 [Wed, 18 Jan 2023 13:00:31 +0000 (14:00 +0100)]
Fix user_status heartbeat response

Signed-off-by: jld3103 <jld3103yt@gmail.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 25 Jan 2023 02:44:17 +0000 (02:44 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36055 from nextcloud/enh/a11y-sharing-select
Pytal [Wed, 25 Jan 2023 02:25:33 +0000 (18:25 -0800)]
Merge pull request #36055 from nextcloud/enh/a11y-sharing-select

Port files sharing selector

20 months agoPort files sharing selector 36055/head
Christopher Ng [Wed, 25 Jan 2023 01:40:17 +0000 (17:40 -0800)]
Port files sharing selector

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoMerge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default
Daniel [Tue, 24 Jan 2023 20:23:28 +0000 (21:23 +0100)]
Merge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default

Fix default value for files_no_background_scan

20 months agoFix default value for files_no_background_scan 36333/head
max-nextcloud [Tue, 24 Jan 2023 17:02:12 +0000 (18:02 +0100)]
Fix default value for files_no_background_scan

The value is read in https://github.com/nextcloud/server/blob/b888c6146327d842e21988b0d90d6ade4f3a9435/apps/files/lib/BackgroundJob/ScanFiles.php#L105 and the default value is false.

Signed-off-by: max-nextcloud <max@nextcloud.com>
20 months agoMerge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0
Pytal [Tue, 24 Jan 2023 16:41:12 +0000 (08:41 -0800)]
Merge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0

20 months agofix moving files of encrypted local storage to unencrypted local storage 35894/head
Robin Appelman [Tue, 27 Dec 2022 14:32:59 +0000 (15:32 +0100)]
fix moving files of encrypted local storage to unencrypted local storage

for example when moving encrypted files to a groupfolder

Signed-off-by: Robin Appelman <robin@icewind.nl>
20 months agoMerge pull request #36326 from nextcloud/enh/29584/fix-translation
Simon L [Tue, 24 Jan 2023 13:15:36 +0000 (14:15 +0100)]
Merge pull request #36326 from nextcloud/enh/29584/fix-translation

don't translate a variable

20 months agodon't translate a variable 36326/head
Simon L [Tue, 24 Jan 2023 09:50:18 +0000 (10:50 +0100)]
don't translate a variable

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #32572 from nextcloud/phpunit-deprecation-core
Côme Chilliet [Tue, 24 Jan 2023 10:28:19 +0000 (11:28 +0100)]
Merge pull request #32572 from nextcloud/phpunit-deprecation-core

Fix a bunch of deprecation in the phpunit for core

20 months agoAdd app config for default template path 35759/head
Thomas Citharel [Tue, 13 Dec 2022 17:31:39 +0000 (18:31 +0100)]
Add app config for default template path

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
20 months agofeat(s3): Add option to specify an SSE-C customer provided key 32798/head
Julius Härtl [Thu, 9 Jun 2022 18:56:18 +0000 (20:56 +0200)]
feat(s3): Add option to specify an SSE-C customer provided key

Signed-off-by: Julius Härtl <jus@bitgrid.net>
20 months agoci: migrate ocp since checker to psalm 36187/head
Daniel Kesselberg [Tue, 17 Jan 2023 09:47:22 +0000 (10:47 +0100)]
ci: migrate ocp since checker to psalm

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
20 months agoFix tests failures (number of calls differed with last rebase) 32572/head
Côme Chilliet [Tue, 24 Jan 2023 08:38:20 +0000 (09:38 +0100)]
Fix tests failures (number of calls differed with last rebase)

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoUse phpunit from composer if available
Carl Schwan [Fri, 27 May 2022 13:33:15 +0000 (15:33 +0200)]
Use phpunit from composer if available

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
20 months agoFix a bunch of deprecation in the phpunit for core
Carl Schwan [Tue, 24 May 2022 11:26:58 +0000 (13:26 +0200)]
Fix a bunch of deprecation in the phpunit for core

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
20 months agofix(dav): check if principal has email address before accessing it 36210/head
Richard Steinmetz [Wed, 18 Jan 2023 11:10:49 +0000 (12:10 +0100)]
fix(dav): check if principal has email address before accessing it

Ref https://github.com/nextcloud/calendar/issues/4811

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 24 Jan 2023 02:25:20 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoBump @nextcloud/vue to v7.5.0 36321/head
Christopher Ng [Mon, 23 Jan 2023 23:53:18 +0000 (15:53 -0800)]
Bump @nextcloud/vue to v7.5.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoMerge pull request #36277 from nextcloud/backport/36272/master
John Molakvoæ [Mon, 23 Jan 2023 20:26:12 +0000 (21:26 +0100)]
Merge pull request #36277 from nextcloud/backport/36272/master

[master] fix(theming): fix admin images migration

20 months agoMerge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential...
Joas Schilling [Mon, 23 Jan 2023 17:47:25 +0000 (18:47 +0100)]
Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs

fix(querybuilder): Log a warning if where() is called again on a quer…

20 months agoMerge pull request #36268 from nextcloud/bugfix/noid/fix-double-where-usage-in-resour...
Joas Schilling [Mon, 23 Jan 2023 17:45:52 +0000 (18:45 +0100)]
Merge pull request #36268 from nextcloud/bugfix/noid/fix-double-where-usage-in-resource-manager

Fix double where() usage in resource manager

20 months agoMerge pull request #35935 from EWouters/patch-1
Simon L [Mon, 23 Jan 2023 16:43:14 +0000 (17:43 +0100)]
Merge pull request #35935 from EWouters/patch-1

[Fix]: scan-app-data conversion

20 months agoMerge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-selection
Joas Schilling [Mon, 23 Jan 2023 14:59:39 +0000 (15:59 +0100)]
Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-selection

Fix WHERE condition when selecting user's availability for the status…

20 months agoMerge pull request #36279 from nextcloud/dependabot/composer/build/integration/phpuni...
MichaIng [Mon, 23 Jan 2023 11:55:50 +0000 (12:55 +0100)]
Merge pull request #36279 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.28

chore(deps-dev): Bump phpunit/phpunit from 9.5.27 to 9.5.28 in /build/integration

20 months agoMerge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode
Christoph Wurst [Mon, 23 Jan 2023 11:52:22 +0000 (12:52 +0100)]
Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode

chore(dav): Make json_encode and json_decode throw on error

20 months agoMerge pull request #36258 from nextcloud/fix/user-status-input
Joas Schilling [Mon, 23 Jan 2023 11:25:01 +0000 (12:25 +0100)]
Merge pull request #36258 from nextcloud/fix/user-status-input

Fix user status message input

20 months agoMerge pull request #36250 from nextcloud/fix/add-success-message-to-personal-settings...
Joas Schilling [Mon, 23 Jan 2023 11:11:48 +0000 (12:11 +0100)]
Merge pull request #36250 from nextcloud/fix/add-success-message-to-personal-settings-button

Add success message to personal settings clipboard button

20 months agoMerge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-custom-prope...
Joas Schilling [Mon, 23 Jan 2023 10:37:18 +0000 (11:37 +0100)]
Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-custom-property-test

Fix double where in CustomProperiesBackendTest

20 months agoMerge pull request #36278 from nextcloud/fix/opcache/check
MichaIng [Mon, 23 Jan 2023 09:36:43 +0000 (10:36 +0100)]
Merge pull request #36278 from nextcloud/fix/opcache/check

Fix interned strings buffer check if 0 free bytes

20 months agofix(l10n): fix admin images migration 36277/head
rakekniven [Mon, 23 Jan 2023 06:30:21 +0000 (07:30 +0100)]
fix(l10n): fix admin images migration

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
20 months agofix(theming): fix admin images migration
John Molakvoæ (skjnldsv) [Fri, 20 Jan 2023 10:35:17 +0000 (11:35 +0100)]
fix(theming): fix admin images migration

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
20 months agoFix interned strings buffer check if 0 free bytes 36278/head
MichaIng [Fri, 20 Jan 2023 20:59:30 +0000 (21:59 +0100)]
Fix interned strings buffer check if 0 free bytes

With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.

This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.

Signed-off-by: MichaIng <micha@dietpi.com>
20 months agoFix double where() usage in resource manager 36268/head
Joas Schilling [Fri, 20 Jan 2023 09:52:14 +0000 (10:52 +0100)]
Fix double where() usage in resource manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36269 from nextcloud/bugfix/noid/fix-broken-unit-test
Joas Schilling [Mon, 23 Jan 2023 06:40:50 +0000 (07:40 +0100)]
Merge pull request #36269 from nextcloud/bugfix/noid/fix-broken-unit-test

Fix broken user:setting command unit test

20 months agoMerge pull request #36262 from nextcloud/chore/dav/void-test-methods
Joas Schilling [Mon, 23 Jan 2023 06:08:02 +0000 (07:08 +0100)]
Merge pull request #36262 from nextcloud/chore/dav/void-test-methods

chore(dav): Add void return type to test methods

20 months agoMerge pull request #36247 from nextcloud/bugfix/noid/bump-profiler-version
Joas Schilling [Mon, 23 Jan 2023 06:02:39 +0000 (07:02 +0100)]
Merge pull request #36247 from nextcloud/bugfix/noid/bump-profiler-version

Specify the profiler app branch to test with

20 months agoFix broken user:setting command unit test 36269/head
Joas Schilling [Fri, 20 Jan 2023 10:03:19 +0000 (11:03 +0100)]
Fix broken user:setting command unit test

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 23 Jan 2023 02:25:26 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 22 Jan 2023 02:25:24 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36280 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Sat, 21 Jan 2023 20:47:58 +0000 (21:47 +0100)]
Merge pull request #36280 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

20 months agoUpdate psalm baseline 36280/head
nextcloud-command [Sat, 21 Jan 2023 05:45:00 +0000 (05:45 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
20 months agochore(deps-dev): Bump phpunit/phpunit in /build/integration 36279/head
dependabot[bot] [Sat, 21 Jan 2023 03:57:37 +0000 (03:57 +0000)]
chore(deps-dev): Bump phpunit/phpunit in /build/integration

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.27 to 9.5.28.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.5.28/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 21 Jan 2023 02:24:42 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoFix user status message input 36258/head
Christopher Ng [Fri, 20 Jan 2023 02:38:31 +0000 (18:38 -0800)]
Fix user status message input

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoSpecify the profiler app branch to test with 36247/head
Joas Schilling [Thu, 19 Jan 2023 15:21:39 +0000 (16:21 +0100)]
Specify the profiler app branch to test with

So we can test in stable25 with a matching profiler version instead of master

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36271 from nextcloud/fix/fix-codestyle
Côme Chilliet [Fri, 20 Jan 2023 14:26:17 +0000 (15:26 +0100)]
Merge pull request #36271 from nextcloud/fix/fix-codestyle

Fix codestyle using codesniffer

20 months agoMerge pull request #36264 from nextcloud/fix/occ/repair-command-comment-formatting
Christoph Wurst [Fri, 20 Jan 2023 12:12:43 +0000 (13:12 +0100)]
Merge pull request #36264 from nextcloud/fix/occ/repair-command-comment-formatting

fix(occ): Fix comment formatting of maintenance:repair command

20 months agocomposer run cs:fix 36271/head
Côme Chilliet [Fri, 20 Jan 2023 10:45:08 +0000 (11:45 +0100)]
composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoMerge pull request #34997 from nextcloud/fix/drop-php-7.4
Côme Chilliet [Fri, 20 Jan 2023 10:43:24 +0000 (11:43 +0100)]
Merge pull request #34997 from nextcloud/fix/drop-php-7.4

Drop PHP 7.4 on master

20 months agoBump 3rdparty to master branch 34997/head
Côme Chilliet [Fri, 20 Jan 2023 10:22:24 +0000 (11:22 +0100)]
Bump 3rdparty to master branch

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAlways show the psalm baseline change, even on failure
Côme Chilliet [Mon, 16 Jan 2023 13:50:32 +0000 (14:50 +0100)]
Always show the psalm baseline change, even on failure

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoShow failure of SAML login in kerberos workflow
Côme Chilliet [Thu, 12 Jan 2023 16:00:05 +0000 (17:00 +0100)]
Show failure of SAML login in kerberos workflow

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFixing samba test and adding details to kerberos job
Côme Chilliet [Thu, 12 Jan 2023 14:36:50 +0000 (15:36 +0100)]
Fixing samba test and adding details to kerberos job

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix check in integration tests
Côme Chilliet [Thu, 12 Jan 2023 11:21:21 +0000 (12:21 +0100)]
Fix check in integration tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix Samba test failure details output
Côme Chilliet [Tue, 10 Jan 2023 13:13:07 +0000 (14:13 +0100)]
Fix Samba test failure details output

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoRemove PHP version matrix from kerberos test
Côme Chilliet [Thu, 5 Jan 2023 10:46:31 +0000 (11:46 +0100)]
Remove PHP version matrix from kerberos test

It runs on a docker image on which we cannot control which PHP version runs.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix integrity check
Joas Schilling [Wed, 4 Jan 2023 08:43:17 +0000 (09:43 +0100)]
Fix integrity check

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoUpdate test file for mimetypes
Côme Chilliet [Tue, 3 Jan 2023 17:01:06 +0000 (18:01 +0100)]
Update test file for mimetypes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix gzip mimetype mapping
Côme Chilliet [Tue, 3 Jan 2023 13:57:59 +0000 (14:57 +0100)]
Fix gzip mimetype mapping

PHP now detects it as application/gzip and not application/x-gzip anymore

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoPrettify static-code-analysis.yml
Côme Chilliet [Tue, 3 Jan 2023 13:27:21 +0000 (14:27 +0100)]
Prettify static-code-analysis.yml

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAlways upload psalm result to github
Côme Chilliet [Mon, 2 Jan 2023 13:51:09 +0000 (14:51 +0100)]
Always upload psalm result to github

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoMerge back the two static analysis workflows together
Côme Chilliet [Mon, 2 Jan 2023 13:28:42 +0000 (14:28 +0100)]
Merge back the two static analysis workflows together

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAttempt to fix errors in Repair command tests
Côme Chilliet [Mon, 19 Dec 2022 14:06:48 +0000 (15:06 +0100)]
Attempt to fix errors in Repair command tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix types in OCS json answer (status code is an int)
Côme Chilliet [Mon, 19 Dec 2022 13:53:54 +0000 (14:53 +0100)]
Fix types in OCS json answer (status code is an int)

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix crash in OCS when getting info about an application
Côme Chilliet [Tue, 13 Dec 2022 08:29:07 +0000 (09:29 +0100)]
Fix crash in OCS when getting info about an application

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAttempt at reducing psalm errors
Côme Chilliet [Tue, 13 Dec 2022 07:54:49 +0000 (08:54 +0100)]
Attempt at reducing psalm errors

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoImprove typing in Entity.php
Côme Chilliet [Mon, 7 Nov 2022 12:59:48 +0000 (13:59 +0100)]
Improve typing in Entity.php

Removing @method in Entity brings even more errors.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix kerberos step name
Côme Chilliet [Mon, 7 Nov 2022 15:39:12 +0000 (16:39 +0100)]
Fix kerberos step name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoMove all drone steps to PHP 8.0
Côme Chilliet [Mon, 7 Nov 2022 14:57:37 +0000 (15:57 +0100)]
Move all drone steps to PHP 8.0

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agocomposer update php
Côme Chilliet [Mon, 7 Nov 2022 10:59:54 +0000 (11:59 +0100)]
composer update php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAttempt at bumping psalm version
Côme Chilliet [Mon, 7 Nov 2022 10:41:45 +0000 (11:41 +0100)]
Attempt at bumping psalm version

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoRemove workarounds specific to 7.4
Côme Chilliet [Mon, 7 Nov 2022 09:54:02 +0000 (10:54 +0100)]
Remove workarounds specific to 7.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoDrop PHP 7.4 support for master (26)
Côme Chilliet [Mon, 7 Nov 2022 09:50:03 +0000 (10:50 +0100)]
Drop PHP 7.4 support for master (26)

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix double where in CustomProperiesBackendTest 36266/head
Joas Schilling [Fri, 20 Jan 2023 09:44:50 +0000 (10:44 +0100)]
Fix double where in CustomProperiesBackendTest

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agofix(occ): Fix comment formatting of maintenance:repair command 36264/head
Christoph Wurst [Fri, 20 Jan 2023 08:58:22 +0000 (09:58 +0100)]
fix(occ): Fix comment formatting of maintenance:repair command

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36253 from nextcloud/chore/dav/remove-useless-var-tag
Christoph Wurst [Fri, 20 Jan 2023 08:19:35 +0000 (09:19 +0100)]
Merge pull request #36253 from nextcloud/chore/dav/remove-useless-var-tag

chore(dav): Remove useless var tag

20 months agochore(dav): Add void return type to test methods 36262/head
Christoph Wurst [Fri, 20 Jan 2023 07:38:43 +0000 (08:38 +0100)]
chore(dav): Add void return type to test methods

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agofix(querybuilder): Log a warning if where() is called again on a query builder object 36261/head
Joas Schilling [Fri, 20 Jan 2023 06:41:19 +0000 (07:41 +0100)]
fix(querybuilder): Log a warning if where() is called again on a query builder object

Signed-off-by: Joas Schilling <coding@schilljs.com>