| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor client session hijacking protection | VirtualTam | 2018-05-29 | 1 | -1/+32 |
* | Merge pull request #977 from ArthurHoaro/feature/dl-filter | ArthurHoaro | 2018-01-23 | 1 | -4/+10 |
|\ |
|
| * | Extract the title/charset during page download, and check content type | ArthurHoaro | 2017-10-28 | 1 | -4/+10 |
* | | Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443 | ArthurHoaro | 2017-12-03 | 1 | -0/+7 |
|\ \ |
|
| * | | Force HTTPS if the original port is 443 behind a reverse proxy | ArthurHoaro | 2017-12-02 | 1 | -0/+7 |
| |/ |
|
* / | Increase buffer size for cURL download | ArthurHoaro | 2017-11-11 | 1 | -1/+1 |
|/ |
|
* | Make work behind a reverse proxy | ArthurHoaro | 2017-09-02 | 1 | -0/+28 |
* | Respect HTTP_X_FORWARDED_HOST | Stephen Muth | 2017-07-08 | 1 | -1/+13 |
* | Cleanup: use safe boolean comparisons | VirtualTam | 2017-01-07 | 1 | -1/+1 |
* | Hide default port in local URL behind a reverse proxy | ArthurHoaro | 2017-01-03 | 1 | -2/+10 |
* | Merge pull request #623 from ArthurHoaro/security/reverse-proxy-ban | Arthur | 2016-10-12 | 1 | -0/+26 |
|\ |
|
| * | Add trusted IPs in config and try to ban forwarded IP on failed login | ArthurHoaro | 2016-08-03 | 1 | -0/+26 |
* | | Set cURL as default in HTTP fetching, a fallback method and consistency fixup... | julienCXX | 2016-08-08 | 1 | -10/+150 |
|/ |
|
* | Fix startsWith and endsWith case | ArthurHoaro | 2016-05-10 | 1 | -1/+1 |
* | typo | ArthurHoaro | 2016-05-05 | 1 | -2/+2 |
* | Fixes #531 - Title retrieving is failing with multiple use case | ArthurHoaro | 2016-05-03 | 1 | -10/+50 |
* | Fixes #477: support multi reverse proxy with comma syntax | ArthurHoaro | 2016-02-28 | 1 | -2/+12 |
* | tests: add a make target to check file permissions | VirtualTam | 2016-01-17 | 1 | -0/+0 |
* | Fixes #410 - Retrieve title fails in multiple cases | ArthurHoaro | 2016-01-11 | 1 | -7/+42 |
* | HTTP: move server URL functions to `HttpUtils.php` | VirtualTam | 2015-09-14 | 1 | -0/+80 |
* | HTTP: move utils to a proper file, add tests | VirtualTam | 2015-09-06 | 1 | -0/+52 |