aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/HttpUtils.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #623 from ArthurHoaro/security/reverse-proxy-banArthur2016-10-121-0/+26
|\
| * Add trusted IPs in config and try to ban forwarded IP on failed loginArthurHoaro2016-08-031-0/+26
* | Set cURL as default in HTTP fetching, a fallback method and consistency fixup...julienCXX2016-08-081-10/+150
|/
* Fix startsWith and endsWith caseArthurHoaro2016-05-101-1/+1
* typoArthurHoaro2016-05-051-2/+2
* Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-031-10/+50
* Fixes #477: support multi reverse proxy with comma syntaxArthurHoaro2016-02-281-2/+12
* tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+0
* Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-111-7/+42
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-141-0/+80
* HTTP: move utils to a proper file, add testsVirtualTam2015-09-061-0/+52