Commit graph

727 commits

Author SHA1 Message Date
Markus Unterwaditzer
e40ba55bd3 Build fixes 2014-12-11 21:51:03 +01:00
Markus Unterwaditzer
632a60585c Enable radicale-multifilesystem in Travis
IIRC I disabled it because I thought it would be a waste of power. There
haven't been any recent developments in that regard, but nowadays I
don't think so anymore.
2014-12-11 20:43:35 +01:00
Markus Unterwaditzer
3f41930f7b Version 0.3.4 2014-12-11 20:13:04 +01:00
Markus Unterwaditzer
d91512d07e Even more fixes to config parsing 2014-12-11 20:12:59 +01:00
Markus Unterwaditzer
43ff90da9a Version 0.3.3 2014-12-11 19:04:28 +01:00
Markus Unterwaditzer
291edd7be0 Merge branch 'encodings'
Conflicts:
	vdirsyncer/storage/dav.py
2014-12-08 20:13:41 +01:00
Markus Unterwaditzer
61bf23588d Refactor! 2014-12-08 16:32:23 +01:00
Markus Unterwaditzer
ee3f0ad300 Skip broken props in get_multi 2014-12-08 15:27:00 +01:00
Markus Unterwaditzer
25aff68b50 Remove DAV header check
iCloud doesn't return anything useful while working fine otherwise.
2014-12-08 15:12:24 +01:00
Markus Unterwaditzer
3b6a2f3664 Clean up set comparison 2014-12-08 11:27:04 +01:00
Markus Unterwaditzer
ca5a9cd8f9 Stricten collection discovery test 2014-12-07 16:49:52 +01:00
Markus Unterwaditzer
741045c1be Rewrite DAV storages' encoding behavior
This is more explicit than the old behavior. See
https://github.com/Kozea/Radicale/issues/128 for the discussion that led
to this.
2014-12-07 15:11:42 +01:00
Markus Unterwaditzer
7f2ccd6b3a Style fixes 2014-12-07 15:01:01 +01:00
Markus Unterwaditzer
6fd5f0aaa9 Don't consume iterator twice 2014-12-07 14:52:41 +01:00
Markus Unterwaditzer
07de8a0cc4 Add another test re s.has 2014-12-06 16:40:39 +01:00
Markus Unterwaditzer
a0760ca171 Invalid hrefs technically don't exist 2014-12-06 16:30:40 +01:00
Markus Unterwaditzer
772f745832 get_multi now ignores duplicate input 2014-12-06 14:08:10 +01:00
Markus Unterwaditzer
d14fcbc59a Fix bug with DAV href generation 2014-12-06 12:12:56 +01:00
Markus Unterwaditzer
5ebc9eaecb Remove leftover assertion 2014-12-06 12:12:56 +01:00
Markus Unterwaditzer
24b492c610 Fix item_types parser 2014-12-06 10:21:12 +01:00
Markus Unterwaditzer
448dc9b6b7 Fix logging output 2014-12-06 10:09:56 +01:00
Markus Unterwaditzer
2331356333 Update CONTRIBUTING 2014-12-05 23:25:18 +01:00
Markus Unterwaditzer
2be78545fd Fix a bug in DAV discovery
Server might return relative URLs (iCloud does)
2014-12-05 15:39:20 +01:00
Markus Unterwaditzer
48d0631c3d Small restructuring 2014-12-03 19:33:07 +01:00
Markus Unterwaditzer
a1d453d46c Rewrite CONTRIBUTING 2014-12-03 19:12:09 +01:00
Markus Unterwaditzer
1efb00b5f7 Version 0.3.2 2014-12-03 17:32:24 +01:00
Markus Unterwaditzer
e5ee8fcd66 Merge pull request #142 from untitaker/json_config
New config format
2014-12-03 17:30:07 +01:00
Markus Unterwaditzer
08c07c4be4 New config format
See #141

Basically this tries to parse config values with JSON, if that fails,
the value is interpreted as string.

I'd greatly appreciate feedback on this and #141
2014-12-02 21:03:06 +01:00
Markus Unterwaditzer
566a988f32 Remove indirection for get_storage_args fixture 2014-12-01 00:11:23 +01:00
Markus Unterwaditzer
c234bce656 "A from B" => "B/A" 2014-12-01 00:11:05 +01:00
Markus Unterwaditzer
07fbd9cb89 Remove unused variable 2014-11-30 20:24:44 +01:00
Markus Unterwaditzer
29f9a10766 Skip non-directories during filesystem discovery 2014-11-30 16:02:01 +01:00
Markus Unterwaditzer
11919ef30d Disable Radicale multifilesystem 2014-11-30 13:50:44 +01:00
Markus Unterwaditzer
a7878c9342 Add radicale multifilesystem to test matrix 2014-11-30 13:41:09 +01:00
Markus Unterwaditzer
a29c60c58d AFAIK requests comes with its own CA bundle now 2014-11-28 19:22:33 +01:00
Markus Unterwaditzer
af3b081e27 Update debian problems in response to #140 2014-11-28 19:16:57 +01:00
Markus Unterwaditzer
977ba4c285 Remove any mention of pipsi
As usual for Armin, excellent software with excellent design, but
basically no maintenance.
2014-11-28 18:35:35 +01:00
Markus Unterwaditzer
bd235df3c8 Actually fix #138 2014-11-27 14:01:44 +01:00
Markus Unterwaditzer
069f5dfa89 Deal with Radicale 0.7
Fix #138
2014-11-26 14:19:46 +01:00
Markus Unterwaditzer
37c2467f59 Stricten testsuite 2014-11-25 15:17:51 +01:00
Markus Unterwaditzer
29cf9e0b50 Version 0.3.1 2014-11-24 20:57:21 +01:00
Markus Unterwaditzer
0ac80f365d Merge entries for supported graphical calendars 2014-11-23 09:53:15 +01:00
Markus Unterwaditzer
5b70688402 Remove FUD 2014-11-20 18:06:43 +01:00
Markus Unterwaditzer
7d6c8b29ce Add more stuff to the tutorial
Fix #136
2014-11-20 18:04:25 +01:00
Markus Unterwaditzer
4fd4e21cc6 Rewrite introductory paragraph 2014-11-20 17:51:30 +01:00
Markus Unterwaditzer
0f5fdd6d39 add comment 2014-11-20 13:52:24 +01:00
Markus Unterwaditzer
09f3ad10fb fix whitespace 2014-11-18 18:04:29 +01:00
Markus Unterwaditzer
de829e4cfd Also allow default theme for documentation.
Fix #134
2014-11-18 17:17:42 +01:00
Markus Unterwaditzer
ca7a5318ca fix heading in vdir spec 2014-11-16 14:21:01 +01:00
Markus Unterwaditzer
f113b1d1e3 What rationale? 2014-11-16 14:20:18 +01:00