Commit Graph

69412 Commits (7442a88ac83f00051fbc8592c34819fa9d27764e)
 

Author SHA1 Message Date
Robin Appelman 86858b75c9 fix: fallback from guessing the owner from path in versioning
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months ago
John Molakvoæ d34d6a6cca
Merge pull request #44101 from nextcloud/backport/44095/stable27 3 months ago
John Molakvoæ 0a83448c4b
Merge pull request #44079 from nextcloud/backport/43992/stable27 3 months ago
Nextcloud bot 063bae4049
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
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>
3 months ago
Grigorii K. Shartsev 13543ff3ba
Merge pull request #44171 from nextcloud/backport/40294/stable27
[stable27] fix(comments): move new comment instructions placeholder to description
3 months ago
Stephan Orbaugh d0f63c97be
Merge pull request #44193 from nextcloud/backport/44184/stable27
[stable27] fix: No password set for new mail shares
3 months ago
Nextcloud bot ba6e23e793
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Benjamin Gaussorgues 0c03b32407
Merge pull request #44206 from nextcloud/backport/44203/stable27 3 months ago
Benjamin Gaussorgues 63e5b6fb95 fix: avoid scanning a non existing directory
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 months ago
Ferdinand Thiessen a2b924edc6
Merge pull request #44200 from nextcloud/backport/43652/stable27
[stable27] Fixes for getting the filename in the FileInfo class
3 months ago
hopleus deeca104f0 Refactoring getName function
Signed-off-by: hopleus <hopleus@gmail.com>
3 months ago
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>
3 months ago
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
3 months ago
nextcloud-command 8699d16777 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months ago
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>
3 months ago
Nextcloud bot cdbea2f178
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
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>
3 months ago
Ferdinand Thiessen 69264c8ff1
Merge pull request #44155 from nextcloud/backport/44118/stable27
[stable27] tests(dav): Add unit test for no calendars/subscription limit
3 months ago
Nextcloud bot 15a4eee24d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Grigorii K. Shartsev 9f6d13eb7d chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
3 months ago
Grigorii K. Shartsev 1de7c5f277 fix(comments): move new comment instructions placeholder to description
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
3 months ago
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
3 months ago
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>
3 months ago
Christoph Wurst 58fe9812cc tests(dav): Add unit test for no calendars/subscription limit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 months ago
Joas Schilling dffa31d4f0
Merge pull request #44145 from nextcloud/automated/noid/stable27-update-ca-cert-bundle
[stable27] fix(security): Update CA certificate bundle
3 months ago
nextcloud-command a9f8b9f7ef fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
3 months ago
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>
3 months ago
Nextcloud bot 08b9ce25e7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Côme Chilliet 6ab099297f
Merge pull request #44055 from nextcloud/backport/44042/stable27
[stable27] fix(user_ldap): Early failure for empty password login attempt
3 months ago
Nextcloud bot 50e8eee022
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Nextcloud bot 92d313d360
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Nextcloud bot ec2e6110f5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
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
3 months ago
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>
3 months ago
Julius Härtl 29511d85f3 fix: Avoid clear cache with prefix
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 months ago
Nextcloud bot 355bc5e18d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Louis e79c0ab233
Merge pull request #44036 from nextcloud/backport/43263/stable27
[stable27] Cleanup versions entities in versions:clean command
3 months ago
Louis Chemineau 57a1fb8674
fix(files_versions): Improve files version listing
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months ago
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>
3 months ago
Louis d81365711e
Merge pull request #43980 from nextcloud/backport/43898/stable27
[stable27] Improve files version listing
3 months ago
Julius Härtl 96b88d3b65
Merge pull request #43986 from nextcloud/backport/43972/stable27
[stable27] fix: Fetch custom app store url without internet connection
3 months ago
Nextcloud bot 95258681e5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago
Julius Härtl 0b1fcf0a5c fix: Fetch custom app store url without internet connection
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 months ago
Louis Chemineau 2957d8ad9b fix(files_versions): Improve files version listing
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months ago
Robin Appelman b6edd4382e
Merge pull request #43971 from nextcloud/artonge/fix/metdata_column_migration_table_prefix
[stable27] Use table prefix in metadata migration
3 months ago
Ferdinand Thiessen 5c778a4930
Merge pull request #43977 from nextcloud/backport/43959/stable27
[stable27] fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
3 months ago
Louis Chemineau dee1181e3b
Use table prefix in metadata migration
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months ago
Ferdinand Thiessen 8ac04e56f7 fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months ago
Nextcloud bot 0045e761fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months ago