Commit graph

1657 commits

Author SHA1 Message Date
Unrud
9362b001b5 Use regular ids 2021-12-14 22:30:15 +01:00
Unrud
51c9735237 Documentation: Use level 1 heading as title 2021-12-14 00:24:20 +01:00
Unrud
5033a5e43f Update .gitignore 2021-11-14 23:49:02 +01:00
Unrud
66c9cd59a3 Simpler Dockerfile
Inspired by #1087
2020-08-07 02:43:18 +02:00
Unrud
81911eaa49
Specify package version for pip install 2020-08-06 23:51:27 +02:00
Unrud
ab5b3c8335 Dockerfile: Install pip3 2020-07-23 20:16:18 +02:00
Unrud
f2fe16f0a2 CI: Update actions/setup-python to v2 2020-07-23 19:47:47 +02:00
Unrud
07167169b7
Use generic version 1.1.x in migration guide 2020-05-19 03:44:37 +02:00
Unrud
357b364ed1 Bump version to 2.1.12 2020-05-19 03:25:32 +02:00
Unrud
eb91f793b4 Add PyPI publish workflow 2020-05-19 03:25:23 +02:00
Unrud
1a0a2159a7 Include documentation 2020-05-15 23:54:26 +02:00
Kim Jahn
db5fc2d88d Update ArchLinux Download Link
Fixes #896
2020-05-15 23:37:04 +02:00
Unrud
437bdbcc30 Fix remaining documentation URLs 2020-03-28 09:29:15 +01:00
Unrud
4ae3bdd26c Update documentation URL 2020-03-28 08:50:10 +01:00
Unrud
98bea89665 Unified gitignore 2020-03-02 02:43:49 +01:00
Unrud
d57325a904 Link to new documentation source 2020-03-01 21:34:49 +01:00
Unrud
b6d2905364 Fix link to old documentation 2020-02-27 16:40:00 +01:00
Unrud
b1af3de2d9 Import documentation 2020-02-27 13:55:56 +01:00
Unrud
8387a4c33f Bump version to 2.1.11 2018-11-05 10:53:06 +00:00
Unrud
d1199420cf Travis: fix osx and remove python 3.3 2018-11-05 10:52:05 +00:00
Unrud
5603c55ccc remove unused variables 2018-11-04 18:20:00 +00:00
Unrud
d0dac14f84 dont test for UID conflict in MOVE 2018-11-03 21:11:54 +00:00
Unrud
e0a2d20919 Test MOVE between collections 2018-11-03 21:02:28 +00: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
Unrud
e7e2c569b3 Revert "vobject: add upstream tests"
This reverts commit dc7ce824da.
2018-08-14 18:44:51 +02:00
Unrud
18e4677cb7 Add test for mixed local DATE-TIME with time zone and UTC (Test #765) 2018-04-27 18:37:22 +02:00
Unrud
233a54f73b Add test for VTODO with RRULE (Test #764) 2018-04-27 18:37:22 +02:00