1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/radicale
Unrud 6b7e79a368 Use sanitize_path instead of normpath
See a7b47f075499a1e1b40539bc1fa872a3ab77a204
The check for "." is now needless because the sane
path is always absolute.
```path.replace(os.sep, "/")``` is only relevant
for the (multi)filesystem backend and should be
there.
2015-12-24 14:39:24 +01:00
..
auth Use PAM service 2015-08-11 16:46:46 -05:00
rights Prevent "regex injection" 2015-12-23 07:05:20 +01:00
storage Encode message and committer for git commits (fix #313) 2015-09-22 11:01:33 +02:00
__init__.py Move sanitize_path into pathutils.py 2015-12-24 14:39:15 +01:00
__main__.py Fix the PID number stored on filesystem 2014-08-07 12:31:51 +02:00
config.py add ".well-known" addresses feature (closes #126) 2014-10-20 18:51:43 +02:00
ical.py Use sanitize_path instead of normpath 2015-12-24 14:39:24 +01:00
log.py Don't crash because of missing SIGHUP on Windows 2014-11-03 11:21:12 +01:00
pathutils.py Move sanitize_path into pathutils.py 2015-12-24 14:39:15 +01:00
xmlutils.py Fix typo 2015-05-15 13:47:44 +01:00