1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00
Radicale/radicale
Tobias Stettner 66f14ee91c
Encode password to allow special characters
XMLHttpRequest.open() does not automatically encode the password. Though it builds an basic auth schemed URI where '%' is the escaping indicator, thus passwords containing this characters are not accepted this way without manually replacing '%' with '%25' on the form.
2021-01-08 10:40:37 +01:00
..
app Cancel mkcalendar request on error 2020-10-11 19:20:20 +02:00
auth Add unicode support to htpasswd 2020-01-19 21:07:54 +01:00
item Improve sanitization of collection properties 2020-10-11 19:20:20 +02:00
rights New right "i": Only allowing HTTP method GET 2020-04-22 19:20:42 +02:00
storage Use renameat2 on Linux for atomic exchanging of files 2020-10-23 21:37:45 +02:00
tests Internal server: Shutdown server via socket 2020-10-04 14:40:52 +02:00
web Encode password to allow special characters 2021-01-08 10:40:37 +01:00
__init__.py Refactor: Remove method Configuration.log_config_sources 2020-02-19 09:48:42 +01:00
__main__.py Disallow abbreviated arguments 2020-10-23 22:26:28 +02:00
config.py Allow float for server->timeout setting 2020-10-25 20:32:32 +01:00
httputils.py Fix exceptions raised by decode_request 2020-09-14 21:20:39 +02:00
log.py Remove journald support 2020-02-19 09:50:45 +01:00
pathutils.py Use renameat2 on Linux for atomic exchanging of files 2020-10-23 21:37:45 +02:00
server.py Internal server: Shutdown server via socket 2020-10-04 14:40:52 +02:00
utils.py Allow callable in configuration for plugin.type 2020-04-09 22:01:35 +02:00
xmlutils.py Allow multiple <D:set> and <D:remove> elements and consider order 2020-09-26 22:08:22 +02:00