Commit graph

63455 commits

Author SHA1 Message Date
Nextcloud bot
6f02feaa7e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-30 02:26:17 +00:00
Nextcloud bot
3735667eb7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-29 02:27:11 +00:00
Nextcloud bot
973216891f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-28 02:26:17 +00:00
Simon L
8f3bdbd2b9
Merge pull request #36401 from nextcloud/backport/34152/stable24
[stable24] Do not store generated mysql password if it was not used
2023-01-27 13:39:03 +01:00
Julius Härtl
f23532b095 Do not store generated mysql password if it was not used
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-27 06:43:39 +00:00
Nextcloud bot
485bc35e74
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-27 02:28:17 +00:00
Vincent Petry
fb3261a062
Merge pull request #36365 from nextcloud/backport/36352/stable24
[stable24] imaginary - add tiff to supported formats
2023-01-26 09:43:28 +01:00
Nextcloud bot
bd9b3c3752
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-26 02:42:01 +00:00
Simon L
664133edbb imaginary - add tiff to supported formats
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-25 20:23:44 +00:00
Simon L
e1164fd8d5
Merge pull request #36345 from nextcloud/backport/36326/stable24
[stable24] don't translate a variable
2023-01-25 20:59:27 +01:00
Christoph Wurst
fa08275ab2
Merge pull request #35824 from nextcloud/backport/35614/stable24
[stable24] Fix array to string conversion in errorlog writer
2023-01-25 19:34:19 +01:00
Simon L
eb378aa5cd 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>
2023-01-25 18:28:48 +00:00
Simon L
8be076afed
Merge pull request #36336 from nextcloud/backport/36333/stable24
[stable24] Fix default value for files_no_background_scan
2023-01-25 09:23:54 +01:00
Nextcloud bot
05ebbf29df
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-25 02:44:33 +00:00
max-nextcloud
185115ad63 Fix default value for files_no_background_scan
The value is read in b888c61463/apps/files/lib/BackgroundJob/ScanFiles.php (L105) and the default value is false.

Signed-off-by: max-nextcloud <max@nextcloud.com>
2023-01-24 20:39:44 +00:00
Vincent Petry
ffe1405478
Merge pull request #36306 from nextcloud/backport/36094/stable24
[stable24] Only expose storage location to admins
2023-01-24 15:05:47 +01:00
Simon L
446be2316c
Merge pull request #36325 from nextcloud/backport/35935/stable24
[stable24] [Fix]: scan-app-data conversion
2023-01-24 10:40:34 +01:00
Vincent Petry
d1e09a4d03
Merge pull request #36299 from nextcloud/backport/36113/stable24
[stable24] Extend ViewOnly DAV plugin to versions endpoint
2023-01-24 10:31:51 +01:00
EWouters
75e2431560 [Fix]: scan-app-data conversion
Adapted from sugestions by @Hiyoal in #34283 and @st3iny in #35935.

See https://github.com/nextcloud/server/issues/34283#issuecomment-1288075064
and https://github.com/nextcloud/server/pull/35935#discussion_r1059905594.

Closes #34283.

Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: EWouters <6179932+EWouters@users.noreply.github.com>
2023-01-24 08:14:53 +00:00
Christoph Wurst
f9fc4fbdd9
fix(logging): Fix array to string conversion in errorlog writer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-24 08:54:10 +01:00
Nextcloud bot
f3bf55afa0
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-24 02:25:37 +00:00
Vincent Petry
81e775f710 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>
2023-01-23 15:52:14 +00:00
Vincent Petry
96de6170c0 Extend ViewOnly DAV plugin to versions endpoint
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-23 13:46:41 +00:00
Simon L
75331d5e4a
Merge pull request #36293 from nextcloud/backport/36278/stable24
[stable24] Fix interned strings buffer check if 0 free bytes
2023-01-23 12:28:19 +01:00
MichaIng
4018083ccf 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>
2023-01-23 09:55:36 +00:00
Nextcloud bot
fef92a0748
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-23 02:25:43 +00:00
Nextcloud bot
3a7c60cbb5
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-22 02:25:41 +00:00
Nextcloud bot
b3049161f3
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-21 02:24:58 +00:00
Nextcloud bot
998e63f67d
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-20 02:29:58 +00:00
Vincent Petry
4852aa4a50
Merge pull request #36107 from nextcloud/backport/36074/stable24
[stable24] Fix inability to re-enter share password after invalid input
2023-01-19 17:43:39 +01:00
Christopher Ng
e225b8d77d
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>
2023-01-19 10:15:28 +01:00
Vincent Petry
617088835f
Merge pull request #35946 from nextcloud/backport/33813/stable24
[stable24] Compare lowercase email when updating from ldap
2023-01-19 10:13:10 +01:00
Vincent Petry
608e038e6d
Merge pull request #36104 from nextcloud/backport/36095/stable24
[stable24] Limit key names when uploading theme images
2023-01-19 10:10:49 +01:00
Julius Härtl
739d6951f8
Merge pull request #36168 from nextcloud/backport/35970/stable24
[stable24] Improve exception serializing
2023-01-19 10:09:37 +01:00
Vincent Petry
a2756bd3e6
Merge pull request #36100 from nextcloud/backport/34924/stable24
[stable24] escape path prefix when doing cache jail search
2023-01-19 10:06:38 +01:00
Nextcloud bot
082fe16eee
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-19 02:27:22 +00:00
Julius Härtl
a2073f4d4d
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>
2023-01-18 16:34:52 +01:00
Vincent Petry
ae03129e06
Merge pull request #36156 from nextcloud/backport/36115/stable24
[stable24] Catch Exceptions when loading storage data of users
2023-01-18 14:14:41 +01:00
Vincent Petry
28f95d7d6e
Merge pull request #36175 from nextcloud/enh/noid/ext-storage-default-values/stable24
[stable24] Ext storage configs default value support + enable SSL by default
2023-01-18 14:12:11 +01:00
Vincent Petry
05475e32df
Merge pull request #36181 from nextcloud/backport/36093/stable24
[stable24] Improve password generation for link shares
2023-01-18 12:03:53 +01:00
Vincent Petry
18dd9951ca Enable SSL by default in ext storage configs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 08:32:59 +00:00
Vincent Petry
2fe841a06b 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>
2023-01-18 08:32:59 +00:00
Nextcloud bot
53f0ee12b4
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-18 02:25:42 +00:00
blizzz
b4899ddee1
Merge pull request #36141 from nextcloud/release/24.0.9
24.0.9
2023-01-17 10:04:19 +01:00
Vincent Petry
eda78c6d1a
Merge pull request #36172 from nextcloud/backport/36161/stable24
[stable24] still include the share target in the cache key for validating share mount
2023-01-17 09:56:08 +01:00
Nextcloud bot
03439f2510
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-17 02:27:09 +00:00
Vincent Petry
2246c894ad 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>
2023-01-17 00:22:59 +00:00
Robin Appelman
edaf318b6f still include the share target in the cache key for validating share mount
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-01-16 15:22:01 +00:00
Côme Chilliet
418f1a21b5 Tear down in catch of an Exception
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-16 10:56:41 +00:00
Côme Chilliet
0336d31af7 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>
2023-01-16 10:56:41 +00:00