]>
source.dussan.org Git - nextcloud-server.git/log
Vincent Petry [Wed, 11 Jan 2023 14:34:07 +0000 (15:34 +0100)]
Only expose storage location to admins
Co-authored-by: C么me Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Simon L [Mon, 23 Jan 2023 11:28:19 +0000 (12:28 +0100)]
Merge pull request #36293 from nextcloud/backport/36278/stable24
[stable24] Fix interned strings buffer check if 0 free bytes
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>
Nextcloud bot [Mon, 23 Jan 2023 02:25:43 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 22 Jan 2023 02:25:41 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 21 Jan 2023 02:24:58 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 20 Jan 2023 02:29:58 +0000 (02:29 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Thu, 19 Jan 2023 16:43:39 +0000 (17:43 +0100)]
Merge pull request #36107 from nextcloud/backport/36074/stable24
[stable24] Fix inability to re-enter share password after invalid input
Christopher Ng [Tue, 10 Jan 2023 19:51:14 +0000 (19:51 +0000)]
Fix inability to re-enter share password after invalid input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Thu, 19 Jan 2023 09:13:10 +0000 (10:13 +0100)]
Merge pull request #35946 from nextcloud/backport/33813/stable24
[stable24] Compare lowercase email when updating from ldap
Vincent Petry [Thu, 19 Jan 2023 09:10:49 +0000 (10:10 +0100)]
Merge pull request #36104 from nextcloud/backport/36095/stable24
[stable24] Limit key names when uploading theme images
Julius H盲rtl [Thu, 19 Jan 2023 09:09:37 +0000 (10:09 +0100)]
Merge pull request #36168 from nextcloud/backport/35970/stable24
[stable24] Improve exception serializing
Vincent Petry [Thu, 19 Jan 2023 09:06:38 +0000 (10:06 +0100)]
Merge pull request #36100 from nextcloud/backport/34924/stable24
[stable24] escape path prefix when doing cache jail search
Nextcloud bot [Thu, 19 Jan 2023 02:27:22 +0000 (02:27 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius H盲rtl [Tue, 3 Jan 2023 18:24:00 +0000 (19:24 +0100)]
fix(ExceptionSerializer): encode arguments before filtering the trace
This will avoid running into a Nesting level too deep error as the
encodeArg calls will limit potential recursive calls on the arguments to
a nesting level of 5
Signed-off-by: Julius H盲rtl <jus@bitgrid.net>
Vincent Petry [Wed, 18 Jan 2023 13:14:41 +0000 (14:14 +0100)]
Merge pull request #36156 from nextcloud/backport/36115/stable24
[stable24] Catch Exceptions when loading storage data of users
Vincent Petry [Wed, 18 Jan 2023 13:12:11 +0000 (14:12 +0100)]
Merge pull request #36175 from nextcloud/enh/noid/ext-storage-default-values/stable24
[stable24] Ext storage configs default value support + enable SSL by default
Vincent Petry [Wed, 18 Jan 2023 11:03:53 +0000 (12:03 +0100)]
Merge pull request #36181 from nextcloud/backport/36093/stable24
[stable24] Improve password generation for link shares
Vincent Petry [Wed, 11 Jan 2023 13:40:10 +0000 (14:40 +0100)]
Enable SSL by default in ext storage configs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 11 Jan 2023 13:39:39 +0000 (14:39 +0100)]
Extend ext storage params to contain default value
Extend the external storage configuration parameters definition to allow
to specify a default value
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Nextcloud bot [Wed, 18 Jan 2023 02:25:42 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Tue, 17 Jan 2023 09:04:19 +0000 (10:04 +0100)]
Merge pull request #36141 from nextcloud/release/24.0.9
24.0.9
Vincent Petry [Tue, 17 Jan 2023 08:56:08 +0000 (09:56 +0100)]
Merge pull request #36172 from nextcloud/backport/36161/stable24
[stable24] still include the share target in the cache key for validating share mount
Nextcloud bot [Tue, 17 Jan 2023 02:27:09 +0000 (02:27 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Wed, 11 Jan 2023 14:21:26 +0000 (15:21 +0100)]
Improve password generation for link shares
Use web crypto when generating password for link shares
whenever the password policy app is disabled.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Robin Appelman [Mon, 16 Jan 2023 12:09:50 +0000 (13:09 +0100)]
still include the share target in the cache key for validating share mount
Signed-off-by: Robin Appelman <robin@icewind.nl>
C么me Chilliet [Thu, 12 Jan 2023 16:54:55 +0000 (17:54 +0100)]
Tear down in catch of an Exception
Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
C么me Chilliet [Thu, 12 Jan 2023 11:01:21 +0000 (12:01 +0100)]
Catch Exceptions when loading storage data of users
This avoids having the whole userlist crashing because a user external
storage fails to load. With this change only the problematic user
storage/quota information will be empty.
Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Mon, 16 Jan 2023 02:25:14 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 15 Jan 2023 02:25:03 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 14 Jan 2023 02:26:56 +0000 (02:26 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Fri, 13 Jan 2023 22:23:03 +0000 (23:23 +0100)]
24.0.9
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Fri, 13 Jan 2023 02:26:50 +0000 (02:26 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Wed, 11 Jan 2023 15:16:44 +0000 (16:16 +0100)]
Limit key names when uploading theme images
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Nextcloud bot [Thu, 12 Jan 2023 02:24:59 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Wed, 2 Nov 2022 11:44:51 +0000 (12:44 +0100)]
escape path prefix when doing cache jail search
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Wed, 11 Jan 2023 12:31:51 +0000 (13:31 +0100)]
Merge pull request #36080 from nextcloud/release/24.0.9_rc2
24.0.9 RC2
Arthur Schiwon [Wed, 11 Jan 2023 08:40:14 +0000 (09:40 +0100)]
24.0.9 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 11 Jan 2023 02:24:59 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Tue, 10 Jan 2023 11:37:02 +0000 (12:37 +0100)]
Merge pull request #36050 from nextcloud/backport/36047/stable24
[stable24] fix cache key used to verify shared mountpoints
Robin Appelman [Mon, 9 Jan 2023 12:48:44 +0000 (13:48 +0100)]
fix cache key used to verify shared mountpoints
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvo忙 [Tue, 10 Jan 2023 08:49:16 +0000 (09:49 +0100)]
Merge pull request #36061 from nextcloud/automated/noid/stable24-update-ca-cert-bundle
[stable24] Update ca-cert bundle
nextcloud-command [Tue, 10 Jan 2023 04:26:20 +0000 (04:26 +0000)]
Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Tue, 10 Jan 2023 02:25:15 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 9 Jan 2023 02:25:04 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 8 Jan 2023 02:25:00 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 7 Jan 2023 02:24:29 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvo忙 [Fri, 6 Jan 2023 09:18:16 +0000 (10:18 +0100)]
Merge pull request #36029 from nextcloud/release/24.0.9_rc1
24.0.9 RC1
John Molakvo忙 [Fri, 6 Jan 2023 07:52:57 +0000 (08:52 +0100)]
Merge pull request #35094 from nextcloud/invalidateTokensWhenDeletingOAuthClient
fixes https://github.com/nextcloud/server/issues/35068
John Molakvo忙 [Fri, 6 Jan 2023 07:45:16 +0000 (08:45 +0100)]
24.0.9 RC1
Signed-off-by: John Molakvo忙 <skjnldsv@protonmail.com>
Nextcloud bot [Fri, 6 Jan 2023 02:25:14 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Thu, 5 Jan 2023 15:18:15 +0000 (16:18 +0100)]
Merge pull request #36018 from nextcloud/backport/35975/stable24
[stable24] Update crl after revoke files_bpm.csr
Vitor Mattos [Wed, 4 Jan 2023 02:48:28 +0000 (02:48 +0000)]
Update crl after revoke files_bpm.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
Joas Schilling [Thu, 5 Jan 2023 09:10:05 +0000 (10:10 +0100)]
Merge pull request #36009 from nextcloud/bugfix/noid/bump-jquery-ui-dist
[stable24] Bump jQuery-UI dist to 1.13.2
Vincent Petry [Thu, 5 Jan 2023 08:44:04 +0000 (09:44 +0100)]
Merge pull request #35818 from nextcloud/backport/35789/stable24
[stable24] Allow additional Sabre plugins in publicwebdav.php
Joas Schilling [Thu, 5 Jan 2023 07:36:16 +0000 (08:36 +0100)]
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 5 Jan 2023 07:36:01 +0000 (08:36 +0100)]
Bump jQuery-UI dist to 1.13.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 5 Jan 2023 06:17:24 +0000 (07:17 +0100)]
Merge pull request #35989 from nextcloud/stable24-audit-fix-json5
[stable24] Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3
Nextcloud bot [Thu, 5 Jan 2023 02:24:44 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Wed, 4 Jan 2023 13:14:13 +0000 (14:14 +0100)]
Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 4 Jan 2023 09:26:25 +0000 (10:26 +0100)]
Merge pull request #35949 from nextcloud/backport/33941/stable24
[stable24] Only normalize data in public shares and not crud
Vincent Petry [Tue, 3 Jan 2023 09:38:05 +0000 (10:38 +0100)]
Merge pull request #35940 from nextcloud/backport/35734/stable24
[stable24] Quota value as float for 32-bit systems
Julien Veyssier [Mon, 19 Dec 2022 11:23:54 +0000 (12:23 +0100)]
manual backport of #35789, dispatch BeforeSabrePubliclyLoadedEvent to allow adding additional Sabre plugins in publicwebdav.php
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Carl Schwan [Wed, 7 Sep 2022 11:51:38 +0000 (13:51 +0200)]
Only normalize data in public shares and not crud
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Julius H盲rtl [Mon, 2 Jan 2023 16:18:35 +0000 (17:18 +0100)]
Merge pull request #35849 from nextcloud/backport/35836/stable24
[stable24] fix: remove other shares from ui when deleted
Louis Chemineau [Tue, 6 Sep 2022 08:58:01 +0000 (10:58 +0200)]
I dug into it again, and the issue is much simpler than I previously though.
- LDAP has an email address with capital letters
- NC store this address in lower case
- When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want.
- We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204), they won't match, so the user will receive an email signaling an email change every time he logs in.
The fix is to compare the old email with the new lower case email before sending the event.
Signed-off-by: Louis Chemineau <louis@chmn.me>
C么me Chilliet [Mon, 2 Jan 2023 14:49:53 +0000 (15:49 +0100)]
Remove null from quota type
Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
C么me Chilliet [Mon, 19 Dec 2022 13:13:11 +0000 (14:13 +0100)]
Silence a warning from psalm with explanation
Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
C么me Chilliet [Mon, 19 Dec 2022 13:03:09 +0000 (14:03 +0100)]
Adapt types of subclasses
Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
C么me Chilliet [Mon, 19 Dec 2022 12:54:23 +0000 (13:54 +0100)]
Make it clear that file sizes may be float on 32bits
Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
Vincent Petry [Mon, 12 Dec 2022 09:25:53 +0000 (10:25 +0100)]
Remove quota value type for 32-bit systems
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Nextcloud bot [Sat, 31 Dec 2022 02:51:13 +0000 (02:51 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvo忙 [Fri, 30 Dec 2022 10:27:32 +0000 (11:27 +0100)]
Merge pull request #35879 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
nextcloud-command [Thu, 29 Dec 2022 04:12:21 +0000 (04:12 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Thu, 29 Dec 2022 03:10:32 +0000 (03:10 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 27 Dec 2022 02:47:20 +0000 (02:47 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 26 Dec 2022 02:43:47 +0000 (02:43 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 25 Dec 2022 02:49:07 +0000 (02:49 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 24 Dec 2022 03:02:41 +0000 (03:02 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Fri, 23 Dec 2022 11:09:00 +0000 (12:09 +0100)]
Merge pull request #35865 from nextcloud/stable24-encryption-fix-versions-all
[stable24] allow running encryption:fix-encrypted-version for all users
Anna [Fri, 23 Dec 2022 10:12:59 +0000 (11:12 +0100)]
Merge pull request #35861 from nextcloud/backport/35761/stable24
[stable24] Remove comment and guests option from Invitations UI
Nextcloud bot [Fri, 23 Dec 2022 03:05:03 +0000 (03:05 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Max [Tue, 20 Dec 2022 10:34:00 +0000 (11:34 +0100)]
fix: remove other shares from ui when deleted
Remove the share entry in question
when unsharing a folder
from within the `others with access` section
of a file within that folder.
Using the code from the ShareList view here as well.
Just copying the code here as this is a bugfix
that will need to be backported.
Signed-off-by: Max <max@nextcloud.com>
Robin Appelman [Tue, 29 Nov 2022 16:48:17 +0000 (17:48 +0100)]
allow running encryption:fix-encrypted-version for all users
Signed-off-by: Robin Appelman <robin@icewind.nl>
Anna Larch [Tue, 13 Dec 2022 21:04:44 +0000 (22:04 +0100)]
Remove comment and guests option from Invitations UI
Signed-off-by: Anna Larch <anna@nextcloud.com>
Nextcloud bot [Thu, 22 Dec 2022 02:56:12 +0000 (02:56 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius H盲rtl [Wed, 21 Dec 2022 07:02:12 +0000 (08:02 +0100)]
Merge pull request #33422 from nextcloud/dependabot/npm_and_yarn/stable24/bootstrap-4.6.2
Bump bootstrap from 4.6.1 to 4.6.2
dependabot[bot] [Fri, 9 Sep 2022 05:11:24 +0000 (05:11 +0000)]
Bump bootstrap from 4.6.1 to 4.6.2
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2)
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Wed, 21 Dec 2022 02:30:36 +0000 (02:30 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Artur Neumann [Tue, 22 Nov 2022 11:07:05 +0000 (16:52 +0545)]
autoloaderchecker
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Artur Neumann [Tue, 22 Nov 2022 07:07:29 +0000 (12:52 +0545)]
added @since tag
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Artur Neumann [Tue, 22 Nov 2022 06:43:35 +0000 (12:28 +0545)]
unit tests for Manager::invalidateTokensOfUser
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Artur Neumann [Tue, 22 Nov 2022 06:30:28 +0000 (12:15 +0545)]
adjust SettingsController tests
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Artur Neumann [Mon, 21 Nov 2022 11:43:21 +0000 (17:28 +0545)]
public interface to invalidate tokens of user
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Artur Neumann [Fri, 11 Nov 2022 07:31:14 +0000 (13:16 +0545)]
invalidate existing tokens when deleting an oauth client
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Nextcloud bot [Tue, 20 Dec 2022 02:22:34 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Mon, 19 Dec 2022 11:43:50 +0000 (12:43 +0100)]
Merge pull request #35804 from nextcloud/backport/34629/stable24
[stable24] Fix case sensitivity of email when saving settings
Vincent Petry [Mon, 19 Dec 2022 11:13:11 +0000 (12:13 +0100)]
Merge pull request #35500 from nextcloud/backport/35107/stable24
[stable24] add migration for encryption keys in wrong location
Vincent Petry [Mon, 19 Dec 2022 11:07:23 +0000 (12:07 +0100)]
Merge pull request #35799 from nextcloud/backport/35780/stable24
[stable24] Fix missing cast of double controller parameters
Vincent Petry [Mon, 19 Dec 2022 11:06:23 +0000 (12:06 +0100)]
Merge pull request #35674 from nextcloud/stable24-audit-fix2
[stable24] Update handlebars-loader update to 1.7.3 + others