You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Sharing/DeckShareProvider.php
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -692,8 +692,6 @@ public function getSharedWith($userId, $shareType, $node, $limit, $offset): arra
692
692
break;
693
693
}
694
694
695
-
// select s.id, dc.title, f.fileid, f.path from oc_share as s left join oc_filecache as f on s.file_source = f.fileid left join oc_storages as st on f.storage = st.numeric_id left join oc_deck_cards as dc on dc.id = s.share_with left join oc_deck_stacks as ds on dc.stack_id = ds.id inner join oc_deck_boards as db on ds.board_id = db.id WHERE db.id = 1;
696
-
697
695
$qb = $this->dbConnection->getQueryBuilder();
698
696
$qb->select('s.*',
699
697
'f.fileid', 'f.path', 'f.permissions AS f_permissions', 'f.storage', 'f.path_hash',
@@ -705,7 +703,7 @@ public function getSharedWith($userId, $shareType, $node, $limit, $offset): arra
0 commit comments