Commit graph

73738 commits

Author SHA1 Message Date
Ferdinand Thiessen
03498cf819
chore(deps): Update @nextcloud/upload to at least 1.5.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-30 10:11:18 +01:00
Hamza
d99c24bdca
Merge pull request #48472 from nextcloud/backport/47846/stable28
[stable28] fix: provision api's status codes
2024-10-30 10:07:51 +01:00
Nextcloud bot
42c7aab402
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-30 00:20:49 +00:00
Kate
04ff835115
Merge pull request #48966 from nextcloud/backport/47847/stable28 2024-10-29 17:21:27 +01:00
yemkareems
3d261e634a
Merge pull request #48974 from nextcloud/backport/48788/stable28
[stable28] fix: add PasswordConfirmationRequired to the external storages mentioned in review
2024-10-29 21:31:52 +05:30
yemkareems
d8d72ca252
fix: conflicts resolved by adding PasswordConfirmationRequired to update method
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-29 18:02:47 +05:30
yemkareems
1edf405f90 fix: cs fix namespace
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-29 11:06:45 +00:00
yemkareems
f5db67530a fix: add PasswordConfirmationRequired to the eternal storages mentioned in review
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-29 11:06:45 +00:00
Robin Appelman
accf707659 test: add test for nested jail cross-storage move
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-29 10:36:33 +00:00
Daniel Calviño Sánchez
e18de3aac0 fix: Fix copying or moving from shared groupfolders
When copying or moving between two local storages the source path (on
disk) to copy or move from is got from the unjailed path of the source
storage. However, if the source storage has more than one jail getting
the unjailed path resolves the most external jail, but the source path
needs to be got from the most internal jail instead (the one closer to
the local storage).

This can happen, for example, with a shared groupfolder: in that case
there is an external jail for the shared storage, and one internal jail
for the groupfolder storage wrapped by the shared storage.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-10-29 10:36:33 +00:00
Joas Schilling
ea0710404e
Merge pull request #48569 from nextcloud/backport/48532/stable28
[stable28] fix: do not reduce count for subadmins if they are members of group
2024-10-29 10:31:25 +01:00
John Molakvoæ
8e9a41035e
Merge pull request #48959 from nextcloud/backport/48921/stable28 2024-10-29 10:01:35 +01:00
Kate
2f7e4876bc
Merge pull request #48955 from nextcloud/backport/48889/stable28 2024-10-29 08:35:39 +01:00
provokateurin
53bfd730a1
ci(psalm): Add missing imagick extension
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-29 08:18:16 +01:00
nextcloud-command
81ce2ad941 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-29 06:43:57 +00:00
skjnldsv
b97feec617 fix(files_sharing): federated shares avatar
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-10-29 06:35:09 +00:00
Nextcloud bot
a32ddbbd46
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-29 00:20:39 +00:00
Joas Schilling
ee8891bd87
Merge pull request #48948 from nextcloud/backport/48947/stable28
[stable28] fix(config): Mark more configs as sensitive
2024-10-28 18:42:52 +01:00
Grigorii K. Shartsev
e711b91180
Merge pull request #48938 from nextcloud/backport/48934/stable28
[stable28] fix(files): handle empty view with error
2024-10-28 21:35:00 +05:00
Joas Schilling
5159a5f71d
fix(config): Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-28 16:32:03 +01:00
Kate
fc642134a0
Merge pull request #48941 from nextcloud/backport/48915/stable28 2024-10-28 16:31:01 +01:00
John Molakvoæ
129be718e8
Merge pull request #48935 from nextcloud/backport/48918/stable28 2024-10-28 15:00:28 +01:00
yemkareems
73c5327102
fix: missing crypto added
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 19:17:30 +05:30
yemkareems
a3abe2c4e1
fix: crypto added manually as expected
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 18:48:14 +05:30
yemkareems
b06486e6d5 fix: crypto made inline for constructor and decrypt error handled in exception
Signed-off-by: yemkareems <yemkareems@gmail.com>

[skip ci]
2024-10-28 12:34:37 +00:00
yemkareems
67f758e633 fix: crypto made inline for constructor and decrypt error handled in exception
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 12:34:36 +00:00
yemkareems
eec9a7ca40 fix: use Icrypto in place of Cypto
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 12:34:36 +00:00
yemkareems
e253479d83 fix: crypto type made not nullable and tests run using ICrypto
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 12:34:36 +00:00
yemkareems
be581d7ce8 fix: encrypt and store password, decrypt and retrieve the same
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 12:34:36 +00:00
provokateurin
35d2234820
fix(files_sharing): Cleanup error messages
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-28 13:26:16 +01:00
Grigorii K. Shartsev
a5f6bf60c8 chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 13:20:54 +01:00
Grigorii K. Shartsev
e10a2b1a1a refactor(files): migrate to @nextcloud/sharing
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 13:19:20 +01:00
Grigorii K. Shartsev
5bb1211cae fix(files): handle empty view with error
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 12:08:41 +00:00
Grigorii K. Shartsev
d717176e9c chore(files): migrate davUtils to TS
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 12:08:41 +00:00
Kate
70d9e4a229
Merge pull request #48929 from nextcloud/backport/48917/stable28 2024-10-28 12:40:13 +01:00
Grigorii K. Shartsev
5fbffb23d5
Merge pull request #48923 from nextcloud/backport/48898/stable28
[stable28] fix(files): add title for files list table header button
2024-10-28 16:36:16 +05:00
provokateurin
0088dc10ec fix(dav): Cleanup view-only check
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-28 09:23:41 +00:00
Grigorii K. Shartsev
ed815b9b00 chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 09:51:21 +01:00
Grigorii K. Shartsev
0ec09d84c1 fix(files): add title for files list table header button
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 08:35:50 +00:00
Julius Knorr
566d48d5fd
Merge pull request #48744 from nextcloud/backport/46124/stable28
[stable28] fix: Fix "Unknown path" error when source user `files` folder has not been initialized
2024-10-28 09:17:36 +01:00
Nextcloud bot
343c665542
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-28 00:20:54 +00:00
Nextcloud bot
afd98d502e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-27 00:22:31 +00:00
Nextcloud bot
9aef016683
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-26 00:20:40 +00:00
John Molakvoæ
3e8a6744c4
Merge pull request #48875 from nextcloud/backport/47745/stable28 2024-10-25 08:26:10 +02:00
nextcloud-command
c22044dcb8 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-25 06:25:54 +00:00
skjnldsv
8711b40b96 fix(files): undefined displayname for outdated @nextcloud/files<3.6.0 apps
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-10-25 08:20:27 +02:00
Nextcloud bot
c1e7d80db1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-25 00:20:28 +00:00
Joas Schilling
dffc1122dd
Merge pull request #48858 from nextcloud/backport/48839/stable28
[stable28] build: Print RTL limited characters in translation-checker
2024-10-24 21:26:16 +02:00
yemkareems
dff0fb5703
Merge pull request #48749 from nextcloud/backport/48373/stable28
[stable28] fix: add PasswordConfirmationRequired to create user storages endpoint
2024-10-24 19:09:20 +05:30
Nextcloud bot
7832cf9cf4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-24 00:20:40 +00:00