Faster IT
Faster IT
Because the docs say to set that and it is common on other web applications that are proxied. #1310 wants to fix the docs. Which is - imho - less...
The doc is an example if people run their `radicale` proxy-forwarded from `server.domain.tld/radicale/`. Most people will have other [pathinfo](https://en.wikipedia.org/wiki/URL#pathinfo) so `X-Script-Name` needs to be adapted from the doc example. When...
Sure, it still saves people that have not spotted the newly added info in the `DOCUMENTATION.md`. But do as you please, if you don't want the added convenience in code...
Yeah, somebody wrote an explicit test for the "/" -> force user to unset X-Script-Name case. Let's keep it as is.
Sounds like a broken Header. Send to a mail server where you can receive the full header to inspect and / or dump the sendmail input to a file by...
We got this from a user (updated `postgres.initial.sql`): ```php /** * CalDAV Client * * @version @package_version@ * @author Hugo Slabbert * * Copyright (C) 2014, Hugo Slabbert * *...
See issue #12 ... This is a known bug, you can either check out at commit 29c9d22 or apply PR #7.
This is a known bug, you can either check out at commit 29c9d22c20765f612b2c89cc31ef1e1622d3924e or apply PR #7.
Yes, it works fine and may be the static builds are useful for people that either want the latest and greatest or are hunting for bugs. Do note that the...
hm, we could `#ifdef` that. And we could write our own signal handler for `sigwinch` in case ncurses has been compiled without its own. Or we gracefully complain and exit...