]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoMerge pull request #35241 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Mon, 21 Nov 2022 14:19:03 +0000 (15:19 +0100)]
Merge pull request #35241 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoMerge pull request #35187 from nextcloud/artonge/fix/mention_in_comment_editor
Louis [Mon, 21 Nov 2022 11:24:56 +0000 (12:24 +0100)]
Merge pull request #35187 from nextcloud/artonge/fix/mention_in_comment_editor

Fix mentions rendering in comment editor

2 years agoMerge pull request #35251 from nextcloud/bugfix/noid/increase-fairuse-limit
Joas Schilling [Mon, 21 Nov 2022 09:49:01 +0000 (10:49 +0100)]
Merge pull request #35251 from nextcloud/bugfix/noid/increase-fairuse-limit

Increase the fair-use push limit to 1.000 users

2 years agoFix mentions rendering in comment editor 35187/head
Louis Chemineau [Tue, 15 Nov 2022 17:30:17 +0000 (18:30 +0100)]
Fix mentions rendering in comment editor

NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #35185 from nextcloud/bugfix/noid/hide-not-missing-updates-of...
Joas Schilling [Mon, 21 Nov 2022 06:36:42 +0000 (07:36 +0100)]
Merge pull request #35185 from nextcloud/bugfix/noid/hide-not-missing-updates-of-future-shipped-apps

Hide warning about missing apps for when shipped in the next version

2 years agoUpdate psalm baseline 35241/head
nextcloud-command [Mon, 21 Nov 2022 04:17:02 +0000 (04:17 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Nov 2022 02:15:29 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Nov 2022 02:15:49 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Nov 2022 02:17:38 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35269 from nextcloud/fix/remove-pending
John Molakvoæ [Fri, 18 Nov 2022 23:05:18 +0000 (00:05 +0100)]
Merge pull request #35269 from nextcloud/fix/remove-pending

Remove completed comments

2 years agoMerge pull request #34677 from nextcloud/fix/34602/background-image-migration
blizzz [Fri, 18 Nov 2022 22:14:37 +0000 (23:14 +0100)]
Merge pull request #34677 from nextcloud/fix/34602/background-image-migration

optimize background image migration job

2 years agorename placeholder 34677/head
Arthur Schiwon [Fri, 18 Nov 2022 21:30:03 +0000 (22:30 +0100)]
rename placeholder

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agofix const visibility
Arthur Schiwon [Fri, 21 Oct 2022 08:03:40 +0000 (10:03 +0200)]
fix const visibility

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agouse const
blizzz [Fri, 21 Oct 2022 07:38:48 +0000 (09:38 +0200)]
use const

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2 years agouse const
blizzz [Fri, 21 Oct 2022 07:26:17 +0000 (09:26 +0200)]
use const

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2 years agouse .json extentions
blizzz [Fri, 21 Oct 2022 07:25:55 +0000 (09:25 +0200)]
use .json extentions

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2 years agodo not store state in appconfig
Arthur Schiwon [Thu, 20 Oct 2022 18:40:53 +0000 (20:40 +0200)]
do not store state in appconfig

- and use count over isset for better understanding

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoremove dashboard check, as fallback did not consider it either
Arthur Schiwon [Wed, 19 Oct 2022 21:25:29 +0000 (23:25 +0200)]
remove dashboard check, as fallback did not consider it either

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agooptimize background image migration job
Arthur Schiwon [Wed, 19 Oct 2022 21:22:22 +0000 (23:22 +0200)]
optimize background image migration job

- separate in two stages: to prepare, and to actually migrate
- in step one, prepare a list of users to be migrated, and store it
  compressed as app config
  - gzcompress can be used, because we already require zlib
- upon the next calls (step two), slice off the first 5000 users
  and migrate them. Re-add job if necessary to repeat.
- downside is that an app config value will in the beginning use the
  RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB)
  result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs,
  0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoRemove completed comments 35269/head
Christopher Ng [Fri, 18 Nov 2022 19:00:50 +0000 (19:00 +0000)]
Remove completed comments

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #35253 from nextcloud/bugfix/noid/remove-warnings-loginpage
Pytal [Fri, 18 Nov 2022 18:27:12 +0000 (10:27 -0800)]
Merge pull request #35253 from nextcloud/bugfix/noid/remove-warnings-loginpage

2 years agoMerge pull request #35259 from nextcloud/bugfix/32354/fix-upload-actually-cancel-xhr
Simon L [Fri, 18 Nov 2022 17:06:05 +0000 (18:06 +0100)]
Merge pull request #35259 from nextcloud/bugfix/32354/fix-upload-actually-cancel-xhr

Also cancel XHR when cancelling uploads

2 years agoMerge pull request #35182 from nextcloud/enh/34654/try-go-generate-user-themed-icons
Simon L [Fri, 18 Nov 2022 15:02:51 +0000 (16:02 +0100)]
Merge pull request #35182 from nextcloud/enh/34654/try-go-generate-user-themed-icons

generate user themed icons

2 years agoAlso cancel XHR when cancelling uploads 35259/head
Vincent Petry [Fri, 18 Nov 2022 14:47:19 +0000 (15:47 +0100)]
Also cancel XHR when cancelling uploads

Fixes issue when cancelling a long list of uploads.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoIncrease the fair-use push limit to 1.000 users 35251/head
Joas Schilling [Fri, 18 Nov 2022 13:44:41 +0000 (14:44 +0100)]
Increase the fair-use push limit to 1.000 users

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #35218 from nextcloud/storage-setup-providers
Vincent Petry [Fri, 18 Nov 2022 14:24:14 +0000 (15:24 +0100)]
Merge pull request #35218 from nextcloud/storage-setup-providers

delay updating setup providers untill we register the mounts

2 years agoFix warnings on login page 35253/head
Vincent Petry [Fri, 18 Nov 2022 14:10:02 +0000 (15:10 +0100)]
Fix warnings on login page

Check for app menu container before mounting.
Fix "isError" in LoginForm being a number when the throttleDelay is
zero. In fact, there is no need for existence check because both
undefined and null are not greater than a number.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agogenerate user themed icons 35182/head
Simon L [Tue, 15 Nov 2022 15:55:37 +0000 (16:55 +0100)]
generate user themed icons

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Nov 2022 02:13:28 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35170 from nextcloud/fix/fix-33745-Focus_and_active_state_needs_t...
Pytal [Thu, 17 Nov 2022 19:08:04 +0000 (11:08 -0800)]
Merge pull request #35170 from nextcloud/fix/fix-33745-Focus_and_active_state_needs_to_look_different_from_each_other

2 years agoMerge pull request #35186 from nextcloud/fix/oauth2-add-client-button-native-submit
Christoph Wurst [Thu, 17 Nov 2022 17:23:39 +0000 (18:23 +0100)]
Merge pull request #35186 from nextcloud/fix/oauth2-add-client-button-native-submit

Fix missing native submit type from OAuth client add button

2 years agoUser status dialog a11y: make different focus and active state for OnlineStatusSelect... 35170/head
julia.kirschenheuter [Tue, 15 Nov 2022 08:12:51 +0000 (09:12 +0100)]
User status dialog a11y: make different focus and active state for OnlineStatusSelect and PredefinedStatus

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #35227 from nextcloud/bugfix/35152/fix-toggle-grid-file-picker
Simon L [Thu, 17 Nov 2022 16:43:48 +0000 (17:43 +0100)]
Merge pull request #35227 from nextcloud/bugfix/35152/fix-toggle-grid-file-picker

Limit toggle grid view button scope

2 years agoMerge pull request #35090 from nextcloud/enh/a11y-close-on-focusout
Vincent Petry [Thu, 17 Nov 2022 15:56:31 +0000 (16:56 +0100)]
Merge pull request #35090 from nextcloud/enh/a11y-close-on-focusout

Close global search menu when keyboard focus leaves

2 years agoMerge pull request #35225 from nextcloud/chore/package-lock-git-merge-strategy
Louis [Thu, 17 Nov 2022 15:53:07 +0000 (16:53 +0100)]
Merge pull request #35225 from nextcloud/chore/package-lock-git-merge-strategy

Do not auto merge package-lock.json, but treat as text file

2 years agoMerge pull request #35009 from nextcloud/fix/check-quota-on-copy
Côme Chilliet [Thu, 17 Nov 2022 14:40:21 +0000 (15:40 +0100)]
Merge pull request #35009 from nextcloud/fix/check-quota-on-copy

Check quota on file copy

2 years agodelay updating setup providers untill we register the mounts 35218/head
Robin Appelman [Wed, 16 Nov 2022 16:47:52 +0000 (17:47 +0100)]
delay updating setup providers untill we register the mounts

otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoApply the same fix as on beforeCopy on beforeMove 35009/head
Côme Chilliet [Tue, 15 Nov 2022 17:11:15 +0000 (18:11 +0100)]
Apply the same fix as on beforeCopy on beforeMove

Let’s be safe

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agofix dirname usage
Robin Appelman [Mon, 14 Nov 2022 13:19:47 +0000 (14:19 +0100)]
fix dirname usage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoFix psalm issues
Côme Chilliet [Tue, 8 Nov 2022 16:13:45 +0000 (17:13 +0100)]
Fix psalm issues

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoCheck quota on file copy
Côme Chilliet [Mon, 7 Nov 2022 16:25:42 +0000 (17:25 +0100)]
Check quota on file copy

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoLimit toggle grid view button scope 35227/head
Vincent Petry [Thu, 17 Nov 2022 13:02:51 +0000 (14:02 +0100)]
Limit toggle grid view button scope

Limit the button action scope to the file picker dialog so that it
doesn't touch the file list present in the page.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #35224 from nextcloud/chore/drop-deprecatd-node-sass
Julius Härtl [Thu, 17 Nov 2022 12:13:00 +0000 (13:13 +0100)]
Merge pull request #35224 from nextcloud/chore/drop-deprecatd-node-sass

2 years agoMerge pull request #35194 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Thu, 17 Nov 2022 11:38:19 +0000 (12:38 +0100)]
Merge pull request #35194 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoDo not auto merge package-lock.json, but treat as text file 35225/head
Christoph Wurst [Thu, 17 Nov 2022 11:29:54 +0000 (12:29 +0100)]
Do not auto merge package-lock.json, but treat as text file

If package-lock is specified to be a binary file, it becomes impossible
to diff any changes. Since we only want to prevent git from merging
changes in the lockfile, we can be more specific and tell it that binary
handling is only required as merge strategy.

[skip ci]

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoClose global search menu when focus leaves 35090/head
Christopher Ng [Fri, 11 Nov 2022 01:20:52 +0000 (01:20 +0000)]
Close global search menu when focus leaves

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoFix missing native submit type from OAuth client add button 35186/head
Christoph Wurst [Tue, 15 Nov 2022 17:25:26 +0000 (18:25 +0100)]
Fix missing native submit type from OAuth client add button

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoDrop deprecated node-sass 35224/head
Christoph Wurst [Thu, 17 Nov 2022 09:44:38 +0000 (10:44 +0100)]
Drop deprecated node-sass

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #35203 from nextcloud/jpeg-80
John Molakvoæ [Thu, 17 Nov 2022 07:41:34 +0000 (08:41 +0100)]
Merge pull request #35203 from nextcloud/jpeg-80

Default Jpeg quality to 80

2 years agogetAppValue expects string 35203/head
John Molakvoæ [Thu, 17 Nov 2022 07:03:05 +0000 (08:03 +0100)]
getAppValue expects string

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2 years agoUpdate psalm baseline 35194/head
nextcloud-command [Thu, 17 Nov 2022 04:11:54 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Nov 2022 02:14:28 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35207 from nextcloud/fix/date-picker
John Molakvoæ [Wed, 16 Nov 2022 18:06:30 +0000 (19:06 +0100)]
Merge pull request #35207 from nextcloud/fix/date-picker

Fix sharing expiration date handling and saving

2 years agoFix date handling and saving 35207/head
John Molakvoæ [Wed, 16 Nov 2022 11:19:35 +0000 (12:19 +0100)]
Fix date handling and saving

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #34615 from nextcloud/enh/noid/logo-inverted
Simon L [Wed, 16 Nov 2022 14:54:06 +0000 (15:54 +0100)]
Merge pull request #34615 from nextcloud/enh/noid/logo-inverted

fix logo not correctly inverted

2 years agoMerge pull request #35184 from nextcloud/s3-copy-dir-shadow
blizzz [Wed, 16 Nov 2022 14:41:19 +0000 (15:41 +0100)]
Merge pull request #35184 from nextcloud/s3-copy-dir-shadow

fix s3 directory copy

2 years agoMerge pull request #35210 from nextcloud/bugfix/noid/fix-settings-set-default-expirat...
Robin Appelman [Wed, 16 Nov 2022 14:38:02 +0000 (15:38 +0100)]
Merge pull request #35210 from nextcloud/bugfix/noid/fix-settings-set-default-expiration-date

Fix settings for setting default expiration date

2 years agoMerge pull request #35192 from pserwylo/fix-performance-github-action
Julius Härtl [Wed, 16 Nov 2022 14:05:08 +0000 (15:05 +0100)]
Merge pull request #35192 from pserwylo/fix-performance-github-action

Fix github action "performance-8.0" when PR is from a fork.

2 years agoFix github action "performance-8.0" when PR is from a fork. 35192/head
Peter Serwylo [Wed, 16 Nov 2022 02:35:12 +0000 (13:35 +1100)]
Fix github action "performance-8.0" when PR is from a fork.

There is an assumption that the PR is from the same remote as
the base it is being merged into. This is fixed so that instead
of doing a `git fetch origin`, it now fetches from the `clone_url`
of the PR head.

Signed-off-by: Peter Serwylo <peter@serwylo.com>
2 years agoFix settings for setting default expiration date 35210/head
Vincent Petry [Wed, 16 Nov 2022 12:02:31 +0000 (13:02 +0100)]
Fix settings for setting default expiration date

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoTests adjustement
Git'Fellow [Wed, 16 Nov 2022 10:01:32 +0000 (11:01 +0100)]
Tests adjustement

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2 years agoDefault Jpeg quality to 80
Git'Fellow [Wed, 16 Nov 2022 09:59:50 +0000 (10:59 +0100)]
Default Jpeg quality to 80

See https://sirv.com/help/articles/jpeg-quality-comparison/
Almost 50% of file size (compared to 90) and no visual differences.

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2 years agoFix logo invert 34615/head
John Molakvoæ [Tue, 8 Nov 2022 16:01:17 +0000 (17:01 +0100)]
Fix logo invert

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Nov 2022 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35033 from nextcloud/enh/34732/fix-dashboard-scrolling
Simon L [Wed, 16 Nov 2022 01:06:21 +0000 (02:06 +0100)]
Merge pull request #35033 from nextcloud/enh/34732/fix-dashboard-scrolling

fix dashboard scrolling

2 years agoMerge pull request #35029 from nextcloud/enh/34969/fix-app-menu-firefox
Simon L [Wed, 16 Nov 2022 01:05:58 +0000 (02:05 +0100)]
Merge pull request #35029 from nextcloud/enh/34969/fix-app-menu-firefox

Fix AppMenu icons for firefox

2 years agoMerge pull request #35179 from nextcloud/dependaskjnldsv/nextcloud-vue
Pytal [Tue, 15 Nov 2022 19:13:00 +0000 (11:13 -0800)]
Merge pull request #35179 from nextcloud/dependaskjnldsv/nextcloud-vue

Bump @nextcloud/vue to 7.1.0-beta0

2 years agoFix CalDavSettings spec 35179/head
John Molakvoæ [Tue, 15 Nov 2022 18:06:40 +0000 (19:06 +0100)]
Fix CalDavSettings spec

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoBump @nextcloud/vue to 7.1.0-beta0
John Molakvoæ [Tue, 15 Nov 2022 13:43:57 +0000 (14:43 +0100)]
Bump @nextcloud/vue to 7.1.0-beta0

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #35181 from nextcloud/fix/test-php-8.2-2
Côme Chilliet [Tue, 15 Nov 2022 17:09:52 +0000 (18:09 +0100)]
Merge pull request #35181 from nextcloud/fix/test-php-8.2-2

Fix more tests for PHP 8.2

2 years agoHide warning about missing apps for when shipped in the next version 35185/head
Joas Schilling [Tue, 15 Nov 2022 16:40:26 +0000 (17:40 +0100)]
Hide warning about missing apps for when shipped in the next version

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agofix s3 directory copy 35184/head
Robin Appelman [Tue, 15 Nov 2022 16:17:59 +0000 (17:17 +0100)]
fix s3 directory copy

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoFix themings tests and get rid of deprecated at matcher 35181/head
Côme Chilliet [Tue, 15 Nov 2022 15:29:26 +0000 (16:29 +0100)]
Fix themings tests and get rid of deprecated at matcher

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35147 from nextcloud/fix/fix-33741-h1_should_instead_be_in_the_ap...
Christoph Wurst [Tue, 15 Nov 2022 15:14:29 +0000 (16:14 +0100)]
Merge pull request #35147 from nextcloud/fix/fix-33741-h1_should_instead_be_in_the_app_content

Place ```<h1>``` into main content

2 years agoFix some more problems with tests under PHP 8.2
Côme Chilliet [Tue, 15 Nov 2022 15:02:24 +0000 (16:02 +0100)]
Fix some more problems with tests under PHP 8.2

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #33631 from nextcloud/enh/noid/mariadb10.6-master
Simon L [Tue, 15 Nov 2022 12:26:25 +0000 (13:26 +0100)]
Merge pull request #33631 from nextcloud/enh/noid/mariadb10.6-master

use the updated mariadb10.6 container in drone

2 years agoMerge pull request #35156 from nextcloud/fix/fix-tests-for-8.2
Côme Chilliet [Tue, 15 Nov 2022 12:04:51 +0000 (13:04 +0100)]
Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2

Fix dynamic properties and other problems in tests for PHP 8.2

2 years agoPlace ```<h1>``` into main content 35147/head
julia.kirschenheuter [Mon, 14 Nov 2022 11:15:24 +0000 (12:15 +0100)]
Place ```<h1>``` into main content

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2 years agoMerge pull request #35173 from nextcloud/test/34976/received-share-in-shared-folders
Simon L [Tue, 15 Nov 2022 10:49:22 +0000 (11:49 +0100)]
Merge pull request #35173 from nextcloud/test/34976/received-share-in-shared-folders

Add test for received share in share_folder

2 years agoFix tests depending on a trailing whitespace 35156/head
Côme Chilliet [Tue, 15 Nov 2022 09:31:58 +0000 (10:31 +0100)]
Fix tests depending on a trailing whitespace

Many editors remove trailing whitespaces, so avoid depending on them for
 tests success.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd test for received share in share_folder 35173/head
Vincent Petry [Tue, 15 Nov 2022 08:57:44 +0000 (09:57 +0100)]
Add test for received share in share_folder

Add integration test for receiving a share in a configured
"share_folder".

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdd Union types for properties in tests/lib/Encryption/Keys/StorageTest.php
Côme Chilliet [Tue, 15 Nov 2022 08:29:35 +0000 (09:29 +0100)]
Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35014 from nextcloud/fix/login-headline
John Molakvoæ [Tue, 15 Nov 2022 08:29:32 +0000 (09:29 +0100)]
Merge pull request #35014 from nextcloud/fix/login-headline

Fix rendering of login headline

2 years agoFix syntax in VerificationTokenTest.php
Côme Chilliet [Tue, 15 Nov 2022 08:25:56 +0000 (09:25 +0100)]
Fix syntax in VerificationTokenTest.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35091 from nextcloud/enh/a11y-single-char-search
Pytal [Tue, 15 Nov 2022 03:59:38 +0000 (19:59 -0800)]
Merge pull request #35091 from nextcloud/enh/a11y-single-char-search

Allow single character search by default

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Nov 2022 02:15:30 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35024 from nextcloud/deprecate/php74
Simon L [Mon, 14 Nov 2022 19:35:54 +0000 (20:35 +0100)]
Merge pull request #35024 from nextcloud/deprecate/php74

Deprecate PHP7.4

2 years agoMerge pull request #35157 from nextcloud/fix/avoid-passing-null-to-datetime-createfro...
Côme Chilliet [Mon, 14 Nov 2022 18:33:16 +0000 (19:33 +0100)]
Merge pull request #35157 from nextcloud/fix/avoid-passing-null-to-datetime-createfromformat

Make sure to not pass null to DateTime::createFromFormat

2 years agoMerge pull request #35075 from nextcloud/docs/remove_redis_sentinel_reference
blizzz [Mon, 14 Nov 2022 17:48:35 +0000 (18:48 +0100)]
Merge pull request #35075 from nextcloud/docs/remove_redis_sentinel_reference

Remove reference to Redis sentinel from configuration docs

2 years agoFix errors from PHP 8.2 testing
Côme Chilliet [Mon, 14 Nov 2022 16:06:28 +0000 (17:06 +0100)]
Fix errors from PHP 8.2 testing

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMake sure to not pass null to DateTime::createFromFormat 35157/head
Côme Chilliet [Mon, 14 Nov 2022 15:23:50 +0000 (16:23 +0100)]
Make sure to not pass null to DateTime::createFromFormat

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix dynamic properties and other problems in tests for PHP 8.2
Côme Chilliet [Mon, 14 Nov 2022 15:14:35 +0000 (16:14 +0100)]
Fix dynamic properties and other problems in tests for PHP 8.2

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35139 from nextcloud/revert-35015-patch-1
Joas Schilling [Mon, 14 Nov 2022 11:49:44 +0000 (12:49 +0100)]
Merge pull request #35139 from nextcloud/revert-35015-patch-1

Revert "Appropriate length check in Notification.php"

2 years agoMerge pull request #35142 from nextcloud/nickvergessen-patch-1
Joas Schilling [Mon, 14 Nov 2022 10:24:53 +0000 (11:24 +0100)]
Merge pull request #35142 from nextcloud/nickvergessen-patch-1

Update CODEOWNERS

2 years agoUpdate CODEOWNERS 35142/head
Joas Schilling [Mon, 14 Nov 2022 10:18:11 +0000 (11:18 +0100)]
Update CODEOWNERS

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2 years agoRevert "Appropriate length check in Notification.php" 35139/head
Joas Schilling [Mon, 14 Nov 2022 10:14:13 +0000 (11:14 +0100)]
Revert "Appropriate length check in Notification.php"

2 years agoMerge pull request #35043 from nextcloud/updateCrl
Joas Schilling [Mon, 14 Nov 2022 10:00:30 +0000 (11:00 +0100)]
Merge pull request #35043 from nextcloud/updateCrl

 Update crl after revoke drawio.csr

2 years agoMerge pull request #34645 from nextcloud/bugfix/support-to-postgres15
Simon L [Mon, 14 Nov 2022 09:02:38 +0000 (10:02 +0100)]
Merge pull request #34645 from nextcloud/bugfix/support-to-postgres15

🐘 Support postgres15

2 years agoMerge pull request #35093 from nextcloud/nickvergessen-patch-1
Simon L [Mon, 14 Nov 2022 08:45:55 +0000 (09:45 +0100)]
Merge pull request #35093 from nextcloud/nickvergessen-patch-1

Run integration tests on 3rdparty bump

2 years agoMerge pull request #35096 from nextcloud/bugfix/noid/mark-more-values-as-sensitive
Simon L [Mon, 14 Nov 2022 08:45:19 +0000 (09:45 +0100)]
Merge pull request #35096 from nextcloud/bugfix/noid/mark-more-values-as-sensitive

Mark more config values as sensitive