0.5 version
This commit is contained in:
parent
2e1b51e3c1
commit
b19b4c8810
5
NEWS
5
NEWS
@ -6,10 +6,11 @@
|
|||||||
NEWS
|
NEWS
|
||||||
------
|
------
|
||||||
|
|
||||||
0.5 - *Not released yet*
|
0.5 - Historical Artifacts
|
||||||
========================
|
==========================
|
||||||
|
|
||||||
* Calendar depth
|
* Calendar depth
|
||||||
|
* iPhone support
|
||||||
* MacOS and Windows support
|
* MacOS and Windows support
|
||||||
* HEAD requests management
|
* HEAD requests management
|
||||||
* htpasswd user from calendar path
|
* htpasswd user from calendar path
|
||||||
|
7
TODO
7
TODO
@ -6,12 +6,6 @@
|
|||||||
TODO
|
TODO
|
||||||
------
|
------
|
||||||
|
|
||||||
0.5
|
|
||||||
===
|
|
||||||
|
|
||||||
* iCal and iPhone support
|
|
||||||
|
|
||||||
|
|
||||||
0.6
|
0.6
|
||||||
===
|
===
|
||||||
|
|
||||||
@ -19,6 +13,7 @@
|
|||||||
* [IN PROGRESS] LDAP and databases auth support
|
* [IN PROGRESS] LDAP and databases auth support
|
||||||
* CalDAV rights
|
* CalDAV rights
|
||||||
* Read-only access for foreign users
|
* Read-only access for foreign users
|
||||||
|
* Smart, verbose and configurable logs
|
||||||
|
|
||||||
|
|
||||||
1.0
|
1.0
|
||||||
|
@ -49,7 +49,7 @@ except ImportError:
|
|||||||
from radicale import acl, config, ical, xmlutils
|
from radicale import acl, config, ical, xmlutils
|
||||||
|
|
||||||
|
|
||||||
VERSION = "git"
|
VERSION = "0.5"
|
||||||
|
|
||||||
def _check(request, function):
|
def _check(request, function):
|
||||||
"""Check if user has sufficient rights for performing ``request``."""
|
"""Check if user has sufficient rights for performing ``request``."""
|
||||||
|
Loading…
Reference in New Issue
Block a user