summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2292-4/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44385 from nextcloud/backport/44360/stable27Benjamin Gaussorgues2024-03-211-0/+4
|\
| * fix(caldav): add EXDATE and EXRULE to confidential objectAnna Larch2024-03-211-0/+4
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #44383 from nextcloud/backport/44381/stable27Benjamin Gaussorgues2024-03-211-6/+15
|\ \
| * | fix(workflowengine): Use correct event for searching for groupsFerdinand Thiessen2024-03-211-6/+15
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44378 from nextcloud/backport/44376/stable27Andy Scherzinger2024-03-213-3/+8
|\ \ | |/ |/| [stable27] fix(dav): ACLs for shared addressbooks
| * fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-213-3/+8
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #44299 from nextcloud/backport/44297/stable27Côme Chilliet2024-03-217-214/+128
|\ \ | |/ |/| [stable27] Forbid tagging readonly files
| * fix(dav): Add missing use for OCP\ConstantsCôme Chilliet2024-03-191-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore: Break closure call on two lines to make it readableCôme Chilliet2024-03-192-2/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-197-214/+125
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-214-6/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-20106-98/+220
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(sharing): Align wording for declining a shareJoas Schilling2024-03-191-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(federatedfilesharing): Use correct language file to render notificationJoas Schilling2024-03-191-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-19116-238/+316
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1812-4/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-17216-212/+370
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44247 from nextcloud/backport/43613/stable27Ferdinand Thiessen2024-03-161-0/+10
|\ | | | | [stable27] fix: fallback from guessing the owner from path in versioning
| * fix: fallback from guessing the owner from path in versioningRobin Appelman2024-03-161-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #44229 from nextcloud/backport/44223/stable27Ferdinand Thiessen2024-03-162-64/+83
|\ \ | |/ |/| [stable27] fix(files_sharing): ShareesAPI - Return empty response when user is not allowed to share
| * fix(files_sharing): ShareesAPI - Return empty response when user is not ↵Ferdinand Thiessen2024-03-152-64/+83
| | | | | | | | | | | | | | | | allowed to share Resolves: https://github.com/nextcloud/server/issues/20950 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44101 from nextcloud/backport/44095/stable27John Molakvoæ2024-03-161-2/+2
|\ \
| * | [stable28] fix(UpdateNotifications): Handle numeric user idsJosh2024-03-111-2/+2
| | | | | | | | | | | | | | | manual backport of #44093 to fix #44051 for <=v28 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-16282-462/+1098
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44171 from nextcloud/backport/40294/stable27Grigorii K. Shartsev2024-03-152-25/+43
|\ \ | | | | | | [stable27] fix(comments): move new comment instructions placeholder to description
| * | fix(comments): move new comment instructions placeholder to descriptionGrigorii K. Shartsev2024-03-122-25/+43
| |/ | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #44193 from nextcloud/backport/44184/stable27Stephan Orbaugh2024-03-151-1/+1
|\ \ | | | | | | [stable27] fix: No password set for new mail shares
| * | fix: No password set for new mail sharesfenn-cs2024-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-15116-0/+184
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #44181 from nextcloud/backport/43334/stable27Ferdinand Thiessen2024-03-141-2/+6
|\ \ \ | |/ / |/| | [stable27] fix(settings): `posix_getpwuid` can return `false` which should not be accessed like an array
| * | fix(settings): `posix_getpwuid` can return `false` which should not be ↵Ferdinand Thiessen2024-03-131-2/+6
| | | | | | | | | | | | | | | | | | accessed using array operation Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1426-2/+154
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44155 from nextcloud/backport/44118/stable27Ferdinand Thiessen2024-03-131-0/+38
|\ \ | | | | | | [stable27] tests(dav): Add unit test for no calendars/subscription limit
| * | tests(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-121-0/+38
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1328-2/+190
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-12146-2760/+3710
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44055 from nextcloud/backport/44042/stable27Côme Chilliet2024-03-111-7/+5
|\ | | | | [stable27] fix(user_ldap): Early failure for empty password login attempt
| * fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-071-7/+5
| | | | | | | | | | | | | | | | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1010-14/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0972-2/+440
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Use proper path when trying to check if a file needs to get copiedJulius Härtl2024-03-081-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-08396-1172/+2648
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_versions): Improve files version listingLouis Chemineau2024-03-073-5/+70
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #43980 from nextcloud/backport/43898/stable27Louis2024-03-051-43/+50
|\ | | | | [stable27] Improve files version listing
| * fix(files_versions): Improve files version listingLouis Chemineau2024-03-041-43/+50
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0570-38/+596
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0412-6/+286
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-036-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0228-6/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>