mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Code cleaned and modules renamed
*Radicale is probably broken now*
This commit is contained in:
parent
a17ad1b6a3
commit
45afac5353
17 changed files with 131 additions and 360 deletions
|
@ -200,7 +200,7 @@ def propfind(path, xml_request, collections, user=None):
|
|||
multistatus = ET.Element(_tag("D", "multistatus"))
|
||||
|
||||
for collection in collections:
|
||||
if access.may_read(user, collection):
|
||||
if access.read_authorized(user, collection):
|
||||
response = _propfind_response(path, collection, props, user)
|
||||
multistatus.append(response)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue