]>
source.dussan.org Git - nextcloud-server.git/log
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>
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>
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>
Pytal [Fri, 18 Nov 2022 18:27:12 +0000 (10:27 -0800)]
Merge pull request #35253 from nextcloud/bugfix/noid/remove-warnings-loginpage
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
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
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>
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
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>
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>
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>
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
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
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>
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
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
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
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
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>
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>
Robin Appelman [Mon, 14 Nov 2022 13:19:47 +0000 (14:19 +0100)]
fix dirname usage
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>
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>
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>
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
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
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>
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>
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>
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>
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
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>
nextcloud-command [Thu, 17 Nov 2022 04:11:54 +0000 (04:11 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>
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
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>
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
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
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
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.
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>
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>
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>
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>
John Molakvoæ [Tue, 8 Nov 2022 16:01:17 +0000 (17:01 +0100)]
Fix logo invert
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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>
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
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
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
John Molakvoæ [Tue, 15 Nov 2022 18:06:40 +0000 (19:06 +0100)]
Fix CalDavSettings spec
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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>
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
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>
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>
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
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>
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
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
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>
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
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>
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>
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>
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
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>
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
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>
Simon L [Mon, 14 Nov 2022 19:35:54 +0000 (20:35 +0100)]
Merge pull request #35024 from nextcloud/deprecate/php74
Deprecate PHP7.4
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
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
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>
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>
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>
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"
Joas Schilling [Mon, 14 Nov 2022 10:24:53 +0000 (11:24 +0100)]
Merge pull request #35142 from nextcloud/nickvergessen-patch-1
Update CODEOWNERS
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>
Joas Schilling [Mon, 14 Nov 2022 10:14:13 +0000 (11:14 +0100)]
Revert "Appropriate length check in Notification.php"
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
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
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
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
Nextcloud bot [Mon, 14 Nov 2022 02:15:27 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sun, 13 Nov 2022 22:13:48 +0000 (23:13 +0100)]
Merge pull request #35070 from nextcloud/fix/34993/ldap-user-manager-must-not-be-shared
[LDAP] always create instance of own user manager
Julius Härtl [Sun, 13 Nov 2022 16:07:45 +0000 (17:07 +0100)]
Merge pull request #33482 from nextcloud/bugfix/app-version-disabled
Show version from appinfo on occ app:list
Julius Härtl [Sun, 13 Nov 2022 16:06:49 +0000 (17:06 +0100)]
Merge pull request #34746 from nextcloud/add-calendar-settings-section
Add Calendar settings section
Nextcloud bot [Sun, 13 Nov 2022 02:14:30 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 12 Nov 2022 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sat, 12 Nov 2022 01:14:01 +0000 (02:14 +0100)]
Merge pull request #34829 from nextcloud/Valdnet-patch-3
l10n: Improve styling
Vitor Mattos [Tue, 18 Oct 2022 02:10:00 +0000 (23:10 -0300)]
Bugfix to support postgres15
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Simon L <szaimen@e.mail.de>
Co-Authored-By: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
szaimen [Sun, 21 Aug 2022 10:13:07 +0000 (12:13 +0200)]
use the updated mariadb10.6 container in drone
Signed-off-by: szaimen <szaimen@e.mail.de>
Simon L [Fri, 11 Nov 2022 16:11:21 +0000 (17:11 +0100)]
Merge pull request #34994 from Glandos/fileinfo_perf
[Performance] Test valid path only if file info has to be retrieved
Robin Appelman [Fri, 11 Nov 2022 16:09:26 +0000 (17:09 +0100)]
Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-files_trash
Fix hasBigIntConversionPendingColumns missing files_trash
Simon L [Fri, 11 Nov 2022 16:08:21 +0000 (17:08 +0100)]
Merge pull request #35015 from natoponen/patch-1
Appropriate length check in Notification.php
Simon L [Fri, 11 Nov 2022 15:56:29 +0000 (16:56 +0100)]
Merge pull request #35105 from nextcloud/fix/noid/imaginary-distorted-previews
Fix distorted previews when using imaginary
Julius Härtl [Mon, 8 Aug 2022 13:02:27 +0000 (15:02 +0200)]
Show version from appinfo on occ app:list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Richard Steinmetz [Fri, 11 Nov 2022 13:21:05 +0000 (14:21 +0100)]
Fix distorted previews when using imaginary
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Julius Härtl [Fri, 11 Nov 2022 08:46:49 +0000 (09:46 +0100)]
Merge pull request #35077 from nextcloud/fix/public-key-token-provider-test
Fix PublicKeyTokenProviderTest import and mock
Joas Schilling [Fri, 11 Nov 2022 08:02:28 +0000 (09:02 +0100)]
Mark more config values as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 11 Nov 2022 06:54:26 +0000 (07:54 +0100)]
Run integration tests on 3rdparty bump
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Nextcloud bot [Fri, 11 Nov 2022 02:14:02 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>