Commit graph

75035 commits

Author SHA1 Message Date
Josh
da8ef3c9ea
Merge pull request #48502 from nextcloud/backport/48426/stable29
[stable29] fix(config): Suppress `config.php` fopen error at install time
2024-10-01 14:11:23 -04:00
Arthur Schiwon
a15a378e0d
Merge pull request #48491 from nextcloud/backport/48484/stable29
[stable29] fix(Auth): ignore missing token when trying to set password-unconfirm…
2024-10-01 19:53:55 +02:00
Josh
82319d41fd fix(config): Suppress error at install time
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-01 16:22:47 +00:00
Arthur Schiwon
17ea67dc43
fix(Auth): ignore missing token when trying to set password-unconfirmable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-10-01 15:55:13 +02:00
Nextcloud bot
a891bc0784
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-01 00:20:45 +00:00
Kate
39a708b2e1
Merge pull request #48449 from nextcloud/backport/48437/stable29 2024-09-30 18:10:24 +02:00
Maksim Sukharev
a448d5d171 fix: correctly count disabled users for subadmins
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-09-30 10:10:45 +00:00
Julien Veyssier
74a5eaf09c
Merge pull request #48417 from nextcloud/fix/stable29/numerical-userid-file-item-display
[stable29] Fix file item display for users with numerical user IDs
2024-09-30 11:44:17 +02:00
nextcloud-command
034dbf411d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-30 09:00:26 +00:00
Julien Veyssier
0af363714d
fix(filesharing): file appear as shared by their owner if it has a numerical user ID
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-30 10:22:48 +02:00
Kate
526a504e82
Merge pull request #48444 from nextcloud/backport/48307/stable29 2024-09-30 10:18:37 +02:00
Richard Steinmetz
e2373b56fe
fix: gracefully parse non-standard trusted certificates
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-09-30 09:21:59 +02:00
Nextcloud bot
aec1ac1da4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-29 00:28:11 +00:00
Nextcloud bot
6e27f995fb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-28 00:20:22 +00:00
Joas Schilling
eb2c5533c6
Merge pull request #48393 from nextcloud/backport/48375/stable29
[stable29] Skip future shipped apps from updatenotification check
2024-09-27 08:29:16 +02:00
Nextcloud bot
28325fdfd5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-27 00:20:49 +00:00
Kate
89e15c8ac2
Merge pull request #48400 from nextcloud/backport/48366/stable29 2024-09-26 19:11:36 +02:00
Louis
6046934462
Merge pull request #48387 from nextcloud/backport/48359/stable29
[stable29] fix: Use placeholder for external storage password
2024-09-26 16:46:28 +02:00
provokateurin
dfd0b9ddf7 fix(files_sharing): Check if propfind response is valid before accessing share permission props
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:22:37 +00:00
provokateurin
6416dba1ce refactor(files_sharing): Make permissions prop checks less error prone
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:22:37 +00:00
provokateurin
18968a6f52 fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:22:37 +00:00
Joas Schilling
87b4e96893 fix(updatenotification): Communicate app_api as shipped in 30+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 13:25:09 +00:00
Joas Schilling
115653722e fix(updatenotification): Communicate twofactor_nextcloud_notification as shipped in 30+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 13:25:09 +00:00
Joas Schilling
253fb39e51 fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 13:25:09 +00:00
Joas Schilling
5729488f0a
Merge pull request #48380 from nextcloud/backport/48142/stable29
[stable29] feat(share): ensure unique share tokens with dynamic length adjustment
2024-09-26 15:19:25 +02:00
Joas Schilling
c9f58fc19f
Merge pull request #48326 from nextcloud/dependaniel/aws-sdk-for-29
[stable29] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.322.4
2024-09-26 15:15:38 +02:00
Louis Chemineau
fa12da0ce7 fix: Use hashed password in files_external settings
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-26 13:03:28 +00:00
Daniel
56a734b47f
Merge pull request #48364 from nextcloud/backport/48345/stable29
[stable29] fix(files_external): Catch correct exception
2024-09-26 14:52:40 +02:00
ernolf
0a9cad0455 fix(share): Ensure unique share tokens
- check for token collisions and retry up to three times.
- throw after 3 attempts without finding a unique token.

Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
2024-09-26 10:38:40 +00:00
Daniel Kesselberg
1af2df8b4e
fix(s3): suppress php deprecation warning on php8
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-26 12:38:05 +02:00
Daniel Kesselberg
39d8e8779a
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-26 12:38:05 +02:00
Louis
8446a1eb4c
Merge pull request #48368 from nextcloud/backport/48354/stable29
[stable29] fix: Show storage full warning when storage is actually full
2024-09-26 11:51:21 +02:00
Louis Chemineau
0dcd2ca733 fix: Show storage full warning when storage is actually full
< 0 values for "free" do not mean that the storage is full: 6befdd6dd7/lib/public/Files/FileInfo.php (L31-L42)

Signed-off-by: Louis Chemineau <louis@chmn.me>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-26 08:58:41 +00:00
Marcel Klehr
50eecc7ded fix(files_external): Catch correct exception
SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-26 07:36:04 +00:00
Nextcloud bot
7e4b0c9b6b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-26 00:23:23 +00:00
Pytal
97a5f91955
Merge pull request #48351 from nextcloud/backport/48331/stable29
[stable29] fix(files): Fix having to resolve conflicts twice when dropping files
2024-09-25 14:51:32 -07:00
nextcloud-command
3d20d4e48a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-25 21:34:40 +00:00
Christopher Ng
1507877630 fix(files): Fix having to resolve conflicts twice when dropping files
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-25 14:27:32 -07:00
Joas Schilling
b33444cf1f
Merge pull request #48336 from nextcloud/automated/noid/stable29-update-ca-cert-bundle
[stable29] fix(security): Update CA certificate bundle
2024-09-25 07:03:43 +02:00
nextcloud-command
41873e6fe5 fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2024-09-25 02:30:57 +00:00
Nextcloud bot
4e990ccead
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-25 00:21:30 +00:00
Ferdinand Thiessen
902cc4dc8b
Merge pull request #48313 from nextcloud/backport/48311/stable29
[stable29] fix: Ensure app discover section is returned as list
2024-09-24 17:18:33 +02:00
F. E Noel Nfebe
13c2c370ea
Merge pull request #48315 from nextcloud/fix/remove-needless-console-log
refactor(AccountIcon): Remove needless console.log
2024-09-24 13:44:18 +01:00
nextcloud-command
8907f81c73 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-24 12:05:24 +00:00
fenn-cs
5b98da6733 refactor(AccountIcon): Remove needless console.log
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-09-24 13:40:59 +02:00
Ferdinand Thiessen
954213642a fix: Ensure app discover section is returned as list
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-24 11:36:45 +00:00
Joas Schilling
8e58d58c3e
Merge pull request #48309 from nextcloud/backport/47349/stable29
[stable29] Add bidirectional text support - Backend
2024-09-24 12:14:46 +02:00
Joas Schilling
bf829042e0
ci: Restrict RTL characters to RTL languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-24 11:39:56 +02:00
Louis
a84255e1ab
Merge pull request #48284 from nextcloud/backport/48207/stable29
[stable29] fix: Don't crash if disabled user is missing in the database
2024-09-24 10:30:27 +02:00
Kate
e3f97981d8
Merge pull request #48280 from nextcloud/backport/48266/stable29 2024-09-24 08:31:34 +02:00