Commit graph

31456 commits

Author SHA1 Message Date
skjnldsv
31be260103 fix(files): check that node is in user root folder for view-in-folder action
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-12 21:54:49 +01:00
Josh Richards
0f27494a68 Clean-up some remaining readdir calls with undesirable false evaluation potential
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>

[skip ci]
2024-11-12 13:08:18 +00:00
skjnldsv
200040d9ac fix(files_external): cast storage id int
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-12 09:52:01 +00:00
Nextcloud bot
b77699aeb9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-12 00:23:17 +00:00
Nextcloud bot
73683187b2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-11 00:21:54 +00:00
Nextcloud bot
95ccbd3c40
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-10 00:23:42 +00:00
F. E Noel Nfebe
4692f8d11a
Merge pull request #49148 from nextcloud/backport/49115/stable28
[stable28] fix(SharingEntryLink): Show default password before create if any
2024-11-09 14:24:02 +01:00
Nextcloud bot
832d479c83
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-09 00:22:36 +00:00
skjnldsv
b3d0c548c6 fix(files_sharing): share assignment issue in SharingEntryLink
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-08 19:03:07 +01:00
fenn-cs
06ee5db73a 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: nfebe <fenn25.fn@gmail.com>
2024-11-08 19:03:07 +01:00
skjnldsv
c5ce77f4eb fix(files_sharing): note icon color on public pages
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-08 16:38:41 +00:00
Kate
98747166a3
Merge pull request #49135 from nextcloud/backport/49112/stable28 2024-11-08 08:26:12 +01:00
Nextcloud bot
09beee5ec5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-08 00:22:12 +00:00
provokateurin
c786e41a42 fix(theming): Return default theme if the user never selected a theme
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-11-07 19:13:29 +00:00
Nextcloud bot
a85de25582
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-07 00:26:06 +00:00
Nextcloud bot
3c92adad8f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-06 00:20:40 +00:00
Nextcloud bot
f780eb4cd5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-05 00:21:41 +00:00
Nextcloud bot
571e98164b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 00:20:42 +00:00
Nextcloud bot
70436e662f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-03 00:21:52 +00:00
Nextcloud bot
d6edf2da50
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-02 00:20:43 +00:00
Nextcloud bot
5b332e71b5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-01 00:20:41 +00:00
Maxence Lange
1abe3c46f1 fix(files-external): set password as sensitive
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-10-31 11:15:40 +00:00
Nextcloud bot
d5a2f80b44
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-31 00:21:00 +00:00
Côme Chilliet
90fe35dfdf
fix(provisioning_api): Fix getting disabled users for group admins
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-30 19:32:25 +01:00
Côme Chilliet
40c2764434 chore(provisioning_api): Add tests for getDisabledUserDetails
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-30 19:25:32 +01:00
fenn-cs
6f9760ee74 fix(ShareEntryLinkList): Append new links to the end of list
Currently new shares are added to beginning of the share list in the UI

messing up the ordering with the original (first) looking like the most

recent and the most recent looking like the original share. This error

disappears on refresh.

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

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-10-30 16:07:35 +01:00
yemkareems
1796b8254b
Merge pull request #49007 from nextcloud/backport/48992/stable28
[stable28] fix: add PasswordConfirmationRequired to saveGlobalCredentials
2024-10-30 18:23:57 +05:30
yemkareems
c481f20e95
fix: resolve conflict add PasswordConfirmationRequired to saveGlobalCredentials
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-30 17:15:11 +05:30
yemkareems
c2d22c84cf fix: add PasswordConfirmationRequired to saveGlobalCredentials
Co-authored-by: yemkareems <yemkareems@gmail.com>

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

[skip ci]
2024-10-30 11:39:34 +00:00
Ferdinand Thiessen
1e6237d1b9
fix(dav): Try basic auth for ajax WebDAV requests
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
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
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
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
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
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
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
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
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
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
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