Unrud
|
30a9ecc06b
|
Use forking for internal server when available
|
2018-08-18 12:56:41 +02:00 |
|
Unrud
|
ddd99a5329
|
Check that storage lock guarantees are met
|
2018-08-18 12:56:41 +02:00 |
|
Unrud
|
5d969ff65c
|
Include versions in item cache hash
|
2018-08-18 12:56:40 +02:00 |
|
Unrud
|
f708a7b2b6
|
Use " instead of '
|
2018-08-18 12:56:40 +02:00 |
|
Unrud
|
24f835a2a1
|
Remove unused configuration
|
2018-08-18 12:56:39 +02:00 |
|
Unrud
|
8281769edf
|
Move filesystem_fsync config from section storage to internal
|
2018-08-18 12:56:39 +02:00 |
|
Unrud
|
4282ea46e4
|
Add section for internal configuration
|
2018-08-18 12:56:38 +02:00 |
|
Unrud
|
59f7104dce
|
Replace option "debug" with "level" in "logging"
|
2018-08-16 08:00:02 +02:00 |
|
Unrud
|
a5fa35e785
|
require python>=3.5.2
|
2018-08-16 08:00:02 +02:00 |
|
Unrud
|
59d10ef9f7
|
Only limit content length with internal server
|
2018-08-16 08:00:01 +02:00 |
|
Unrud
|
6b281e1726
|
Move realm config from server to auth
|
2018-08-16 08:00:01 +02:00 |
|
Unrud
|
6c12bba8a8
|
Bump version to 2.90.0
|
2018-08-16 08:00:00 +02:00 |
|
Unrud
|
3d77238a4b
|
Move WSGI server to server.py
|
2018-08-16 08:00:00 +02:00 |
|
Unrud
|
6f15cddfbc
|
Don't pollute WSGI environ with OS environ
|
2018-08-16 07:59:59 +02:00 |
|
Unrud
|
e5e13faa7c
|
Remove daemonization
|
2018-08-16 07:59:59 +02:00 |
|
Unrud
|
c7d1936cb6
|
remove everything marked as DEPRECATED
|
2018-08-16 07:59:58 +02:00 |
|
Unrud
|
e96410c6e7
|
Only support file based locking
|
2018-08-16 07:59:58 +02:00 |
|
Unrud
|
c7e65fbb7f
|
require UIDs in CalDAV/CardDAV / check for duplicated UIDs / try to use UIDs as filenames
|
2018-08-16 07:59:57 +02:00 |
|
Unrud
|
7964d288a5
|
Tests: Don't overwrite component with different UID
|
2018-08-16 07:59:57 +02:00 |
|
Unrud
|
d2e6566147
|
Don't test missing UIDs in CalDAV/CardDAV
|
2018-08-16 07:59:57 +02:00 |
|
Unrud
|
c657dda753
|
Add clarifying comment
|
2018-08-16 07:59:57 +02:00 |
|
Unrud
|
d7255df768
|
Tests: Remove start_response method
|
2018-08-16 07:59:57 +02:00 |
|
Unrud
|
bd52dcd590
|
Detect systemd journal
|
2018-08-16 07:59:57 +02:00 |
|
Unrud
|
24815255be
|
Use wsgi.errors to for errors
|
2018-08-16 07:59:56 +02:00 |
|
Unrud
|
54b9995e22
|
Use module-wide logger and remove logging config
|
2018-08-16 07:59:55 +02:00 |
|
Unrud
|
6c9299cf16
|
Auth: Introduce login(login, password) method
This deprecates map_login_to_user, is_authenticated and is_authenticated2
|
2018-08-16 07:57:47 +02:00 |
|
Unrud
|
3455ab4ba9
|
Fallback to RADICALE_CONFIG from OS environ
|
2018-08-16 07:57:32 +02:00 |
|
Unrud
|
22ddfc6663
|
Update NEWS.md
|
2018-08-16 07:57:29 +02:00 |
|
Unrud
|
67bdbd8530
|
Revert "Auth: Introduce login(login, password) method"
This reverts commit e73270bbe5 .
|
2018-08-16 07:57:26 +02:00 |
|
Unrud
|
68740d10f3
|
Bump version to 2.1.10
|
2018-08-14 20:14:05 +02:00 |
|
Unrud
|
546a52e34a
|
Improve HTTP status codes
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
b0a0debf17
|
Remove unused parameter from _item_cache_content
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
ec82997487
|
Travis: Move installation of six to before_install
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
f815f1be7f
|
Use correct HTTP status for WebDAV precondition
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
a6b1219ba5
|
Fix UID for journal3.ics test data
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
ca6b958c16
|
Rename function _webdav_error to webdav_error
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
e73270bbe5
|
Auth: Introduce login(login, password) method
This deprecates map_login_to_user, is_authenticated and is_authenticated2
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
e96fa64fa6
|
WSGI: Get RADICALE_CONFIG from environ instead of os.environ
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
ad7c93628b
|
Extract method _init_application
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
ff287c2e5d
|
Use if-else instead boolean operators
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
6e73a1bebf
|
Don't reuse cache locks between instances of class
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
ae4c8a0bd1
|
Improve doc string
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
d2811b7fa5
|
Check cache lock name space for '/'
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
5adcab77a3
|
Fix race when creating storage lock
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
3d2ffe0c8e
|
Raise default limits
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
b25e1f23c4
|
Log stderr and stdout when running hook (Fixes #814)
|
2018-08-14 20:08:42 +02:00 |
|
Unrud
|
42276c0177
|
require dateutil>=2.7.3
|
2018-08-14 18:49:49 +02:00 |
|
Unrud
|
e62aa4f767
|
require vobject>=0.9.6
|
2018-08-14 18:46:38 +02:00 |
|
Unrud
|
87a68a6ea8
|
Revert "Fork vobject"
This reverts commit 126a31c82a .
|
2018-08-14 18:45:21 +02:00 |
|
Unrud
|
d37a533423
|
Revert "vobject: apply PRs (Fixes #764, fixes #765)"
This reverts commit 5cd43acb3c .
|
2018-08-14 18:45:03 +02:00 |
|