summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44320 from nextcloud/backport/39990/stable28Stephan Orbaugh2024-03-251-0/+14
|\ | | | | [stable28] add some recrusive detection/prevention
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-221-0/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2532-56/+162
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2412-2/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44420 from nextcloud/backport/44357/stable28John Molakvoæ2024-03-231-0/+10
|\ \
| * | fix: add extra check to ensure wrapped shared storage is setRobin Appelman2024-03-221-0/+10
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2312-0/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2292-4/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-03-211-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #44386 from nextcloud/backport/44360/stable28Andy Scherzinger2024-03-211-0/+4
|\ | | | | [stable28] fix(caldav): add EXDATE and EXRULE to confidential object
| * 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 #44382 from nextcloud/backport/44381/stable28Andy Scherzinger2024-03-211-6/+15
|\ \ | | | | | | [stable28] fix(workflowengine): Use correct event names to make search for groups work again
| * | 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 #44377 from nextcloud/backport/44376/stable28Andy Scherzinger2024-03-213-3/+8
|\ \ | |/ |/| [stable28] 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 #44298 from nextcloud/backport/44297/stable28Côme Chilliet2024-03-217-214/+128
|\ \ | |/ |/| [stable28] Forbid tagging readonly files
| * 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/+126
| | | | | | | | 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(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-182-12/+19
| | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: List specific share permissions as sublinefenn-cs2024-03-181-3/+9
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Show quick permission subline on newlinefenn-cs2024-03-181-3/+6
| | | | | | | | - Show quick permission details/explanations on subline - Fix icon colors, should be white (or component set color) when highlighted. Signed-off-by: fenn-cs <fenn25.fn@gmail.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 #44248 from nextcloud/backport/43613/stable28Ferdinand Thiessen2024-03-161-0/+10
|\ | | | | [stable28] 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 #44228 from nextcloud/backport/44223/stable28John Molakvoæ2024-03-162-64/+83
|\ \ | |/ |/|
| * 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>
* | fix: changed text alignment and icon logicEduardo Morales2024-03-161-5/+8
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-03-161-1/+1
| | | | | | | | | | | | Signed-off-by: Ty Davis <noreply@mail.theTyster.dev> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-16282-462/+1098
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-151-1/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): restore unified search filtering in files viewfenn-cs2024-03-152-53/+33
| | | | | | | | | | | | | | | | | The unified search emits, search events that other apps can subscribe to and react however they want to search queries, following 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files app ui to vue.js that feature was broken. This commit reintroduces the feature using the current `FileList` implementation. This commit also adds some logging to an empty exception handler. Resolve : https://github.com/nextcloud/server/issues/43365 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> (cherry picked from commit 29c37af40c7c28ef17da4b9565e8c30fab27fec4) Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-15116-0/+184
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44194 from nextcloud/backport/44184/stable28F. E Noel Nfebe2024-03-141-1/+1
|\ | | | | [stable28] 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(provisioning_api): Fix AppInfo schema for OpenAPIprovokateurin2024-03-144-445/+11
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #44182 from nextcloud/backport/43334/stable28Benjamin Gaussorgues2024-03-141-2/+6
|\
| * 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>
* | Merge pull request #44150 from nextcloud/backport/44140/stable28John Molakvoæ2024-03-141-1/+1
|\ \
| * | fix(settings): Fix always empty disabled users list for subadminsChristopher Ng2024-03-121-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1426-2/+154
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): Right click menu positioningChristopher Ng2024-03-132-6/+8
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 742e5b6329fac3bdbe1d6f246d7a9c09765fed1d)
* | | fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-131-1/+0
| |/ |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 26bbb8c0e4c2a0c9718368d2e316fbb9eadb52fc)
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1328-2/+190
| | | | | | | | 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-121-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>