Ferdinand Thiessen
7773cbbe15
Merge pull request #44247 from nextcloud/backport/43613/stable27
...
[stable27] fix: fallback from guessing the owner from path in versioning
2024-03-16 21:21:19 +01:00
Ferdinand Thiessen
670ab9e86d
Merge pull request #44229 from nextcloud/backport/44223/stable27
...
[stable27] fix(files_sharing): ShareesAPI - Return empty response when user is not allowed to share
2024-03-16 21:21:00 +01:00
Robin Appelman
86858b75c9
fix: fallback from guessing the owner from path in versioning
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-03-16 12:24:30 +00:00
John Molakvoæ
d34d6a6cca
Merge pull request #44101 from nextcloud/backport/44095/stable27
2024-03-16 13:22:07 +01:00
John Molakvoæ
0a83448c4b
Merge pull request #44079 from nextcloud/backport/43992/stable27
2024-03-16 13:13:17 +01:00
Nextcloud bot
063bae4049
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-16 00:19:43 +00:00
Ferdinand Thiessen
aaa849e491
fix(files_sharing): ShareesAPI - Return empty response when user is not allowed to share
...
Resolves: https://github.com/nextcloud/server/issues/20950
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-15 16:57:31 +00:00
Grigorii K. Shartsev
13543ff3ba
Merge pull request #44171 from nextcloud/backport/40294/stable27
...
[stable27] fix(comments): move new comment instructions placeholder to description
2024-03-15 16:52:33 +05:00
Stephan Orbaugh
d0f63c97be
Merge pull request #44193 from nextcloud/backport/44184/stable27
...
[stable27] fix: No password set for new mail shares
2024-03-15 09:12:31 +01:00
Nextcloud bot
ba6e23e793
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-15 00:29:43 +00:00
Benjamin Gaussorgues
0c03b32407
Merge pull request #44206 from nextcloud/backport/44203/stable27
2024-03-14 21:40:34 +01:00
Benjamin Gaussorgues
63e5b6fb95
fix: avoid scanning a non existing directory
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-03-14 18:45:53 +00:00
Ferdinand Thiessen
a2b924edc6
Merge pull request #44200 from nextcloud/backport/43652/stable27
...
[stable27] Fixes for getting the filename in the FileInfo class
2024-03-14 18:34:46 +01:00
hopleus
deeca104f0
Refactoring getName function
...
Signed-off-by: hopleus <hopleus@gmail.com>
2024-03-14 14:53:43 +00:00
hopleus
591c2cb01a
Fixes for getting the file name in the cases when the file name key is received, but it is empty
...
Signed-off-by: hopleus <hopleus@gmail.com>
2024-03-14 14:53:43 +00:00
Ferdinand Thiessen
0a4b32811c
Merge pull request #44181 from nextcloud/backport/43334/stable27
...
[stable27] fix(settings): `posix_getpwuid` can return `false` which should not be accessed like an array
2024-03-14 13:56:58 +01:00
nextcloud-command
8699d16777
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-03-14 12:20:09 +00:00
fenn-cs
56064697c8
fix: No password set for new mail shares
...
Before the password is set on a new share, the computed property `hasUnsavedPassword`
is used to check that `this.share.newPassword` is not undefined. Direct assignment without
using Vue's `this.$set` makes it impossible for vue to detect that changes have happened on the share
object. Hence the inreactivity.
This worked initially most likely because `this.share.newPassword = await GeneratePassword()` was executed
before the computed properties where evaluated.
Resolves : https://github.com/nextcloud/server/issues/43919
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-03-14 13:14:18 +01:00
Nextcloud bot
cdbea2f178
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-14 00:20:55 +00:00
Ferdinand Thiessen
fbedb87a55
fix(settings): posix_getpwuid can return false which should not be accessed using array operation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-13 16:14:34 +00:00
Ferdinand Thiessen
69264c8ff1
Merge pull request #44155 from nextcloud/backport/44118/stable27
...
[stable27] tests(dav): Add unit test for no calendars/subscription limit
2024-03-13 12:54:41 +01:00
Nextcloud bot
15a4eee24d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-13 00:20:13 +00:00
Grigorii K. Shartsev
9f6d13eb7d
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-03-12 23:39:18 +01:00
Grigorii K. Shartsev
1de7c5f277
fix(comments): move new comment instructions placeholder to description
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-03-12 23:36:06 +01:00
Josh
a0d5a05acf
Merge pull request #44167 from nextcloud/backport/44138/stable27
...
[stable27] docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder
2024-03-12 17:02:13 -04:00
Josh
1e85f38287
docs(config.sample.php):
...
When setting a custom `updatedirectory` it's important that it not be located within the Server installation folder structure.
Partially addresses nextcloud/updater#463
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-12 16:56:27 +00:00
Christoph Wurst
58fe9812cc
tests(dav): Add unit test for no calendars/subscription limit
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-12 10:45:37 +00:00
Joas Schilling
dffa31d4f0
Merge pull request #44145 from nextcloud/automated/noid/stable27-update-ca-cert-bundle
...
[stable27] fix(security): Update CA certificate bundle
2024-03-12 08:04:33 +01:00
nextcloud-command
a9f8b9f7ef
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2024-03-12 02:11:11 +00:00
Josh
1f8dc63681
[stable28] fix(UpdateNotifications): Handle numeric user ids
...
manual backport of #44093 to fix #44051 for <=v28
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-11 21:43:35 -04:00
Nextcloud bot
08b9ce25e7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-12 00:20:40 +00:00
Côme Chilliet
6ab099297f
Merge pull request #44055 from nextcloud/backport/44042/stable27
...
[stable27] fix(user_ldap): Early failure for empty password login attempt
2024-03-11 11:44:17 +01:00
Nextcloud bot
50e8eee022
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-11 00:34:17 +00:00
Nextcloud bot
92d313d360
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-10 00:19:53 +00:00
Nextcloud bot
ec2e6110f5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-09 00:46:51 +00:00
Ferdinand Thiessen
dc52a2582b
Merge pull request #44084 from nextcloud/backport/43983/stable27
...
[stable27] Use the proper path to check if a file needs to be copied/moved to the actual target storage
2024-03-08 18:44:47 +01:00
Julius Härtl
93c0335eb1
fix: Use proper path when trying to check if a file needs to get copied
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-08 10:52:45 +00:00
Julius Härtl
29511d85f3
fix: Avoid clear cache with prefix
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-08 08:41:02 +00:00
Nextcloud bot
355bc5e18d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-08 00:19:38 +00:00
Louis
e79c0ab233
Merge pull request #44036 from nextcloud/backport/43263/stable27
...
[stable27] Cleanup versions entities in versions:clean command
2024-03-07 14:16:37 +01:00
Louis Chemineau
57a1fb8674
fix(files_versions): Improve files version listing
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-07 12:56:38 +01:00
Côme Chilliet
7fc5a15484
fix(user_ldap): Early failure for empty password login attempt
...
This avoids user_ldap logging about an invalid configuration with an
empty password when the empty password actually comes from a login
attempt.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-07 10:00:54 +00:00
Louis
d81365711e
Merge pull request #43980 from nextcloud/backport/43898/stable27
...
[stable27] Improve files version listing
2024-03-05 11:39:00 +01:00
Julius Härtl
96b88d3b65
Merge pull request #43986 from nextcloud/backport/43972/stable27
...
[stable27] fix: Fetch custom app store url without internet connection
2024-03-05 11:09:53 +01:00
Nextcloud bot
95258681e5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-05 00:19:59 +00:00
Julius Härtl
0b1fcf0a5c
fix: Fetch custom app store url without internet connection
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-04 20:18:32 +00:00
Louis Chemineau
2957d8ad9b
fix(files_versions): Improve files version listing
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-04 16:32:06 +00:00
Robin Appelman
b6edd4382e
Merge pull request #43971 from nextcloud/artonge/fix/metdata_column_migration_table_prefix
...
[stable27] Use table prefix in metadata migration
2024-03-04 16:41:41 +01:00
Ferdinand Thiessen
5c778a4930
Merge pull request #43977 from nextcloud/backport/43959/stable27
...
[stable27] fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
2024-03-04 15:08:31 +01:00
Louis Chemineau
dee1181e3b
Use table prefix in metadata migration
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-04 12:21:18 +01:00