Commit graph

73959 commits

Author SHA1 Message Date
Julius Knorr
c8f35085a1 fix: Create empty file instead of file with a space
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2024-12-20 12:12:33 +00:00
Nextcloud bot
ad652036c5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-20 00:22:05 +00:00
Nextcloud bot
651eb80651
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-19 00:21:57 +00:00
Nextcloud bot
f4dbd936b6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-18 00:22:46 +00:00
Kate
e10e881d5e
Merge pull request #49890 from nextcloud/backport/49880/stable28
[stable28] fix(View): Catch exceptions when executing mkdir for non-existent parents
2024-12-17 11:38:26 +01:00
provokateurin
6393707fe4 fix(View): Catch exceptions when executing mkdir for non-existent parents
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-12-17 08:32:15 +00:00
Nextcloud bot
bd932b6ee2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-17 00:21:36 +00:00
Kate
cbbedace81
Merge pull request #49835 from nextcloud/backport/49822/stable28
[stable28] fix(files_sharing): Fix error messages from password policy
2024-12-16 15:09:31 +01:00
Luka Trovic
c66607f996
Merge pull request #49611 from nextcloud/backport/43025/stable28
[stable28] fix: Add command to update re-share if shared-by user has been revoked
2024-12-16 14:39:40 +01:00
Nextcloud bot
9e117cfc9e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-16 00:21:45 +00:00
Nextcloud bot
324d6cea9b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-15 00:21:37 +00:00
Nextcloud bot
e2a3f56811
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-14 00:21:59 +00:00
Marcel Müller
7d961bebe9
Merge pull request #49597 from nextcloud/backport/49581/stable28
[stable28] chore(absence): Add capability
2024-12-13 07:47:29 +01:00
Nextcloud bot
42b34f33fa
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-13 00:21:26 +00:00
Luka Trovic
71840e178e fix(sharing): add command to fix broken shares after ownership transferring
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-12-12 21:32:10 +01:00
Côme Chilliet
b061273135 fix(tests): Adapt ManagerTest to change in Exception class used
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-12-12 20:14:19 +00:00
Côme Chilliet
a3f4eaa6d4 fix(shares): Wrap exceptions from password validation to set code to 400
This fixes a regression that bad password returned 403 instead of 400
 because of previous changes.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-12-12 20:14:19 +00:00
Côme Chilliet
0dec44f85e fix(files_sharing): Do not wrap password policy exception into a generic one
Let the controller access the HintException and show the error to the user.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-12-12 20:14:19 +00:00
Côme Chilliet
a7632666dc fix(files_sharing): Fix error messages from password policy
Exceptions thrown from password_policy may bubble up in share creation
 or update when a password is used. Their message is meant to be shown
 to the user. This always the case for HintException so we catch that
 instead of the subclass GenericShareException.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-12-12 20:14:19 +00:00
John Molakvoæ
b024957de7
Merge pull request #49790 from nextcloud/backport/49685/stable28 2024-12-12 20:50:37 +01:00
nextcloud-command
e6507c520f chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-12 20:26:06 +01:00
skjnldsv
8082fe7443 fix(files): failsafe when executing actions methods
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-12-12 20:26:06 +01:00
Kate
266ea8fbce
Merge pull request #49782 from nextcloud/backport/49747/stable28
[stable28] Disable/hide share edit options when user can not edit the share
2024-12-12 17:21:59 +01:00
John Molakvoæ
6308486e5e
Merge pull request #49795 from nextcloud/backport/40394/stable28
[stable28] fix mimetype not being updated when changing file extention on objectstore
2024-12-12 16:47:00 +01:00
John Molakvoæ
c7514b4360
Merge pull request #49616 from nextcloud/backport/49232/stable28
[stable28] Add an error log message that notifications app isn't enabled at file…
2024-12-12 16:46:16 +01:00
provokateurin
09689adfa6 fix(SharingEntryQuickShareSelect): Disable quick share select if user can not edit share
Signed-off-by: provokateurin <kate@provokateurin.de>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-12 15:33:58 +00:00
provokateurin
5d1cbc602f fix(SharingEntry): Hide edit button if user can not edit share
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-12-12 14:40:39 +00:00
John Molakvoæ
9236da20ad
Merge pull request #49625 from nextcloud/backport/49602/stable28
[stable28] fix(external_storage): Cast id to int
2024-12-12 13:18:38 +01:00
Arthur Schiwon
f6d1d18986
Merge pull request #49811 from nextcloud/release/28.0.14
28.0.14
2024-12-12 11:49:58 +01:00
Arthur Schiwon
374b5a1a0b
Merge pull request #49818 from nextcloud/backport/49815/stable28
[stable28] fix(files_sharing): also submit new share on password submit
2024-12-12 11:48:53 +01:00
nextcloud-command
9f522c1654 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-12 09:44:35 +00:00
skjnldsv
b02fc1a114 fix(files_sharing): also submit new share on password submit
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-12-12 09:31:18 +00:00
Arthur Schiwon
caa0008e24
Merge pull request #49807 from nextcloud/backport/49799/stable28
[stable28] fix(files_sharing): Correct property enforced property names
2024-12-12 09:32:10 +01:00
Nextcloud bot
141ba03ec1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-12 00:21:46 +00:00
Arthur Schiwon
40113a5a27
build(hub): 28.0.14
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-12-11 23:04:27 +01:00
nextcloud-command
1e3e570486 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-11 20:55:37 +00:00
nfebe
ffb2778fcb fix(files_sharing): Correct property enforced property names
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2024-12-11 21:48:31 +01:00
Robin Appelman
c81392cec7 fix: fix mimetype not being updated when changing file extention on object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-12-11 09:02:00 +00:00
Nextcloud bot
44aec46736
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-11 00:22:01 +00:00
Nextcloud bot
f95f9a2eca
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-10 00:21:30 +00:00
Arthur Schiwon
be979f39cf
Merge pull request #49738 from nextcloud/release/28.0.14_rc1
28.0.14 RC1
2024-12-09 16:45:21 +01:00
Arthur Schiwon
27f8585880
build(hub): 28.0.14 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-12-09 15:26:37 +01:00
F. E Noel Nfebe
1e9b7cb105
Merge pull request #49722 from nextcloud/backport/49442/stable28
[stable28] fix(files_sharing): Stop infinite loop blocking link share requests
2024-12-09 14:25:19 +01:00
nextcloud-command
06ab2d8f43 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-09 07:05:23 +00:00
nfebe
304926d13b fix(files_sharing): Stop infinite loop blocking link share requests
Fixes infinite loop preventing share link creation requests
from being sent to the backend.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2024-12-09 02:58:21 +01:00
skjnldsv
1b726cdb8e fix(files_sharing): share assignment issue in SharingEntryLink
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-12-09 02:50:26 +01:00
fenn-cs
e43aa76a00 fix(SharingEntryLink): Show default password before create if any
Prevent silent addition of expiration date to shares.

Prevent silent addition for password to shares.

Both now have a `shareRequiresReview` check

Resolves : https://github.com/nextcloud/server/issues/48860

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-12-09 02:50:16 +01:00
Grigorii K. Shartsev
b96661bd58 fix(files_sharing): add accessible labels in link share creation
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-12-09 02:45:33 +01:00
Grigorii K. Shartsev
301a7dacf1 fix(files_sharing): checkbox for password in link share is not shown
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-12-09 02:41:21 +01:00
Nextcloud bot
ef900054d5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-09 00:21:39 +00:00