]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Tue, 16 May 2023 16:04:00 +0000 (18:04 +0200)]
26.0.2 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Kate [Tue, 16 May 2023 15:08:50 +0000 (17:08 +0200)]
Merge pull request #38304 from nextcloud/backport/38143/stable26
[stable26] Fix generated avatars cache
Simon L [Tue, 16 May 2023 09:56:41 +0000 (11:56 +0200)]
adjust patch
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
jld3103 [Tue, 9 May 2023 10:27:46 +0000 (12:27 +0200)]
Clear generated avatar caches
Signed-off-by: jld3103 <jld3103yt@gmail.com>
jld3103 [Tue, 9 May 2023 10:23:57 +0000 (12:23 +0200)]
Properly clear cached avatars
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Joas Schilling [Tue, 16 May 2023 09:31:10 +0000 (11:31 +0200)]
Merge pull request #38275 from nextcloud/backport/38274/stable26
[stable26] fix(middleware): Also abort the request when reaching max delay in af…
Côme Chilliet [Tue, 16 May 2023 07:27:11 +0000 (09:27 +0200)]
Merge pull request #38289 from nextcloud/backport/38196/stable26
[stable26] Get rid of more int casts in file size manipulations
Joas Schilling [Tue, 16 May 2023 06:30:38 +0000 (08:30 +0200)]
Merge pull request #38263 from nextcloud/bugfix/38229/stable26
[stable26] fix(deps): Bump @nextcloud/vue to 7.11.5
Joas Schilling [Tue, 16 May 2023 05:10:02 +0000 (07:10 +0200)]
Merge pull request #38212 from nextcloud/automated/noid/stable26-update-psalm-baseline
[stable26] Update psalm-baseline.xml
Joas Schilling [Tue, 16 May 2023 04:35:29 +0000 (06:35 +0200)]
Merge pull request #38268 from nextcloud/backport/38267/stable26
[stable26] fix(lostpassword): Also rate limit the setPassword endpoint
Joas Schilling [Tue, 16 May 2023 04:33:31 +0000 (06:33 +0200)]
fix(CI): Adjust expected CI result
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 16 May 2023 02:28:37 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Tue, 16 May 2023 02:27:38 +0000 (02:27 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Robin Appelman [Mon, 15 May 2023 21:48:37 +0000 (23:48 +0200)]
Merge pull request #38281 from nextcloud/session-auth-check-username-26
[26] check the username when doing external storage session auth
Simon L [Mon, 15 May 2023 19:37:39 +0000 (21:37 +0200)]
Merge pull request #38257 from nextcloud/backport/38242/stable26
[stable26] Fix incosistent scrolling in Firefox
Julius Härtl [Mon, 15 May 2023 19:26:22 +0000 (21:26 +0200)]
Merge pull request #37872 from nextcloud/backport/37853/stable26
Côme Chilliet [Mon, 15 May 2023 10:24:42 +0000 (12:24 +0200)]
Fix return types in phpdoc
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 May 2023 10:46:16 +0000 (12:46 +0200)]
Get rid of more int casts in file size manipulations
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Louis [Mon, 15 May 2023 15:16:28 +0000 (17:16 +0200)]
Merge pull request #38254 from nextcloud/backport/38224/stable26
[stable26] Check if version has entity before trying to access it
Robin Appelman [Thu, 11 May 2023 15:45:16 +0000 (17:45 +0200)]
check the username when doing external storage session auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Thu, 11 May 2023 07:23:50 +0000 (09:23 +0200)]
fix(middleware): Also abort the request when reaching max delay in afterController
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 May 2023 14:12:14 +0000 (16:12 +0200)]
fix(tests): Adjust unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Simon L [Sun, 14 May 2023 18:27:43 +0000 (20:27 +0200)]
Fix incosistent scrolling in Firefox
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Mon, 15 May 2023 07:21:07 +0000 (09:21 +0200)]
fix(lostpassword): Also rate limit the setPassword endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 May 2023 12:05:13 +0000 (14:05 +0200)]
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 May 2023 12:03:22 +0000 (14:03 +0200)]
fix(deps): Bump @nextcloud/vue to 7.11.5
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Fri, 21 Apr 2023 09:28:01 +0000 (11:28 +0200)]
Read mtime of version.php only once
- in most cases it would read again in \OC_Util::loadVersion anyway
- remove some unused use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 20 Apr 2023 21:10:34 +0000 (23:10 +0200)]
add the server roots and version info hash to apcu prefix
fixes collissions when more than one instance is running on the same
system
For the memcaches we use a more complex prefix, where version and
instance ID are incorporated. We do not have this data at hand at this
point of time. But we can get the mtime of the version.php file
relatively cheap.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Mon, 15 May 2023 10:15:04 +0000 (12:15 +0200)]
Merge pull request #38238 from nextcloud/backport/37709/stable26
[stable26] fix: Check for wrapped retriable exceptions
Git'Fellow [Fri, 12 May 2023 14:00:16 +0000 (16:00 +0200)]
Check if version has entity before trying to access it
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Côme Chilliet [Mon, 15 May 2023 09:24:33 +0000 (11:24 +0200)]
Merge pull request #38204 from nextcloud/backport/36893/stable26
[stable26] Make sure to never trigger files hooks on a null path
Nextcloud bot [Mon, 15 May 2023 02:28:32 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 14 May 2023 02:27:48 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Thu, 13 Apr 2023 10:53:40 +0000 (12:53 +0200)]
fix: Check for wrapped retriable exceptions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Sat, 13 May 2023 02:28:05 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Fri, 12 May 2023 18:25:54 +0000 (20:25 +0200)]
Merge pull request #37873 from nextcloud/backport/37062/stable26
[stable26] Check free space only if source exists and is dir
Git'Fellow [Tue, 7 Mar 2023 16:09:24 +0000 (17:09 +0100)]
Add function_exists() check
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Git'Fellow [Mon, 6 Mar 2023 23:13:57 +0000 (00:13 +0100)]
Fix free space problems
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
John Molakvoæ [Fri, 12 May 2023 15:45:23 +0000 (17:45 +0200)]
Merge pull request #38208 from nextcloud/fix/foo-stable26-38194
Nextcloud bot [Fri, 12 May 2023 02:28:21 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 11 May 2023 06:56:15 +0000 (08:56 +0200)]
fix: prevent malicious url in unsupported browser redirect
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Côme Chilliet [Tue, 28 Feb 2023 11:16:37 +0000 (12:16 +0100)]
Make sure to never trigger files hooks on a null path
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 May 2023 13:13:05 +0000 (15:13 +0200)]
Merge pull request #38154 from nextcloud/backport/37944/stable26
[stable26] Do not stop at the first PHP error/warning in files:scan
Julius Härtl [Wed, 10 May 2023 06:34:45 +0000 (08:34 +0200)]
Merge pull request #38098 from nextcloud/backport/38063/stable26
Louis [Wed, 10 May 2023 05:11:17 +0000 (07:11 +0200)]
Merge pull request #38153 from nextcloud/backport/38125/stable26
[stable26] Check if version entity is not null before delete
Nextcloud bot [Wed, 10 May 2023 02:31:35 +0000 (02:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Thu, 4 May 2023 15:06:46 +0000 (17:06 +0200)]
Add an error counter
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 2 May 2023 08:01:38 +0000 (10:01 +0200)]
Only show error stack trace on very verbose level
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 27 Apr 2023 08:46:37 +0000 (10:46 +0200)]
Do not stop at the first PHP error/warning in files:scan
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Git'Fellow [Mon, 8 May 2023 12:24:58 +0000 (14:24 +0200)]
Check if version entity is not null before delete
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Joas Schilling [Tue, 9 May 2023 12:29:03 +0000 (14:29 +0200)]
Merge pull request #37549 from nextcloud/backport/37520/stable26
[stable26] fix DBAL exception handling in setValues
John Molakvoæ [Thu, 4 May 2023 10:51:02 +0000 (12:51 +0200)]
fix(theming): replace elementColor dark value with better contrast `#8c8c8c`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
John Molakvoæ [Thu, 4 May 2023 10:50:05 +0000 (12:50 +0200)]
fix(theming): do not show the image default background on user theming if disabled
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 4 May 2023 10:43:25 +0000 (12:43 +0200)]
fix(theming): remove unnecessary `color-primary-element-default-hover` variable
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 4 May 2023 10:26:42 +0000 (12:26 +0200)]
fix(theming): replace `color-primary-text-dark` with `color-primary-element-text-dark`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 4 May 2023 07:57:29 +0000 (09:57 +0200)]
fix(theming): ensure image background is not defined if admin disabled it
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 4 May 2023 07:26:05 +0000 (09:26 +0200)]
fix(theming): calc primary element from current main background
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Julius Härtl [Tue, 9 May 2023 10:08:21 +0000 (12:08 +0200)]
Merge pull request #38128 from nextcloud/backport/36774/stable26
Nextcloud bot [Tue, 9 May 2023 02:19:56 +0000 (02:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Mon, 20 Feb 2023 21:12:00 +0000 (22:12 +0100)]
tests: Adapt node related unit tests mocks to required root view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sat, 18 Feb 2023 14:43:39 +0000 (15:43 +0100)]
fix: Use proper path when creating node instances
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 8 May 2023 02:28:20 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 7 May 2023 02:28:27 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 6 May 2023 02:27:52 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Fri, 5 May 2023 14:55:24 +0000 (16:55 +0200)]
Merge pull request #38079 from nextcloud/stable26-fix-weather-aria-label
[stable26] Fix weather app aria label
Ferdinand Thiessen [Fri, 5 May 2023 13:58:31 +0000 (15:58 +0200)]
Merge pull request #38076 from nextcloud/stable26-skip-content-buttons
[stable26] Fix "skip content"-buttons on small screen sizes
Julius Härtl [Fri, 5 May 2023 10:23:24 +0000 (12:23 +0200)]
Merge pull request #38078 from nextcloud/stable26-profile-button-visibility
Nextcloud bot [Fri, 5 May 2023 02:28:19 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Thu, 4 May 2023 22:37:58 +0000 (00:37 +0200)]
Merge pull request #38081 from nextcloud/backport/37148/stable26
[stable26] increase imaginary timeouts as for big files the processing could take very long
nextcloud-command [Thu, 4 May 2023 20:59:09 +0000 (20:59 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Tue, 2 May 2023 16:11:47 +0000 (18:11 +0200)]
fix(settings): Increase "Edit your profile visibility button" contrast
Before this the contrast of the button was too low in terms of accessibility.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Wed, 3 May 2023 17:49:01 +0000 (19:49 +0200)]
fix(core): Show skip content buttons on lowres displays correctly
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Simon L [Thu, 9 Mar 2023 12:15:35 +0000 (13:15 +0100)]
increase imaginary timeouts as for big files the processing could take very long
Signed-off-by: Simon L <szaimen@e.mail.de>
Ferdinand Thiessen [Wed, 3 May 2023 17:39:27 +0000 (19:39 +0200)]
fix(weather_status): Override the default `NcActions` aria-label
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Christoph Wurst [Thu, 4 May 2023 09:15:30 +0000 (11:15 +0200)]
Merge pull request #38054 from nextcloud/backport/38016/stable26
[stable26] fix: add workaround for oci and limit queries
Ferdinand Thiessen [Thu, 4 May 2023 08:54:17 +0000 (10:54 +0200)]
Merge pull request #38049 from nextcloud/backport/38045/stable26
[stable26] Fix app overflow menu on bright color theme
Nextcloud bot [Thu, 4 May 2023 02:28:17 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Tue, 2 May 2023 09:12:48 +0000 (11:12 +0200)]
fix: add workaround for oci and limit queries
DBAL uses a helper column "doctrine_rownum" for top-n queries
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
nextcloud-command [Wed, 3 May 2023 18:16:56 +0000 (18:16 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Wed, 3 May 2023 13:01:51 +0000 (15:01 +0200)]
fix(AppMenu): On bright color theme the app icons in the overflow menu must be inverted
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
max-nextcloud [Wed, 3 May 2023 14:35:37 +0000 (16:35 +0200)]
Merge pull request #38043 from nextcloud/backport/37787/stable26
[stable26] fix: catch ManuallyLockedException and use app context
Louis [Wed, 3 May 2023 13:58:17 +0000 (15:58 +0200)]
Merge pull request #38040 from nextcloud/backport/37958/stable26
[stable26] Mutualize expireDate handling when creating and updating a share
Joas Schilling [Wed, 3 May 2023 12:46:24 +0000 (14:46 +0200)]
Merge pull request #38037 from nextcloud/backport/33106/stable26
[stable26] Update expire_date column of table comments
Max [Tue, 18 Apr 2023 07:58:21 +0000 (09:58 +0200)]
fix: catch ManuallyLockedException and use app context
The files_lock app may throw ManuallyLockedExceptions
when attempting to revert a file that is currently opened.
This would prevent the user from rolling back a opened file.
Text and Richdocuments handle changes of the file while editing.
Allow reverting files even when they are locked by these apps
and let the apps handle the conflict.
Signed-off-by: Max <max@nextcloud.com>
Louis Chemineau [Thu, 27 Apr 2023 14:26:24 +0000 (16:26 +0200)]
Mutualize expireDate handling when creating and updating a share
Signed-off-by: Louis Chemineau <louis@chmn.me>
Arthur Schiwon [Wed, 3 May 2023 08:38:31 +0000 (10:38 +0200)]
Merge pull request #38005 from nextcloud/backport/37525/stable26
[stable26] add command for getting fileinfo for debugging
Vitor Mattos [Wed, 26 Apr 2023 16:17:37 +0000 (13:17 -0300)]
Cover expire_date with unit tests
Signed-off-by: Vitor Mattos <vitor@php.rio>
Vitor Mattos [Mon, 4 Jul 2022 17:08:30 +0000 (14:08 -0300)]
Update expire_date column of table comments
Signed-off-by: Vitor Mattos <vitor@php.rio>
Nextcloud bot [Wed, 3 May 2023 02:28:08 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 2 May 2023 22:55:31 +0000 (00:55 +0200)]
Merge pull request #38027 from nextcloud/backport/37903/stable26
[stable26] Fix multiple LDAP configuration support by fixing AccessFactory
Côme Chilliet [Thu, 27 Apr 2023 09:21:53 +0000 (11:21 +0200)]
Add comment about Manager instance not being shared
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 27 Apr 2023 07:08:57 +0000 (09:08 +0200)]
Adapt Sync job tests to the constructor change
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 24 Apr 2023 14:03:40 +0000 (16:03 +0200)]
Fix multiple LDAP configuration support by fixing AccessFactory
It must not reuse the same OCA\User_LDAP\User\Manager instance for
several Access instances.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 2 May 2023 02:27:54 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Fri, 14 Apr 2023 14:39:50 +0000 (16:39 +0200)]
validate that folder size sums to children
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 31 Mar 2023 16:58:59 +0000 (18:58 +0200)]
add command for getting fileinfo for debugging
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Mon, 1 May 2023 02:29:33 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 30 Apr 2023 02:29:27 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 29 Apr 2023 02:28:37 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Fri, 28 Apr 2023 18:55:53 +0000 (20:55 +0200)]
Merge pull request #37973 from nextcloud/automated/noid/stable26-fix-npm-audit
[stable26] Fix npm audit