mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-04 01:53:58 +00:00
Don't return scheduling inbox/outbox in Depth 1 propfind on principal.
This commit is contained in:
parent
30a532c81f
commit
f2bb76091a
@ -615,6 +615,7 @@ function get_collection_contents( $depth, $user_no, $collection ) {
|
||||
$sql .= 'collection_id ';
|
||||
$sql .= 'FROM collection ';
|
||||
$sql .= 'WHERE parent_container='.qpg($collection->dav_name);
|
||||
$sql .= "AND NOT dav_name ~ '/\.(in|out)/$'";
|
||||
$sql .= ' ORDER BY collection_id';
|
||||
}
|
||||
$qry = new PgQuery($sql, PgQuery::Plain(iCalendar::HttpDateFormat()), PgQuery::Plain(iCalendar::HttpDateFormat()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user