aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/OrphanHelper.php
Commit message (Collapse)AuthorAgeFilesLines
* perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equalsrefactor/use-in-instead-of-orMarcel Klehr2025-03-251-2/+1
| | | | | | to improve performance by using the db index Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownershipLuka Trovic2024-11-181-0/+24
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: Also cleanup orphaned shares user cannot be found anymoreJulius Härtl2023-11-201-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add command do delete orphan sharesRobin Appelman2023-07-051-0/+86
Signed-off-by: Robin Appelman <robin@icewind.nl>