@@ -3,6 +3,7 @@
|
|||||||
## 3.5.9.dev
|
## 3.5.9.dev
|
||||||
* Extend: [auth] add support for type http_remote_user
|
* Extend: [auth] add support for type http_remote_user
|
||||||
* Extend: logging of invalid sync-token with user, path, remote host and useragent
|
* Extend: logging of invalid sync-token with user, path, remote host and useragent
|
||||||
|
* Fix: typo related to collection delete hook
|
||||||
|
|
||||||
## 3.5.8
|
## 3.5.8
|
||||||
* Extend: [auth] re-factor & overhaul LDAP authentication, especially for Python's ldap module
|
* Extend: [auth] re-factor & overhaul LDAP authentication, especially for Python's ldap module
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class ApplicationPartDelete(ApplicationBase):
|
|||||||
path=access.path,
|
path=access.path,
|
||||||
content=i.uid,
|
content=i.uid,
|
||||||
uid=i.uid,
|
uid=i.uid,
|
||||||
old_content=item.serialize(), # type: ignore
|
old_content=i.serialize(), # type: ignore
|
||||||
new_content=None
|
new_content=None
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user