mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Set calendars always personal with authentication activated
This commit is contained in:
parent
7c0e9686a8
commit
ca9c148705
5 changed files with 3 additions and 12 deletions
|
@ -169,9 +169,6 @@ class Application(object):
|
|||
if not calendar or not self.acl:
|
||||
# No calendar or no acl, don't check rights
|
||||
status, headers, answer = function(environ, calendar, content)
|
||||
elif calendar.owner is None and config.getboolean("acl", "personal"):
|
||||
# No owner and personal calendars, don't check rights
|
||||
status, headers, answer = function(environ, calendar, content)
|
||||
else:
|
||||
# Ask authentication backend to check rights
|
||||
log.LOGGER.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue