1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-06 21:30:48 +00:00
Radicale/radicale
Unrud 0060130c3b Remove etags from raw data
Remove all etags that are directly calculated from data that's read from files.
1. They are not used anywhere (luckily).
2. Etags that are send to clients are calculated from the output of vobject's serialize method. If files are edited externally and vobject normalizes them (like wrapping long lines or replacing all line endings by \r\n), the etags that are sent to the client and the etags that are calculated from raw data will never match. If a new version of vobject is released and the formatting changes slightly, the checks will also always fail.
2016-08-11 05:05:10 +02:00
..
tests Test that the requests fails if the hook fails 2016-08-11 00:37:19 +02:00
__init__.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
__main__.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
auth.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
config.py Add option to disable syncing to disk 2016-08-08 05:20:25 +02:00
log.py Cosmetics 2016-08-01 12:50:51 +02:00
rights.py Cosmetics: Don't use % for logging 2016-08-10 23:43:32 +02:00
storage.py Remove etags from raw data 2016-08-11 05:05:10 +02:00
xmlutils.py Some clients expect collections to end with / 2016-08-07 17:50:04 +02:00