vdirsyncer/tests
Markus Unterwaditzer eb1431e5db Fix all known URL-quoting problems
- Fix #49 -- The old fix caused problems with other servers. The new
  behavior only decodes ``@`` characters.

- ``@`` is now not used when generating a new href, as some servers seem
  to have problems with it (http://sabre.io/dav/character-encoding/).
  This behavior is configurable via the ``unsafe_href_chars`` parameters
  for DAV storages, and is disabled in the testsuite for Radicale and
  ownCloud.

- Decoding of hrefs is also done twice for CarddavStorage.list because
  of owncloud/contacts#581. Vdirsyncer has behaved like that before, but
  not intentionally.

- Storages now don't share their ``_get_href`` methods anymore.
2014-08-06 16:43:23 +02:00
..
storage Fix all known URL-quoting problems 2014-08-06 16:43:23 +02:00
utils Formatting and string type fixes 2014-07-14 15:32:59 +02:00
__init__.py Fix logging in test suite 2014-07-05 01:07:23 +02:00
conftest.py Fix logging in test suite 2014-07-05 01:07:23 +02:00
test_cli.py Don't influence user's homedir 2014-07-23 12:21:03 +02:00
test_sync.py Fix all known URL-quoting problems 2014-08-06 16:43:23 +02:00