aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44766 from nextcloud/backport/44350/stable27Arthur Schiwon2024-04-113-1/+21
|\ | | | | [stable27] fix(LDAP): escape DN on check-user
| * docs(LDAP): add info on stored DN formArthur Schiwon2024-04-102-0/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix(LDAP): escape DN on check-userArthur Schiwon2024-04-101-1/+2
| | | | | | | | | | | | | | the DN has to be escaped differently when used as a base and we were missing it here in the search method call in the check-user command. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1112-2/+124
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1022-20/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0962-58/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(share): Send empty expireDate when not expireDate setfenn-cs2024-04-081-4/+2
| | | | | | | | | | | | When creating a new share, if the user unchecks "Set expiry date" no `expireDate` is sent to the server. However, the server then assumes the default configured, hence better to send an empty value. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-088-0/+150
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0722-4/+202
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0612-6/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-05128-416/+616
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(dav): Fix tests for length headers on uploadCôme Chilliet2024-04-041-3/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(dav): Fix quota check for chunk uploadCôme Chilliet2024-04-041-4/+6
| | | | | | | Do not ignore OC-Total-Length when Content-Length and X-Expected-Entity-Length are missing Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(encryption): Clicking default module in UI sets bogus valueLouis Chemineau2024-04-041-3/+2
| | | | | | | | | | Fixes #44532 Likely fixes #43123 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #44602 from nextcloud/backport/44512/stable27John Molakvoæ2024-04-042-2/+38
|\
| * feat(trashbin): Show original location of deleted fileChristopher Ng2024-04-032-2/+38
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1ae78095c87abb6d7ac8040d4e686f61414be18e)
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0448-20/+314
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): Create passwords when enforced for mail sharesFerdinand Thiessen2024-04-032-10/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0358-140/+224
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0284-36/+384
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0148-42/+294
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-3168-60/+298
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-30190-100/+1072
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-29932-5066/+3116
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(security): Update expiration date in security.txtJoas Schilling2024-03-281-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2892-6/+186
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2718-16/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2646-130/+170
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44415 from nextcloud/backport/44132/stable27Stephan Orbaugh2024-03-251-0/+19
|\ | | | | [stable27] fix: don't return null for SharedStorage::getWrapperStorage with share recursion
| * chore: improve typing for SharedStorage::$storageRobin Appelman2024-03-221-0/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: don't return null for SharedStorage::getWrapperStorage with share recursionRobin Appelman2024-03-221-0/+10
| | | | | | | | 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 #44419 from nextcloud/backport/44357/stable27John 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>
* Merge pull request #44321 from nextcloud/backport/39990/stable27Robin Appelman2024-03-221-0/+14
|\ | | | | [stable27] add some recrusive detection/prevention
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-191-0/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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>